Iminuit

Latest version: v2.25.2

Safety actively analyzes 621654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 13

2.25.2

What's Changed
* deploy to ghpages by HDembinski in https://github.com/scikit-hep/iminuit/pull/969
* update to latest root by HDembinski in https://github.com/scikit-hep/iminuit/pull/970


**Full Changelog**: https://github.com/scikit-hep/iminuit/compare/v2.25.1...v2.25.2

2.25.1

What's Changed
* improve docs for make_with_signature by HDembinski in https://github.com/scikit-hep/iminuit/pull/963
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/965
* Update benchmark to ROOT-6.30 by HDembinski in https://github.com/scikit-hep/iminuit/pull/967
* fix LeastSquares.visualize for models that accept parameter array by HDembinski in https://github.com/scikit-hep/iminuit/pull/968


**Full Changelog**: https://github.com/scikit-hep/iminuit/compare/v2.25.0...v2.25.1

2.25.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/929
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/935
* Some updates to the Ruff config by henryiii in https://github.com/scikit-hep/iminuit/pull/933
* Add extra config to pytest by henryiii in https://github.com/scikit-hep/iminuit/pull/932
* Cost gradient support by HDembinski in https://github.com/scikit-hep/iminuit/pull/936
* Warn on errordef override by HDembinski in https://github.com/scikit-hep/iminuit/pull/937
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/scikit-hep/iminuit/pull/945
* Bump docker/setup-qemu-action from 2 to 3 by dependabot in https://github.com/scikit-hep/iminuit/pull/944
* fix: include debug info on failures by henryiii in https://github.com/scikit-hep/iminuit/pull/946
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/939
* Benchmark update to ROOT 6.30 by HDembinski in https://github.com/scikit-hep/iminuit/pull/951
* Fix use of removed array rules in test by HDembinski in https://github.com/scikit-hep/iminuit/pull/952
* Bump pypa/cibuildwheel from 2.14.1 to 2.16.1 by dependabot in https://github.com/scikit-hep/iminuit/pull/943
* Fix docstring parsing by HDembinski in https://github.com/scikit-hep/iminuit/pull/953
* ci: group dependabot updates by henryiii in https://github.com/scikit-hep/iminuit/pull/955
* fix test that requires scipy and raise error on invalid value for use_pdf by HDembinski in https://github.com/scikit-hep/iminuit/pull/962
* Approximate CDF from PDF by The-Ludwig in https://github.com/scikit-hep/iminuit/pull/950
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/954
* Bump the actions group with 3 updates by dependabot in https://github.com/scikit-hep/iminuit/pull/961


**Full Changelog**: https://github.com/scikit-hep/iminuit/compare/v2.24.0...v2.25.0

2.24.0

What's Changed
* Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 by dependabot in https://github.com/scikit-hep/iminuit/pull/921
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/920
* Support Interval type and check compatibility with pydantic by HDembinski in https://github.com/scikit-hep/iminuit/pull/922
* chore: use 2x faster black mirror by henryiii in https://github.com/scikit-hep/iminuit/pull/925
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/924
* Clarify meaning of 2D contours in Minuit.draw_mnmatrix by HDembinski in https://github.com/scikit-hep/iminuit/pull/927
* Iteration limit in smart sampling to fix behavior for step functions by HDembinski in https://github.com/scikit-hep/iminuit/pull/928


**Full Changelog**: https://github.com/scikit-hep/iminuit/compare/v2.23.0...v2.24.0

2.23.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/909
* chore: ruff moved to astral-sh by henryiii in https://github.com/scikit-hep/iminuit/pull/911
* test_cost: use pytest.warns instead of raises for VisibleDeprecationWarning by stephanlachnit in https://github.com/scikit-hep/iminuit/pull/914
* Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by dependabot in https://github.com/scikit-hep/iminuit/pull/910
* Turn negative zero into positive zero in pdg_format by HDembinski in https://github.com/scikit-hep/iminuit/pull/916
* skip test_interactive and friends when ipywidgets is not installed by HDembinski in https://github.com/scikit-hep/iminuit/pull/917
* fix safe_log on systems which use 32 bit floats by HDembinski in https://github.com/scikit-hep/iminuit/pull/915
* fix CostSum.visualize bug by HDembinski in https://github.com/scikit-hep/iminuit/pull/918
* Replace smallest by tiny to be compatible with older numpy versions by HDembinski in https://github.com/scikit-hep/iminuit/pull/919

