Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@lorentzenchr lorentzenchr released this 13 Aug 11:47
· 2 commits to main since this release
66f7877

Highlights

The most important changes in this release are the following:

  • The minimal required version of polars is now 1.0.0. This simplified a lot of code as polars had quite some deprecations in the releases before 1.0.0.
  • Numpy 2.0.0 and higher is supported (and tested).
  • 2 new functions for inspection of model calibration and model effects:
    • model_diagnostics.calibration.compute_marginal
    • model_diagnostics.calibration.plot_marginal which can look like this
      image

What's Changed

Full Changelog: v1.1.1...v1.2.0