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.fmin instead of np.minimum, so NaNs are not propagated

[0.3.0] - 2024-10-28

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] - 2024-10-18

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

Changed

  • Some refactoring in the base Inference object