Releases: ascsn/pybmc
Releases · ascsn/pybmc
v0.2.4
v0.2.3
What's Changed
- Replace hardwired print statements with configurable logging in Dataset class by @Copilot in #20
New Contributors
- @Copilot made their first contribution in #20
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This release represents a complete picture of the base functionality of the package. This essentially implements everything needed to reproduce our paper on BMC and model orthogonalization.
What's Changed
- Bump black from 23.12.1 to 24.3.0 by @dependabot[bot] in #17
- Clean up by @dashertr in #19
New Contributors
- @dependabot[bot] made their first contribution in #17
Full Changelog: v0.1.2...v0.2.0
v0.1.2 - Hotfixes for Docs
Full Changelog: v0.1.1...v0.1.2
v0.1.1 - Packaging Fixes
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Bayesian model combination framework by @kylegodbey in #3
- Update models to use numpy arrays for domain and range by @kylegodbey in #4
- Add flags to BayesianModelCombination class by @kylegodbey in #5
- Update the README by @kylegodbey in #6
- Add MkDocs documentation site with mkdocstrings by @kylegodbey in #7
- Added requirements.txt, added to init.py. Can now view docs from CLI by @dashertr in #11
New Contributors
- @kylegodbey made their first contribution in #3
- @dashertr made their first contribution in #11
Full Changelog: https://github.com/ascsn/pybmc/commits/v0.1.0