Releases: ascsn/pybmc
Releases · ascsn/pybmc
Release list
v0.3.0
What's Changed
- Add pybmclogo.png to documentation and standardize branding to lowercase by @kylegodbey with @Copilot in #24
- Bump urllib3 from 2.5.0 to 2.6.3 by @dependabot[bot] in #25
- Expand Python version support to 3.9+ by @kylegodbey with @Copilot in #26
- Bump pymdown-extensions from 10.16 to 10.16.1 by @dependabot[bot] in #29
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- Add Development and Testing section to README by @Copilot in #21
- Allow truth data to have smaller domain than prediction models in BMC by @Copilot in #22
Full Changelog: v0.2.3...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
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