Skip to content

v0.2.2

Compare
Choose a tag to compare
@AntonReinhard AntonReinhard released this 12 Jul 12:02
· 19 commits to main since this release
3af6d7e

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, and total_cross_section on top of the AbstractProcessDefinition interface.
  • #88: Additional overloads for the momentum function on PhaseSpacePoints. 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 type UnknownDirection.

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.

Contributors

@szabo137, @AntonReinhard, @SimeonEhrig