New Contributors
* stephanlachnit made their first contribution in https://github.com/scikit-hep/iminuit/pull/914

**Full Changelog**: https://github.com/scikit-hep/iminuit/compare/v2.22.0...v2.23.0

2.22.0

What's Changed
* add basic latex display support if unicodeit is installed by HDembinski in https://github.com/scikit-hep/iminuit/pull/858
* replace flake8 with ruff by HDembinski in https://github.com/scikit-hep/iminuit/pull/859
* Integer as variable by HDembinski in https://github.com/scikit-hep/iminuit/pull/860
* experimental mncontour algorithm by HDembinski in https://github.com/scikit-hep/iminuit/pull/861
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/864
* improve error message for cost function by amanmdesai in https://github.com/scikit-hep/iminuit/pull/863
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/865
* Add RooFit tutorial by HDembinski in https://github.com/scikit-hep/iminuit/pull/867
* Use unicodeitplus instead of unicodeit to render LaTeX as unicode by HDembinski in https://github.com/scikit-hep/iminuit/pull/868
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/869
* Better ruff settings and adjustments, improvements to README by HDembinski in https://github.com/scikit-hep/iminuit/pull/871
* Update Progressbar by HDembinski in https://github.com/scikit-hep/iminuit/pull/872
* Add hide_modules and deprecated_parameters by HDembinski in https://github.com/scikit-hep/iminuit/pull/873
* Forward kwargs in Minuit.visualize to plotting function by HDembinski in https://github.com/scikit-hep/iminuit/pull/874
* Ignore missing matplotlib when calling Minuit._repr_html_() by HDembinski in https://github.com/scikit-hep/iminuit/pull/875
* Rename keyword nbins to bins in UnbinnedCost.visualize by HDembinski in https://github.com/scikit-hep/iminuit/pull/876
* Roofit tutorials by HDembinski in https://github.com/scikit-hep/iminuit/pull/877
* better log-spacing detection by HDembinski in https://github.com/scikit-hep/iminuit/pull/878
* Add LeastSquares.pulls and LeastSquares.prediction by HDembinski in https://github.com/scikit-hep/iminuit/pull/880
* fix-typo-in-basic by amanmdesai in https://github.com/scikit-hep/iminuit/pull/888
* Update fcn.hpp by andriish in https://github.com/scikit-hep/iminuit/pull/889
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/887
* Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by dependabot in https://github.com/scikit-hep/iminuit/pull/886
* Improve docs by HDembinski in https://github.com/scikit-hep/iminuit/pull/890
* Make covariance fields in display easier to understand by HDembinski in https://github.com/scikit-hep/iminuit/pull/891
* New benchmarks by HDembinski in https://github.com/scikit-hep/iminuit/pull/893
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/892
* Add Minuit.fixto by HDembinski in https://github.com/scikit-hep/iminuit/pull/894
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/896
* Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by dependabot in https://github.com/scikit-hep/iminuit/pull/897
* fix: make nograd not use grad at all in automatic diff doc by jonas-eschle in https://github.com/scikit-hep/iminuit/pull/895
* Use scikit-build-core by henryiii in https://github.com/scikit-hep/iminuit/pull/812
* Update conclusions after the fix from Jonas by HDembinski in https://github.com/scikit-hep/iminuit/pull/899
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/iminuit/pull/900
* Fix tests on FreeBSD, remove util._jacobi by HDembinski in https://github.com/scikit-hep/iminuit/pull/903
* fix: SDist size reduction by henryiii in https://github.com/scikit-hep/iminuit/pull/904
* Hide confusing notes in docs: "Not to be initialized by users." by HDembinski in https://github.com/scikit-hep/iminuit/pull/906

New Contributors
* andriish made their first contribution in https://github.com/scikit-hep/iminuit/pull/889

**Full Changelog**: https://github.com/scikit-hep/iminuit/compare/v2.21.3...v2.22.0

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.