Release notes

This file only lists the most important changes to each version. We try to follow semantic versioning: - Major release means API incompatibilities - Minor release means API compatibilities, but significant feature differences - Bugfix release only fixes bugs

Release 2.1

  • An option to control the verbosity in log file has been added (“system/logfile_verbose_level”, v2.1.3)

Release 2.0alpha

  • Use a prior that is purely gaussian unit variance (Fourier) in HMC now. The cosmology is completely moved as a BORGForwardModel.

  • BORGForwardModel adds the v2 API to executes model: forwardModel_v2, and adjointModel_v2. This relies heavily on the mechanics of ModelIO

  • Deterministic models are now self-registering and the available lists can be dynamically queried.

  • Add a hook to optionally dump extra bias fields.

  • Add QLPT and QLPT_RSD forward model in extra/borg

  • Lots of documentation reorganization

  • Added the lyman alpha model in extra/borg

  • Merged the EFT likelihood effort in extra/borg

Release 1.0

Initial release