Skip to content

v1.0.4

Choose a tag to compare

@Benjamin-Cadell Benjamin-Cadell released this 02 Dec 10:15
· 297 commits to main since this release

Changed

  • Minor bugfixes, code improvements for readability, and performance optimisations.
  • Reset OMP threads after sampler call, which should in the future speed everything up with numpy optimisations in python 3.14

Added

  • Ability to add a seed to Acid for consistent results across runs. The seed now determining the result of the sampler, while other random calls in Acid are done using a seperate seed instance (np.default_rng)
  • Added ability to inject _input_data to skip sections of Acid, though this remains only available for the sampler and in testing and for development purposes for now.