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](https://github.com/user-attachments/assets/ed3acf65-a761-4b22-9eda-a98f1ef3b40e)
What's Changed
* MNT Development Status :: 5 - Production/Stable by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/150
* MNT hatchling >= 1.24.2 by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/151
* MNT DOC mkdocs version and automatic dark-light mode by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/152
* DOC code block for pip install in README by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/153
* MNT ruff update, remove black by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/154
* MNT binning utilities by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/156
* DOC more general add unified docstring for y_pred by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/157
* MNT numpy 2.0.0 by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/158
* DOC add hatch config in development guide by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/159
* DOC make _config part of top level in API reference by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/160
* DOC add some more development commands for testing by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/161
* ENH compute_marginal and plot_marginal by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/162
* FIX drop in test_compute_marginal_multiple_predictions by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/164
* CI update test.yml and step order by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/163
* FIX typo in error message by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/166
* MNT increase minimum polars version to 1.0.0 by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/167
* DOC add more note links and minor doc improvements by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/168
* MNT remove polars_version by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/169
* CI add pyathon 3.12 and fix pandas without pyarrow installed by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/170
* DOC include inherited members in API reference by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/172
* REL increase to version 1.2.0 by lorentzenchr in https://github.com/lorentzenchr/model-diagnostics/pull/171
**Full Changelog**: https://github.com/lorentzenchr/model-diagnostics/compare/v1.1.1...v1.2.0