Releases: scikit-hep/iminuit
Releases · scikit-hep/iminuit
v2.25.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #929
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #935
- Some updates to the Ruff config by @henryiii in #933
- Add extra config to pytest by @henryiii in #932
- Cost gradient support by @HDembinski in #936
- Warn on errordef override by @HDembinski in #937
- Bump actions/checkout from 3 to 4 by @dependabot in #945
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #944
- fix: include debug info on failures by @henryiii in #946
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #939
- Benchmark update to ROOT 6.30 by @HDembinski in #951
- Fix use of removed array rules in test by @HDembinski in #952
- Bump pypa/cibuildwheel from 2.14.1 to 2.16.1 by @dependabot in #943
- Fix docstring parsing by @HDembinski in #953
- ci: group dependabot updates by @henryiii in #955
- fix test that requires scipy and raise error on invalid value for use_pdf by @HDembinski in #962
- Approximate CDF from PDF by @The-Ludwig in #950
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #954
- Bump the actions group with 3 updates by @dependabot in #961
Full Changelog: v2.24.0...v2.25.0
v2.24.0
What's Changed
- Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 by @dependabot in #921
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #920
- Support Interval type and check compatibility with pydantic by @HDembinski in #922
- chore: use 2x faster black mirror by @henryiii in #925
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #924
- Clarify meaning of 2D contours in Minuit.draw_mnmatrix by @HDembinski in #927
- Iteration limit in smart sampling to fix behavior for step functions by @HDembinski in #928
Full Changelog: v2.23.0...v2.24.0
v2.23.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #909
- chore: ruff moved to astral-sh by @henryiii in #911
- test_cost: use pytest.warns instead of raises for VisibleDeprecationWarning by @stephanlachnit in #914
- Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by @dependabot in #910
- Turn negative zero into positive zero in pdg_format by @HDembinski in #916
- skip test_interactive and friends when ipywidgets is not installed by @HDembinski in #917
- fix safe_log on systems which use 32 bit floats by @HDembinski in #915
- fix CostSum.visualize bug by @HDembinski in #918
- Replace smallest by tiny to be compatible with older numpy versions by @HDembinski in #919
New Contributors
- @stephanlachnit made their first contribution in #914
Full Changelog: v2.22.0...v2.23.0
v2.22.0
What's Changed
- add basic latex display support if unicodeit is installed by @HDembinski in #858
- replace flake8 with ruff by @HDembinski in #859
- Integer as variable by @HDembinski in #860
- experimental mncontour algorithm by @HDembinski in #861
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #864
- improve error message for cost function by @amanmdesai in #863
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #865
- Add RooFit tutorial by @HDembinski in #867
- Use unicodeitplus instead of unicodeit to render LaTeX as unicode by @HDembinski in #868
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #869
- Better ruff settings and adjustments, improvements to README by @HDembinski in #871
- Update Progressbar by @HDembinski in #872
- Add hide_modules and deprecated_parameters by @HDembinski in #873
- Forward kwargs in Minuit.visualize to plotting function by @HDembinski in #874
- Ignore missing matplotlib when calling Minuit.repr_html() by @HDembinski in #875
- Rename keyword nbins to bins in UnbinnedCost.visualize by @HDembinski in #876
- Roofit tutorials by @HDembinski in #877
- better log-spacing detection by @HDembinski in #878
- Add LeastSquares.pulls and LeastSquares.prediction by @HDembinski in #880
- fix-typo-in-basic by @amanmdesai in #888
- Update fcn.hpp by @andriish in #889
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #887
- Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by @dependabot in #886
- Improve docs by @HDembinski in #890
- Make covariance fields in display easier to understand by @HDembinski in #891
- New benchmarks by @HDembinski in #893
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #892
- Add Minuit.fixto by @HDembinski in #894
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #896
- Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by @dependabot in #897
- fix: make nograd not use grad at all in automatic diff doc by @jonas-eschle in #895
- Use scikit-build-core by @henryiii in #812
- Update conclusions after the fix from Jonas by @HDembinski in #899
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #900
- Fix tests on FreeBSD, remove util._jacobi by @HDembinski in #903
- fix: SDist size reduction by @henryiii in #904
- Hide confusing notes in docs: "Not to be initialized by users." by @HDembinski in #906
New Contributors
Full Changelog: v2.21.3...v2.22.0
v2.21.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #854
- Better docs for limits from annotated model parameters by @HDembinski in #853
- Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #855
- fix template input modification bug in Template class by @HDembinski in #856
Full Changelog: v2.21.2...v2.21.3
v2.21.2
Full Changelog: v2.21.1...v2.21.2
v2.21.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #847
- Specifiy minimum required numpy version by @HDembinski in #848
- Fix string annotations by @HDembinski in #849
Full Changelog: v2.21.0...v2.21.1
v2.21.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #837
- Visualize fit in Minuit.repr_html by @HDembinski in #838
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #841
- Support annotated model parameters by @HDembinski in #839
- Fix of matrix_format by @HDembinski in #843
Full Changelog: v2.20.0...v2.21.0
v2.20.0
What's Changed
- docs: Use 'req@url' syntax to install from remote VCS by @matthewfeickert in #834
- Template mix by @HDembinski in #835
- Fix coverage, typing, Template for 2D models by @HDembinski in #836
Full Changelog: v2.19.0...v2.20.0
v2.19.0
What's Changed
- add configurable number of bins for extended/unbinnedNLL by @amanmdesai in #815
- Upgrade old build and CI by @HDembinski in #817
- Template prediction by @HDembinski in #820
- prediction for all binned likelihoods by @HDembinski in #831
- Fix typo "probility"→ "probability" in minos docstring by @meliache in #832
New Contributors
- @amanmdesai made their first contribution in #815
- @pre-commit-ci made their first contribution in #816
- @meliache made their first contribution in #832
Full Changelog: v2.18.0...v2.19.0