v0.2.2
Full Changelog: v0.2.1...v0.2.2
This release adds some convenience overloads to existing functions, some code maintenance and small fixes.
Breaking Changes
This release removes the compute setup interface completely since it was deprecated already.
See #91 or #73 for details.
New features
- #87: Implementation of
differential_probability
,differential_cross_section
,total_probability
, andtotal_cross_section
on top of theAbstractProcessDefinition
interface. - #88: Additional overloads for the
momentum
function onPhaseSpacePoint
s. One can now request the n-th momentum of a particle with specified direction and species. - #90: Additional overloads for
number_particles
for specific particle direction and species. - #94: Added a new
ParticleDirection
typeUnknownDirection
.
Maintenance
- #91: Remove the deprecated compute setup interface.
- #92: Reenable jldoctests for
base_state
. - #93: Update the Julia versions used by the CI for unit tests to include 1.10 and rc. Use 1.10 by default.
- #95: Fix the description of the momentum generation interface.
- #96: Add tests for the
AbstractProcessDefinition
interface.