Skip to content

Update iminuit requirement from <2.33.0 to <2.34.0 - #337

Merged
tianluyuan merged 1 commit into
mainfrom
dependabot/pip/iminuit-lt-2.34.0
Sep 21, 2026
Merged

tianluyuan merged 1 commit into
mainfrom
dependabot/pip/iminuit-lt-2.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on iminuit to permit the latest version.

Release notes

Sourced from iminuit's releases.

v2.33.0

What's Changed

... (truncated)

Changelog

Sourced from iminuit's changelog.

2.33.0 (September 16, 2026)

This release collects a large number of bug fixes in the Python API and the C++ bindings, several performance improvements, and new optional dependencies for easy setup.

Note: cost functions now receive plain float values instead of numpy.float64 ([#1136](https://github.com/scikit-hep/iminuit/issues/1136) <https://github.com/scikit-hep/iminuit/pull/1136>_).

New features

- Add optional dependency extras (`[#1189](https://github.com/scikit-hep/iminuit/issues/1189) <https://github.com/scikit-hep/iminuit/pull/1189>`_)
- Add ``llms.txt`` and Markdown page versions to the documentation (`[#1210](https://github.com/scikit-hep/iminuit/issues/1210) <https://github.com/scikit-hep/iminuit/pull/1210>`_)

Fixes in Minuit and util

  • Keep the minimum usable after pickle or deepcopy ([#1201](https://github.com/scikit-hep/iminuit/issues/1201) <https://github.com/scikit-hep/iminuit/pull/1201>_)
  • Clear stale Minos errors and refresh the covariance ([#1202](https://github.com/scikit-hep/iminuit/issues/1202) <https://github.com/scikit-hep/iminuit/pull/1202>_)
  • Fix scipy(), which mutated options, misreported the call limit, and kept a stale covariance ([#1203](https://github.com/scikit-hep/iminuit/issues/1203) <https://github.com/scikit-hep/iminuit/pull/1203>_)
  • Minuit.scipy no longer mutates a user NonlinearConstraint ([#1155](https://github.com/scikit-hep/iminuit/issues/1155) <https://github.com/scikit-hep/iminuit/pull/1155>_)
  • Keep the seed gradient when Hesse runs without a minimum ([#1207](https://github.com/scikit-hep/iminuit/issues/1207) <https://github.com/scikit-hep/iminuit/pull/1207>_)
  • Return the user callables from Minuit.g2 and Minuit.hessian ([#1193](https://github.com/scikit-hep/iminuit/issues/1193) <https://github.com/scikit-hep/iminuit/pull/1193>_)
  • Accumulate FMin.time correctly across migrad, hesse, and minos ([#1194](https://github.com/scikit-hep/iminuit/issues/1194) <https://github.com/scikit-hep/iminuit/pull/1194>_)
  • Fix fixto and reset, which did not handle the Minuit state correctly ([#1138](https://github.com/scikit-hep/iminuit/issues/1138) <https://github.com/scikit-hep/iminuit/pull/1138>_)
  • Fix scan with all parameters fixed or with many free parameters ([#1158](https://github.com/scikit-hep/iminuit/issues/1158) <https://github.com/scikit-hep/iminuit/pull/1158>_)
  • Use eigh for the symmetric covariance block in mncontour ([#1199](https://github.com/scikit-hep/iminuit/issues/1199) <https://github.com/scikit-hep/iminuit/pull/1199>_)
  • Fix per-parameter limits in experimental mncontour and an off-by-one in draw_mnmatrix ([#1160](https://github.com/scikit-hep/iminuit/issues/1160) <https://github.com/scikit-hep/iminuit/pull/1160>_)
  • Accept negative and numpy integer parameter indices ([#1159](https://github.com/scikit-hep/iminuit/issues/1159) <https://github.com/scikit-hep/iminuit/pull/1159>_)
  • Honor numpy boolean masks in parameter views ([#1166](https://github.com/scikit-hep/iminuit/issues/1166) <https://github.com/scikit-hep/iminuit/pull/1166>_)
  • Label Matrix sub-matrices correctly for boolean selectors ([#1213](https://github.com/scikit-hep/iminuit/issues/1213) <https://github.com/scikit-hep/iminuit/pull/1213>_)
  • Keep parameter names on Matrix sub-selection ([#1139](https://github.com/scikit-hep/iminuit/issues/1139) <https://github.com/scikit-hep/iminuit/pull/1139>_)
  • Fall back to the ndarray repr for a non-square Matrix ([#1170](https://github.com/scikit-hep/iminuit/issues/1170) <https://github.com/scikit-hep/iminuit/pull/1170>_)
  • Raise proper exceptions from Params/MErrors indexing and FMin equality ([#1163](https://github.com/scikit-hep/iminuit/issues/1163) <https://github.com/scikit-hep/iminuit/pull/1163>_)
  • Do not assert in the FMin text repr when Hesse failed ([#1165](https://github.com/scikit-hep/iminuit/issues/1165) <https://github.com/scikit-hep/iminuit/pull/1165>_)
  • describe() accepts Annotated with a non-float base type ([#1164](https://github.com/scikit-hep/iminuit/issues/1164) <https://github.com/scikit-hep/iminuit/pull/1164>_)
  • Handle keyword-only parameters and odd annotations in describe ([#1197](https://github.com/scikit-hep/iminuit/issues/1197) <https://github.com/scikit-hep/iminuit/pull/1197>_)
  • Keep annotations when merging signatures ([#1196](https://github.com/scikit-hep/iminuit/issues/1196) <https://github.com/scikit-hep/iminuit/pull/1196>_)
  • minimize accepts scalar Bounds and documents the callback behaviour ([#1157](https://github.com/scikit-hep/iminuit/issues/1157) <https://github.com/scikit-hep/iminuit/pull/1157>_)
  • Honor throw_nan for numba cfunc cost functions ([#1205](https://github.com/scikit-hep/iminuit/issues/1205) <https://github.com/scikit-hep/iminuit/pull/1205>_)
  • Make hide_modules exception-safe and cheapen is_module_available ([#1167](https://github.com/scikit-hep/iminuit/issues/1167) <https://github.com/scikit-hep/iminuit/pull/1167>, [#1151](https://github.com/scikit-hep/iminuit/issues/1151) <https://github.com/scikit-hep/iminuit/pull/1151>)

Fixes in cost functions

- Copy input arrays in the cost constructors (`[#1206](https://github.com/scikit-hep/iminuit/issues/1206) <https://github.com/scikit-hep/iminuit/pull/1206>`_)
- Recompute the total counts in ``BinnedNLL`` so in-place edits are visible (`[#1212](https://github.com/scikit-hep/iminuit/issues/1212) <https://github.com/scikit-hep/iminuit/pull/1212>`_)
- Avoid NaN in binned chi2 gradients when mu is zero (`[#1204](https://github.com/scikit-hep/iminuit/issues/1204) <https://github.com/scikit-hep/iminuit/pull/1204>`_)
- Fix the masked ``BinnedNLL`` gradient (`[#1137](https://github.com/scikit-hep/iminuit/issues/1137) <https://github.com/scikit-hep/iminuit/pull/1137>`_)
- Fix mask handling in ``BinnedCost._n_err`` and ``LeastSquares._pulls`` (`[#1145](https://github.com/scikit-hep/iminuit/issues/1145) <https://github.com/scikit-hep/iminuit/pull/1145>`_)
- Fix the ``UnbinnedNLL.scaled_pdf`` scale for multivariate data (`[#1146](https://github.com/scikit-hep/iminuit/issues/1146) <https://github.com/scikit-hep/iminuit/pull/1146>`_)
- Keep shape validation in ``_normalize_output`` for non-float output (`[#1148](https://github.com/scikit-hep/iminuit/issues/1148) <https://github.com/scikit-hep/iminuit/pull/1148>`_)
- ``log_or_zero`` no longer downcasts integer input (`[#1191](https://github.com/scikit-hep/iminuit/issues/1191) <https://github.com/scikit-hep/iminuit/pull/1191>`_)
</tr></table> 

... (truncated)

Commits
  • 6184d71 docs: add changelog for 2.33.0 (#1214)
  • fcd7f71 perf: generate _version.py at build time (#1217)
  • 1b04c53 fix: check indices in MnUserParameterState and MnUserTransformation (#1209)
  • 69c6256 fix: make the MnPrint bindings memory-safe (#1208)
  • d527772 fix: recompute total counts in BinnedNLL so in-place edits are visible (#1212)
  • 7d413f4 perf: store LeastSquares data in Fortran order for contiguous columns (#1176)
  • 33c89fe fix: label Matrix sub-matrices correctly for boolean selectors (#1213)
  • 9ecabff [pre-commit.ci] pre-commit autoupdate (#1211)
  • 8bbe0f2 fix: copy input arrays in cost constructors (#1206)
  • aae430a fix: keep fixed state in sync in the interactive widgets (#1200)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [iminuit](https://github.com/scikit-hep/iminuit) to permit the latest version.
- [Release notes](https://github.com/scikit-hep/iminuit/releases)
- [Changelog](https://github.com/scikit-hep/iminuit/blob/develop/doc/changelog.rst)
- [Commits](scikit-hep/iminuit@v1.2...v2.33.0)

---
updated-dependencies:
- dependency-name: iminuit
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies python Pull requests that update python code labels Sep 21, 2026
@tianluyuan
tianluyuan merged commit bb2820a into main Sep 21, 2026
28 checks passed
@tianluyuan
tianluyuan deleted the dependabot/pip/iminuit-lt-2.34.0 branch September 21, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant