v1.5.0
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_dictis now an optional key, theConcealDataVectorclass has a new function signature. Check the documentation for more information :)
Full Changelog: v1.3.0...v1.5.0