Skip to content

v1.5.0

Choose a tag to compare

@arthurmloureiro arthurmloureiro released this 02 Jul 13:56
· 34 commits to main since this release
ad69062

What's Changed

  • Fix Smokescreen for updated firecrown by @arthurmloureiro in #68
  • Removed the requirement to specify a dictionary of firecrown systematic values by @arthurmloureiro in
    #68
  • Added a new _check_amplitude_parameter method to validate that the amplitude parameter (e.g., sigma8 or A_s) is correctly set in the cosmology and shifts dictionary.

updated depencies:

  • Updated the firecrown dependency to version >=1.8 in environment.yml and adjusted code to align with the new API. (environment.yml, environment.ymlL14-R14)
  • Updated the numpy dependency to version >=2.2.0 in pyproject.toml. (pyproject.toml, pyproject.tomlL20-R25)

Breaking changes:

  • Note that when calling the code from a notebook, since systm_dict is now an optional key, the ConcealDataVector class has a new function signature. Check the documentation for more information :)

Full Changelog: v1.3.0...v1.5.0