Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.3.1] - 2024-10-30
Changed
- P-values are compared using
np.fmininstead ofnp.minimum, so NaNs are not propagated
[0.3.0] - 2024-10-28
Added
Inference.__str__andInference._repr_markdown_methods
Changed
- Bumped numpy to 2.1.2, as well as other dependencies
- Improved documentation
[0.2.0] - 2024-10-18
Added
- Inference for linear regression coefficients
- Example notebook for
LinearRegressionmodel - Website documentation using quartodoc
Inference.batchupdate method- Utilities for plotting
- Published to pypi
Changed
- Some refactoring in the base
Inferenceobject