Skip to content

Releases: GDeLaurentis/antares

v0.6.1

16 Dec 16:07
Compare
Choose a tag to compare

[0.6.1] - 2024-12-16

Added

  • TermsList class now replaces basis related functions.

Fixed

  • Fixed issue where Particles objects used in Numerical_Methods.mass_dimensions and .phase_weights would not all trigger an lru_cache hit, likely due to mutable nature of the object (despite hasing and equality being correctly implemented).