- P-values are compared using `np.fmin` instead of `np.minimum`, so NaNs are not propagated
0.3.0
Added
- `Inference.__str__` and `Inference._repr_markdown_` methods
Changed
- Bumped numpy to 2.1.2, as well as other dependencies - Improved documentation
0.2.0
Added
- Inference for linear regression coefficients - Example notebook for `LinearRegression` model - Website documentation using quartodoc - `Inference.batch` update method - Utilities for plotting - Published to pypi