Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@GDeLaurentis GDeLaurentis released this 16 Dec 16:07
· 2 commits to main since this release

[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).