iminuit


Nameiminuit JSON
Version 2.31.3 PyPI version JSON
download
home_pageNone
SummaryJupyter-friendly Python frontend for MINUIT2 in C++
upload_time2025-10-26 13:21:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT+LGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. |iminuit| image:: doc/_static/iminuit_logo.svg
   :alt: iminuit

|iminuit|
=========

.. version-marker-do-not-remove

.. image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
   :target: https://scikit-hep.org
.. image:: https://img.shields.io/pypi/v/iminuit.svg
   :target: https://pypi.org/project/iminuit
.. image:: https://img.shields.io/conda/vn/conda-forge/iminuit.svg
   :target: https://github.com/conda-forge/iminuit-feedstock
.. image:: https://coveralls.io/repos/github/scikit-hep/iminuit/badge.svg?branch=develop
   :target: https://coveralls.io/github/scikit-hep/iminuit?branch=develop
.. image:: https://github.com/scikit-hep/iminuit/actions/workflows/docs.yml/badge.svg?branch=main
   :target: https://scikit-hep.org/iminuit
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3949207.svg
   :target: https://doi.org/10.5281/zenodo.3949207
.. image:: https://img.shields.io/badge/ascl-2108.024-blue.svg?colorB=262255
   :target: https://ascl.net/2108.024
   :alt: ascl:2108.024
.. image:: https://img.shields.io/gitter/room/Scikit-HEP/iminuit
   :target: https://gitter.im/Scikit-HEP/iminuit
.. image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/scikit-hep/iminuit/develop?filepath=doc%2Ftutorial

``iminuit`` is a Jupyter-friendly Python interface for the ``Minuit2`` C++ library maintained by CERN's `ROOT team <https://root.cern.ch>`_.

Minuit was designed to optimize statistical cost functions, for maximum-likelihood and least-squares fits. It provides the best-fit parameters and error estimates from likelihood profile analysis.

The iminuit package brings additional features:

- Builtin cost functions for statistical fits to N-dimensional data

  - Unbinned and binned maximum-likelihood + extended versions
  - `Template fits with error propagation <https://doi.org/10.1140/epjc/s10052-022-11019-z>`_
  - Least-squares (optionally robust to outliers)
  - Gaussian penalty terms for parameters
  - Cost functions can be combined by adding them: ``total_cost = cost_1 + cost_2``
  - Visualization of the fit in Jupyter notebooks
- Support for SciPy minimizers as alternatives to Minuit's MIGRAD algorithm (optional)
- Support for Numba accelerated functions (optional)

Minimal dependencies
--------------------

``iminuit`` is promised to remain a lean package which only depends on ``numpy``, but additional features are enabled if the following optional packages are installed.

- ``numba``: Cost functions are partially JIT-compiled if ``numba`` is installed.
- ``matplotlib``: Visualization of fitted model for builtin cost functions
- ``ipywidgets``: Interactive fitting, see example below (also requires ``matplotlib``)
- ``scipy``: Compute Minos intervals for arbitrary confidence levels
- ``unicodeitplus``: Render names of model parameters in simple LaTeX as Unicode

Documentation
-------------

Checkout our large and comprehensive list of `tutorials`_ that take you all the way from beginner to power user. For help and how-to questions, please use the `discussions`_ on GitHub or `gitter`_.

**Lecture by Glen Cowan**

`In the exercises to his lecture for the KMISchool 2022 <https://github.com/KMISchool2022>`_, Glen Cowan shows how to solve statistical problems in Python with iminuit. You can find the lectures and exercises on the Github page, which covers both frequentist and Bayesian methods.

`Glen Cowan <https://scholar.google.com/citations?hl=en&user=ljQwt8QAAAAJ&view_op=list_works>`_ is a known for his papers and international lectures on statistics in particle physics, as a member of the Particle Data Group, and as author of the popular book `Statistical Data Analysis <https://www.pp.rhul.ac.uk/~cowan/sda/>`_.

In a nutshell
-------------

``iminuit`` can be used with a user-provided cost functions in form of a negative log-likelihood function or least-squares function. Standard functions are included in ``iminuit.cost``, so you don't have to write them yourself. The following example shows how to perform an unbinned maximum likelihood fit.

.. code:: python

    import numpy as np
    from iminuit import Minuit
    from iminuit.cost import UnbinnedNLL
    from scipy.stats import norm

    x = norm.rvs(size=1000, random_state=1)

    def pdf(x, mu, sigma):
        return norm.pdf(x, mu, sigma)

    # Negative unbinned log-likelihood, you can write your own
    cost = UnbinnedNLL(x, pdf)

    m = Minuit(cost, mu=0, sigma=1)
    m.limits["sigma"] = (0, np.inf)
    m.migrad()  # find minimum
    m.hesse()   # compute uncertainties

.. image:: doc/_static/demo_output.png
    :alt: Output of the demo in a Jupyter notebook

Interactive fitting
-------------------

``iminuit`` optionally supports an interactive fitting mode in Jupyter notebooks.

.. image:: doc/_static/interactive_demo.gif
   :alt: Animated demo of an interactive fit in a Jupyter notebook

High performance when combined with numba
-----------------------------------------

When ``iminuit`` is used with cost functions that are JIT-compiled with `numba`_ (JIT-compiled pdfs are provided by `numba_stats`_ ), the speed is comparable to `RooFit`_ with the fastest backend. `numba`_ with auto-parallelization is considerably faster than the parallel computation in `RooFit`_.

.. image:: doc/_static/roofit_vs_iminuit+numba.svg

More information about this benchmark is given `in the Benchmark section of the documentation <https://scikit-hep.org/iminuit/benchmark.html>`_.

Citation
--------

If you use iminuit in a scientific work, please cite us. A generic BibTeX entry is::

    @article{iminuit,
      author={Hans Dembinski and Piti Ongmongkolkul et al.},
      title={scikit-hep/iminuit},
      DOI={10.5281/zenodo.3949207},
      publisher={Zenodo},
      year={2020},
      month={Dec},
      url={https://doi.org/10.5281/zenodo.3949207}
    }

The DOI and URL in this entry point always to the latest release of iminuit. You can also cite the actual release that you used, please follow the `Zenodo link <https://doi.org/10.5281/zenodo.3949207>`_, which offers entries for common bibliography formats for all iminuit releases.

The recommended scientific reference for the MINUIT algorithms is::

    @article{James:1975dr,
        author = "James, F. and Roos, M.",
        title = "{Minuit: A System for Function Minimization and Analysis of the Parameter Errors and Correlations}",
        reportNumber = "CERN-DD-75-20",
        doi = "10.1016/0010-4655(75)90039-9",
        journal = "Comput. Phys. Commun.",
        volume = "10",
        pages = "343--367",
        year = "1975"
    }

Partner projects
----------------

* `numba_stats`_ provides faster implementations of probability density functions than scipy, and a few specific ones used in particle physics that are not in scipy.
* `boost-histogram`_ from Scikit-HEP provides fast generalized histograms that you can use with the builtin cost functions.
* `jacobi`_ provides a robust, fast, and accurate calculation of the Jacobi matrix of any transformation function and building a function for generic error propagation.

Versions
--------

The 2.x series has introduced breaking interfaces changes with respect to the 1.x series. There are no plans to introduce further breaking changes.

All interface changes from 1.x to 2.x are documented in the `changelog`_ with recommendations how to upgrade. To keep old scripts running, pin your major iminuit version to <2: the command ``pip install 'iminuit<2'`` installs the 1.x series.

.. _changelog: https://scikit-hep.org/iminuit/changelog.html
.. _tutorials: https://scikit-hep.org/iminuit/tutorials.html
.. _discussions: https://github.com/scikit-hep/iminuit/discussions
.. _gitter: https://gitter.im/Scikit-HEP/iminuit
.. _jacobi: https://github.com/hdembinski/jacobi
.. _numba_stats: https://github.com/HDembinski/numba-stats
.. _boost-histogram: https://github.com/scikit-hep/boost-histogram
.. _numba: https://numba.pydata.org
.. _RooFit: https://root.cern/manual/roofit/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iminuit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Hans Dembinski <hans.dembinski@gmail.com>",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8c/41/d1b2fa8022811cc54bbf363948f58756f88e4e5891a38cbe43824432fd27/iminuit-2.31.3.tar.gz",
    "platform": null,
    "description": ".. |iminuit| image:: doc/_static/iminuit_logo.svg\n   :alt: iminuit\n\n|iminuit|\n=========\n\n.. version-marker-do-not-remove\n\n.. image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg\n   :target: https://scikit-hep.org\n.. image:: https://img.shields.io/pypi/v/iminuit.svg\n   :target: https://pypi.org/project/iminuit\n.. image:: https://img.shields.io/conda/vn/conda-forge/iminuit.svg\n   :target: https://github.com/conda-forge/iminuit-feedstock\n.. image:: https://coveralls.io/repos/github/scikit-hep/iminuit/badge.svg?branch=develop\n   :target: https://coveralls.io/github/scikit-hep/iminuit?branch=develop\n.. image:: https://github.com/scikit-hep/iminuit/actions/workflows/docs.yml/badge.svg?branch=main\n   :target: https://scikit-hep.org/iminuit\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3949207.svg\n   :target: https://doi.org/10.5281/zenodo.3949207\n.. image:: https://img.shields.io/badge/ascl-2108.024-blue.svg?colorB=262255\n   :target: https://ascl.net/2108.024\n   :alt: ascl:2108.024\n.. image:: https://img.shields.io/gitter/room/Scikit-HEP/iminuit\n   :target: https://gitter.im/Scikit-HEP/iminuit\n.. image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/scikit-hep/iminuit/develop?filepath=doc%2Ftutorial\n\n``iminuit`` is a Jupyter-friendly Python interface for the ``Minuit2`` C++ library maintained by CERN's `ROOT team <https://root.cern.ch>`_.\n\nMinuit was designed to optimize statistical cost functions, for maximum-likelihood and least-squares fits. It provides the best-fit parameters and error estimates from likelihood profile analysis.\n\nThe iminuit package brings additional features:\n\n- Builtin cost functions for statistical fits to N-dimensional data\n\n  - Unbinned and binned maximum-likelihood + extended versions\n  - `Template fits with error propagation <https://doi.org/10.1140/epjc/s10052-022-11019-z>`_\n  - Least-squares (optionally robust to outliers)\n  - Gaussian penalty terms for parameters\n  - Cost functions can be combined by adding them: ``total_cost = cost_1 + cost_2``\n  - Visualization of the fit in Jupyter notebooks\n- Support for SciPy minimizers as alternatives to Minuit's MIGRAD algorithm (optional)\n- Support for Numba accelerated functions (optional)\n\nMinimal dependencies\n--------------------\n\n``iminuit`` is promised to remain a lean package which only depends on ``numpy``, but additional features are enabled if the following optional packages are installed.\n\n- ``numba``: Cost functions are partially JIT-compiled if ``numba`` is installed.\n- ``matplotlib``: Visualization of fitted model for builtin cost functions\n- ``ipywidgets``: Interactive fitting, see example below (also requires ``matplotlib``)\n- ``scipy``: Compute Minos intervals for arbitrary confidence levels\n- ``unicodeitplus``: Render names of model parameters in simple LaTeX as Unicode\n\nDocumentation\n-------------\n\nCheckout our large and comprehensive list of `tutorials`_ that take you all the way from beginner to power user. For help and how-to questions, please use the `discussions`_ on GitHub or `gitter`_.\n\n**Lecture by Glen Cowan**\n\n`In the exercises to his lecture for the KMISchool 2022 <https://github.com/KMISchool2022>`_, Glen Cowan shows how to solve statistical problems in Python with iminuit. You can find the lectures and exercises on the Github page, which covers both frequentist and Bayesian methods.\n\n`Glen Cowan <https://scholar.google.com/citations?hl=en&user=ljQwt8QAAAAJ&view_op=list_works>`_ is a known for his papers and international lectures on statistics in particle physics, as a member of the Particle Data Group, and as author of the popular book `Statistical Data Analysis <https://www.pp.rhul.ac.uk/~cowan/sda/>`_.\n\nIn a nutshell\n-------------\n\n``iminuit`` can be used with a user-provided cost functions in form of a negative log-likelihood function or least-squares function. Standard functions are included in ``iminuit.cost``, so you don't have to write them yourself. The following example shows how to perform an unbinned maximum likelihood fit.\n\n.. code:: python\n\n    import numpy as np\n    from iminuit import Minuit\n    from iminuit.cost import UnbinnedNLL\n    from scipy.stats import norm\n\n    x = norm.rvs(size=1000, random_state=1)\n\n    def pdf(x, mu, sigma):\n        return norm.pdf(x, mu, sigma)\n\n    # Negative unbinned log-likelihood, you can write your own\n    cost = UnbinnedNLL(x, pdf)\n\n    m = Minuit(cost, mu=0, sigma=1)\n    m.limits[\"sigma\"] = (0, np.inf)\n    m.migrad()  # find minimum\n    m.hesse()   # compute uncertainties\n\n.. image:: doc/_static/demo_output.png\n    :alt: Output of the demo in a Jupyter notebook\n\nInteractive fitting\n-------------------\n\n``iminuit`` optionally supports an interactive fitting mode in Jupyter notebooks.\n\n.. image:: doc/_static/interactive_demo.gif\n   :alt: Animated demo of an interactive fit in a Jupyter notebook\n\nHigh performance when combined with numba\n-----------------------------------------\n\nWhen ``iminuit`` is used with cost functions that are JIT-compiled with `numba`_ (JIT-compiled pdfs are provided by `numba_stats`_ ), the speed is comparable to `RooFit`_ with the fastest backend. `numba`_ with auto-parallelization is considerably faster than the parallel computation in `RooFit`_.\n\n.. image:: doc/_static/roofit_vs_iminuit+numba.svg\n\nMore information about this benchmark is given `in the Benchmark section of the documentation <https://scikit-hep.org/iminuit/benchmark.html>`_.\n\nCitation\n--------\n\nIf you use iminuit in a scientific work, please cite us. A generic BibTeX entry is::\n\n    @article{iminuit,\n      author={Hans Dembinski and Piti Ongmongkolkul et al.},\n      title={scikit-hep/iminuit},\n      DOI={10.5281/zenodo.3949207},\n      publisher={Zenodo},\n      year={2020},\n      month={Dec},\n      url={https://doi.org/10.5281/zenodo.3949207}\n    }\n\nThe DOI and URL in this entry point always to the latest release of iminuit. You can also cite the actual release that you used, please follow the `Zenodo link <https://doi.org/10.5281/zenodo.3949207>`_, which offers entries for common bibliography formats for all iminuit releases.\n\nThe recommended scientific reference for the MINUIT algorithms is::\n\n    @article{James:1975dr,\n        author = \"James, F. and Roos, M.\",\n        title = \"{Minuit: A System for Function Minimization and Analysis of the Parameter Errors and Correlations}\",\n        reportNumber = \"CERN-DD-75-20\",\n        doi = \"10.1016/0010-4655(75)90039-9\",\n        journal = \"Comput. Phys. Commun.\",\n        volume = \"10\",\n        pages = \"343--367\",\n        year = \"1975\"\n    }\n\nPartner projects\n----------------\n\n* `numba_stats`_ provides faster implementations of probability density functions than scipy, and a few specific ones used in particle physics that are not in scipy.\n* `boost-histogram`_ from Scikit-HEP provides fast generalized histograms that you can use with the builtin cost functions.\n* `jacobi`_ provides a robust, fast, and accurate calculation of the Jacobi matrix of any transformation function and building a function for generic error propagation.\n\nVersions\n--------\n\nThe 2.x series has introduced breaking interfaces changes with respect to the 1.x series. There are no plans to introduce further breaking changes.\n\nAll interface changes from 1.x to 2.x are documented in the `changelog`_ with recommendations how to upgrade. To keep old scripts running, pin your major iminuit version to <2: the command ``pip install 'iminuit<2'`` installs the 1.x series.\n\n.. _changelog: https://scikit-hep.org/iminuit/changelog.html\n.. _tutorials: https://scikit-hep.org/iminuit/tutorials.html\n.. _discussions: https://github.com/scikit-hep/iminuit/discussions\n.. _gitter: https://gitter.im/Scikit-HEP/iminuit\n.. _jacobi: https://github.com/hdembinski/jacobi\n.. _numba_stats: https://github.com/HDembinski/numba-stats\n.. _boost-histogram: https://github.com/scikit-hep/boost-histogram\n.. _numba: https://numba.pydata.org\n.. _RooFit: https://root.cern/manual/roofit/\n",
    "bugtrack_url": null,
    "license": "MIT+LGPL",
    "summary": "Jupyter-friendly Python frontend for MINUIT2 in C++",
    "version": "2.31.3",
    "project_urls": {
        "documentation": "https://scikit-hep.org/iminuit",
        "repository": "http://github.com/scikit-hep/iminuit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e978be7ee643ef952249e83805bbd22b5f196afdfc0df845a4cb7fe5143efdd",
                "md5": "ab296af61a7f5bed18536550e3463ef2",
                "sha256": "74014bc0e1ed2caff2518bec211e69c35c3ddfe435baf61768658b744939f2ef"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab296af61a7f5bed18536550e3463ef2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 424821,
            "upload_time": "2025-10-26T13:19:44",
            "upload_time_iso_8601": "2025-10-26T13:19:44.438491Z",
            "url": "https://files.pythonhosted.org/packages/6e/97/8be7ee643ef952249e83805bbd22b5f196afdfc0df845a4cb7fe5143efdd/iminuit-2.31.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61ec147a3780f4ddd37be7457b64f0a266eb35fdc62b3a8b7bbff53517509496",
                "md5": "5adfc2b5eb1d2254688304166db950fb",
                "sha256": "8ee0001e966f7d866bc837797ebf0826679482b8f5b2df45e2dd86ad330bd46f"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5adfc2b5eb1d2254688304166db950fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 373980,
            "upload_time": "2025-10-26T13:19:46",
            "upload_time_iso_8601": "2025-10-26T13:19:46.827076Z",
            "url": "https://files.pythonhosted.org/packages/61/ec/147a3780f4ddd37be7457b64f0a266eb35fdc62b3a8b7bbff53517509496/iminuit-2.31.3-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4887a3f73d78a9a984f54f6bfb762d71b956a7e1389fcd32d75171161cc138b",
                "md5": "681b53668309f3fa78e75c811ce0d080",
                "sha256": "2565a4f940bc0163048f66275085002ad26166167c5da2a939fbc5f823e19cf9"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "681b53668309f3fa78e75c811ce0d080",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 455026,
            "upload_time": "2025-10-26T13:19:48",
            "upload_time_iso_8601": "2025-10-26T13:19:48.470037Z",
            "url": "https://files.pythonhosted.org/packages/e4/88/7a3f73d78a9a984f54f6bfb762d71b956a7e1389fcd32d75171161cc138b/iminuit-2.31.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fce087b0305270ef9c1779be2c539ae35ae5259b336689f96d47ebbd16907154",
                "md5": "34b9596dd0cc3c5db43512ce022695d2",
                "sha256": "d6e554920e0f5f7ddb3dd87e882011b1bed95861d7ffc1be70c4d9e3cf11ef51"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "34b9596dd0cc3c5db43512ce022695d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 399956,
            "upload_time": "2025-10-26T13:19:50",
            "upload_time_iso_8601": "2025-10-26T13:19:50.005753Z",
            "url": "https://files.pythonhosted.org/packages/fc/e0/87b0305270ef9c1779be2c539ae35ae5259b336689f96d47ebbd16907154/iminuit-2.31.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c55039e55bf083386dad42140158a630fdc9b73d01f72d8542bf41487d47f17",
                "md5": "7fc0e5395ee7b23c88baf306d28fe9c2",
                "sha256": "0b4413a003703c71df3c36bbeed64726570515888452984abb996952ecb53a33"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7fc0e5395ee7b23c88baf306d28fe9c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1403702,
            "upload_time": "2025-10-26T13:19:51",
            "upload_time_iso_8601": "2025-10-26T13:19:51.319756Z",
            "url": "https://files.pythonhosted.org/packages/9c/55/039e55bf083386dad42140158a630fdc9b73d01f72d8542bf41487d47f17/iminuit-2.31.3-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84703db5531db0eaaeba730d4a9252d1a2f92eb1b43d49406f062f1c9923864d",
                "md5": "dd9389efe98659c67e2eb76086317a78",
                "sha256": "68e118c71ed26f3130f38b074ea04a8a5570284c786f00fc562763e88582198c"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd9389efe98659c67e2eb76086317a78",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1473684,
            "upload_time": "2025-10-26T13:19:52",
            "upload_time_iso_8601": "2025-10-26T13:19:52.756598Z",
            "url": "https://files.pythonhosted.org/packages/84/70/3db5531db0eaaeba730d4a9252d1a2f92eb1b43d49406f062f1c9923864d/iminuit-2.31.3-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1eee9e20a3b192aeb42ddbeeef94a2ccca302be1ced3ebb3cbb24839cec84c7",
                "md5": "24759ab67d31219b71dc19bbaa9b0df5",
                "sha256": "ce4d55b148e238a729454cace239fc9ac37ab7484d3f9765dbfa190638f0d26e"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "24759ab67d31219b71dc19bbaa9b0df5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 335384,
            "upload_time": "2025-10-26T13:19:54",
            "upload_time_iso_8601": "2025-10-26T13:19:54.153981Z",
            "url": "https://files.pythonhosted.org/packages/a1/ee/e9e20a3b192aeb42ddbeeef94a2ccca302be1ced3ebb3cbb24839cec84c7/iminuit-2.31.3-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "686486872e44ff0e12c67fb3d2d8fe66fa45115f9bbaab88277bd568cd0e208c",
                "md5": "81618e4b57412c87d866ce3f9c682b7c",
                "sha256": "569b5488ede9fc90160f4fbf2ac58cb1f3751b328d5920417e3e8a860a547001"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "81618e4b57412c87d866ce3f9c682b7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 389692,
            "upload_time": "2025-10-26T13:19:55",
            "upload_time_iso_8601": "2025-10-26T13:19:55.713112Z",
            "url": "https://files.pythonhosted.org/packages/68/64/86872e44ff0e12c67fb3d2d8fe66fa45115f9bbaab88277bd568cd0e208c/iminuit-2.31.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a662e14e9a0e7731bb75179b459030808a15a126ea2cf6581e9883dbdd93764e",
                "md5": "3000b1df43626af47bab12f47b97f407",
                "sha256": "ffb19d811781c4476c6f45f5102ee7af749d31f8bd8cdd527d7bff800497c1ec"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3000b1df43626af47bab12f47b97f407",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 426161,
            "upload_time": "2025-10-26T13:19:57",
            "upload_time_iso_8601": "2025-10-26T13:19:57.289517Z",
            "url": "https://files.pythonhosted.org/packages/a6/62/e14e9a0e7731bb75179b459030808a15a126ea2cf6581e9883dbdd93764e/iminuit-2.31.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9cdde0bb8ecdf69588a146aabd5524ae1a977fba3d312626e6c462cd40438f8e",
                "md5": "e5d8ab5b8ba8d89671caa33b0f3e614c",
                "sha256": "5d733a1973670073161b0053b472ed9536b0a13e459dd3c42dac5baff2a8a86e"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e5d8ab5b8ba8d89671caa33b0f3e614c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 375124,
            "upload_time": "2025-10-26T13:19:58",
            "upload_time_iso_8601": "2025-10-26T13:19:58.923061Z",
            "url": "https://files.pythonhosted.org/packages/9c/dd/e0bb8ecdf69588a146aabd5524ae1a977fba3d312626e6c462cd40438f8e/iminuit-2.31.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c80afaf9d7207fa79ba99b53dc36a42c5dbcdb22b0b8bcd6be1f5ad207090e8a",
                "md5": "5213a432e6bf04a03b81dd79be2670a6",
                "sha256": "6c253f74337e16888a1327ec7c7a72a7ec5c5667bb13d8059f6832546c3b04ed"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5213a432e6bf04a03b81dd79be2670a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 400962,
            "upload_time": "2025-10-26T13:20:00",
            "upload_time_iso_8601": "2025-10-26T13:20:00.510629Z",
            "url": "https://files.pythonhosted.org/packages/c8/0a/faf9d7207fa79ba99b53dc36a42c5dbcdb22b0b8bcd6be1f5ad207090e8a/iminuit-2.31.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5238158fc0f09abdf25b1613a6b6b5f800e25245a419261c1ac70b4cf21bf3d4",
                "md5": "7d9661c84dd2244737859d499ca4c749",
                "sha256": "a3d6e0c375cf6dd7903ba7d6340a1243e9c5de97ee26d295714c821419eff878"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7d9661c84dd2244737859d499ca4c749",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 433925,
            "upload_time": "2025-10-26T13:20:01",
            "upload_time_iso_8601": "2025-10-26T13:20:01.977058Z",
            "url": "https://files.pythonhosted.org/packages/52/38/158fc0f09abdf25b1613a6b6b5f800e25245a419261c1ac70b4cf21bf3d4/iminuit-2.31.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9005fb9a6aec5394fcadec827e783c4a7e4332c5a8e9895496c76609dede0048",
                "md5": "19d2c43ef78a834fe3465db4ef50a8d1",
                "sha256": "baf1d1ee6068289497584b186a672c19eacfc10e2f04c16b159bbe7e9df0eb66"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "19d2c43ef78a834fe3465db4ef50a8d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1404819,
            "upload_time": "2025-10-26T13:20:03",
            "upload_time_iso_8601": "2025-10-26T13:20:03.640120Z",
            "url": "https://files.pythonhosted.org/packages/90/05/fb9a6aec5394fcadec827e783c4a7e4332c5a8e9895496c76609dede0048/iminuit-2.31.3-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63c98f769eff7e94f4b1f92b7857f15b96b4a498bf27a80c51327278ba4da438",
                "md5": "d05b2602407999a0739df961cbabb11e",
                "sha256": "9871413403b1eca60d1c2002cb874f6f29b6a418cd48e6ae628a956f6bae6a2b"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d05b2602407999a0739df961cbabb11e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1475122,
            "upload_time": "2025-10-26T13:20:05",
            "upload_time_iso_8601": "2025-10-26T13:20:05.425025Z",
            "url": "https://files.pythonhosted.org/packages/63/c9/8f769eff7e94f4b1f92b7857f15b96b4a498bf27a80c51327278ba4da438/iminuit-2.31.3-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba28cc8361c59e1ef49ba87256f2989664b726116222333b3580d4babd238830",
                "md5": "d26725c82804bb59eb66a7b6fd6ec7a7",
                "sha256": "17634d18eeee103e5761396f2b7e436bc575da7314a00429bdcd8bc2ba09037c"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "d26725c82804bb59eb66a7b6fd6ec7a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 336123,
            "upload_time": "2025-10-26T13:20:06",
            "upload_time_iso_8601": "2025-10-26T13:20:06.824446Z",
            "url": "https://files.pythonhosted.org/packages/ba/28/cc8361c59e1ef49ba87256f2989664b726116222333b3580d4babd238830/iminuit-2.31.3-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "874e918fa419751772b2b1240f41277ed2bee90f0b362412a448f1fc59419c9c",
                "md5": "b181ca004b8586ecab2d50fc441b75c8",
                "sha256": "b238d1b04f4806d5cc17046c92f18104cb3f23ba898def9c9cdf6644bea082cd"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b181ca004b8586ecab2d50fc441b75c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 390273,
            "upload_time": "2025-10-26T13:20:08",
            "upload_time_iso_8601": "2025-10-26T13:20:08.115930Z",
            "url": "https://files.pythonhosted.org/packages/87/4e/918fa419751772b2b1240f41277ed2bee90f0b362412a448f1fc59419c9c/iminuit-2.31.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34936512350602fa579043cf12b5ff11e839ef50f61a496de73e866a2425ccd5",
                "md5": "4b22852ce96d474c842ab85e91e77e87",
                "sha256": "eaf264cb10abb7c2a9c464f712e593f2fbf6b63240b95cc00fa50eeb395f214b"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "4b22852ce96d474c842ab85e91e77e87",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 375735,
            "upload_time": "2025-10-26T13:20:09",
            "upload_time_iso_8601": "2025-10-26T13:20:09.531688Z",
            "url": "https://files.pythonhosted.org/packages/34/93/6512350602fa579043cf12b5ff11e839ef50f61a496de73e866a2425ccd5/iminuit-2.31.3-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eee50c22fd646273e280d73b484d9d8323cf36c3c733b4a49cc0cf7702d9e443",
                "md5": "1dcf4184f91c5379df60389bf5ebe304",
                "sha256": "e21a64a355d4a2ff3f8812ec92f4652ce43f09cc3d23e8f2ae7e6fab77bb82eb"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1dcf4184f91c5379df60389bf5ebe304",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 430126,
            "upload_time": "2025-10-26T13:20:11",
            "upload_time_iso_8601": "2025-10-26T13:20:11.216676Z",
            "url": "https://files.pythonhosted.org/packages/ee/e5/0c22fd646273e280d73b484d9d8323cf36c3c733b4a49cc0cf7702d9e443/iminuit-2.31.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d3ee522d2b4f039910f1ad686a100573bcbaf5a2de28731eab4adc23b35ca9f",
                "md5": "e3bc853d28a04f8d1a9b10c5b86dd9c0",
                "sha256": "c754e1af7712ae40a49521fdb716bc19b29894f611b3eb7f8b2c213c5ccee710"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e3bc853d28a04f8d1a9b10c5b86dd9c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 375888,
            "upload_time": "2025-10-26T13:20:12",
            "upload_time_iso_8601": "2025-10-26T13:20:12.788289Z",
            "url": "https://files.pythonhosted.org/packages/2d/3e/e522d2b4f039910f1ad686a100573bcbaf5a2de28731eab4adc23b35ca9f/iminuit-2.31.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53f052456c409509ce94dff290187f779e44683ff5d39e75bf27e3c02251bb80",
                "md5": "de0303b34b392afbea31b03e00e917d5",
                "sha256": "ad929ff1961e2b83d4c30df74e5b3cf48543c8bb88b3b9cb1a6c8c1e99cfd76b"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "de0303b34b392afbea31b03e00e917d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 399319,
            "upload_time": "2025-10-26T13:20:14",
            "upload_time_iso_8601": "2025-10-26T13:20:14.011194Z",
            "url": "https://files.pythonhosted.org/packages/53/f0/52456c409509ce94dff290187f779e44683ff5d39e75bf27e3c02251bb80/iminuit-2.31.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee2ebfc47ea724a88bc7e281f584bd1cf1179269fdf123b460f5a41ccfc59bc3",
                "md5": "3f238876a70ee84786f5dcd6b60748b8",
                "sha256": "0c16616e7092d9c09e380510e3acc11550171b4ab991be98d3761b57aff1d896"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f238876a70ee84786f5dcd6b60748b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 433953,
            "upload_time": "2025-10-26T13:20:15",
            "upload_time_iso_8601": "2025-10-26T13:20:15.264410Z",
            "url": "https://files.pythonhosted.org/packages/ee/2e/bfc47ea724a88bc7e281f584bd1cf1179269fdf123b460f5a41ccfc59bc3/iminuit-2.31.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3fc5dfe9a809cc7c444d3f242cb9237722a08b10fd20c8ca98862f0276516a3",
                "md5": "11235385d430abdb871c16b6a791bf92",
                "sha256": "02d4fb5e1b292c5e17996ed35a1511a829353168c2060382930230827bbf757e"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "11235385d430abdb871c16b6a791bf92",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1402655,
            "upload_time": "2025-10-26T13:20:16",
            "upload_time_iso_8601": "2025-10-26T13:20:16.505625Z",
            "url": "https://files.pythonhosted.org/packages/e3/fc/5dfe9a809cc7c444d3f242cb9237722a08b10fd20c8ca98862f0276516a3/iminuit-2.31.3-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c047b1f31e98f3e201dacc82cb65c3a1b4a59aa2c71dcbd1dce4129f7632ae4",
                "md5": "545e4e35d399fee400231686bc38f32a",
                "sha256": "22d19be419d9bb23072508728ec516609943cc87e8a90bf3d11512a702470626"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "545e4e35d399fee400231686bc38f32a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1474665,
            "upload_time": "2025-10-26T13:20:18",
            "upload_time_iso_8601": "2025-10-26T13:20:18.203917Z",
            "url": "https://files.pythonhosted.org/packages/2c/04/7b1f31e98f3e201dacc82cb65c3a1b4a59aa2c71dcbd1dce4129f7632ae4/iminuit-2.31.3-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5989c781be56fa08ea559056bbc05829e33d16500cea32311e4a3fe87da5ba7f",
                "md5": "31b305f2785999b2c46eafc91aa6a2c6",
                "sha256": "63dc2722adc280e23dffa47fc65df19ebe431b10fc4eadf4f58f696c15fec146"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "31b305f2785999b2c46eafc91aa6a2c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 336846,
            "upload_time": "2025-10-26T13:20:19",
            "upload_time_iso_8601": "2025-10-26T13:20:19.683051Z",
            "url": "https://files.pythonhosted.org/packages/59/89/c781be56fa08ea559056bbc05829e33d16500cea32311e4a3fe87da5ba7f/iminuit-2.31.3-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b7abcf3068f9741abc3e690b31e1b27b7e840fdc67f6f81985cbd9374f2cdfa",
                "md5": "940cf54460b74b31874d5c68c710759a",
                "sha256": "43e9eab128c29e3aa92b15be7b6acd24b2b447ec1f9d6dcacaea77e6727d99e1"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "940cf54460b74b31874d5c68c710759a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 390822,
            "upload_time": "2025-10-26T13:20:21",
            "upload_time_iso_8601": "2025-10-26T13:20:21.336387Z",
            "url": "https://files.pythonhosted.org/packages/4b/7a/bcf3068f9741abc3e690b31e1b27b7e840fdc67f6f81985cbd9374f2cdfa/iminuit-2.31.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2fdd0d480b5170320212d58d5eaf179a49561d46b5a8229b78ca6d9e191b1d11",
                "md5": "2d774528e65a5f9631aeb8a8709d3dcd",
                "sha256": "a0ad66227a7547b62614191a3fc772975c5ff06965ae3720eedf10176e846525"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "2d774528e65a5f9631aeb8a8709d3dcd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 375953,
            "upload_time": "2025-10-26T13:20:22",
            "upload_time_iso_8601": "2025-10-26T13:20:22.998773Z",
            "url": "https://files.pythonhosted.org/packages/2f/dd/0d480b5170320212d58d5eaf179a49561d46b5a8229b78ca6d9e191b1d11/iminuit-2.31.3-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c80615ac694028fa691ab8d2b625f8152fd6db7897a9ec3f4148fe1b99570b1",
                "md5": "e596343391cf62251b60d31484aded2a",
                "sha256": "9a6f78c810fee5a3aaaea2fbfa0c63f22762a21a783a69d5b56109f5b7b142d8"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e596343391cf62251b60d31484aded2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 430056,
            "upload_time": "2025-10-26T13:20:24",
            "upload_time_iso_8601": "2025-10-26T13:20:24.648002Z",
            "url": "https://files.pythonhosted.org/packages/9c/80/615ac694028fa691ab8d2b625f8152fd6db7897a9ec3f4148fe1b99570b1/iminuit-2.31.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a665957c3cd0914602041749d2558e742180c1700c0f9aedbee9e0fceb623788",
                "md5": "36ca9413b2945053755c8e2a93c49707",
                "sha256": "445320e537c64fa2d9d353cebf0f1e4e1032cbdc4f7b72f1f26bdaac65114bbe"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "36ca9413b2945053755c8e2a93c49707",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 375858,
            "upload_time": "2025-10-26T13:20:26",
            "upload_time_iso_8601": "2025-10-26T13:20:26.211521Z",
            "url": "https://files.pythonhosted.org/packages/a6/65/957c3cd0914602041749d2558e742180c1700c0f9aedbee9e0fceb623788/iminuit-2.31.3-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13b214baab960f33b36135c6001898cf45b43ea65e6f94e772d5dc283eb7232b",
                "md5": "d8f4668fe91903a5829920456d19e91b",
                "sha256": "1b980780ced764b634842621b26cf0f413da1e67f51c6b7b3e06f33b0ef6c53e"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d8f4668fe91903a5829920456d19e91b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 399475,
            "upload_time": "2025-10-26T13:20:27",
            "upload_time_iso_8601": "2025-10-26T13:20:27.475689Z",
            "url": "https://files.pythonhosted.org/packages/13/b2/14baab960f33b36135c6001898cf45b43ea65e6f94e772d5dc283eb7232b/iminuit-2.31.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbc6401e74c07d9c22ef192dac523ce2fe9e8cf86b7e1c1ff064bed956e47330",
                "md5": "7c993bb642780fa8ad309072ab5a16f8",
                "sha256": "d49132071f5cfd157d693b7b8ac680b16a1b95c6146ca9dfa73ad198be9f4671"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c993bb642780fa8ad309072ab5a16f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 435131,
            "upload_time": "2025-10-26T13:20:28",
            "upload_time_iso_8601": "2025-10-26T13:20:28.779493Z",
            "url": "https://files.pythonhosted.org/packages/cb/c6/401e74c07d9c22ef192dac523ce2fe9e8cf86b7e1c1ff064bed956e47330/iminuit-2.31.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "666c720c20471b4b734a47689086e02079853bddcab8f6b6617d61267373b606",
                "md5": "1adfd90880ace90524daf032fa913373",
                "sha256": "e5b05b452e47dd93744ca5f71bfd630c89dcc0a31fc22a8983332a9cd37cf25b"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1adfd90880ace90524daf032fa913373",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1402751,
            "upload_time": "2025-10-26T13:20:30",
            "upload_time_iso_8601": "2025-10-26T13:20:30.319366Z",
            "url": "https://files.pythonhosted.org/packages/66/6c/720c20471b4b734a47689086e02079853bddcab8f6b6617d61267373b606/iminuit-2.31.3-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "98b373b684e78cf173e88d9468ff64f56d9fd61325d499dfb404e19c6ab7c6a7",
                "md5": "1ce101d3c6e5e73bc07d5c85f8b539ac",
                "sha256": "1bb817997fac6e27d6cc1d5dc389360223f860a87f95adee51b1dcfa6e7946bb"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1ce101d3c6e5e73bc07d5c85f8b539ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1475626,
            "upload_time": "2025-10-26T13:20:32",
            "upload_time_iso_8601": "2025-10-26T13:20:32.247349Z",
            "url": "https://files.pythonhosted.org/packages/98/b3/73b684e78cf173e88d9468ff64f56d9fd61325d499dfb404e19c6ab7c6a7/iminuit-2.31.3-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b5b71581737814a0f62a0d0a0308bddf7b6f9a147f77064775c25fd8cf9adf3",
                "md5": "06779e65a1ee49915abadbe905fef386",
                "sha256": "1c5d153d1cd9dff722312cdbba8c1030db2dabf9e6d88a7a67b49d2b9b62d2cf"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "06779e65a1ee49915abadbe905fef386",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 450068,
            "upload_time": "2025-10-26T13:20:38",
            "upload_time_iso_8601": "2025-10-26T13:20:38.507896Z",
            "url": "https://files.pythonhosted.org/packages/2b/5b/71581737814a0f62a0d0a0308bddf7b6f9a147f77064775c25fd8cf9adf3/iminuit-2.31.3-cp313-cp313t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01e895e524a21768c52e110759aefc78d950579af2623565593b3e87f4d8e7e4",
                "md5": "986436bb55d590ea784f1c773d94f1ae",
                "sha256": "b0ba918ea062936c96688a3d95397d84335a0a071a2da4633f6478088ff1f44a"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "986436bb55d590ea784f1c773d94f1ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 393059,
            "upload_time": "2025-10-26T13:20:39",
            "upload_time_iso_8601": "2025-10-26T13:20:39.791069Z",
            "url": "https://files.pythonhosted.org/packages/01/e8/95e524a21768c52e110759aefc78d950579af2623565593b3e87f4d8e7e4/iminuit-2.31.3-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a86f2727d2f0595204fe771b3e2332a0b31756319260f22882f8728204191ca",
                "md5": "30f1468eba63155b8b326856245ac164",
                "sha256": "f972e05e8796e8988524d089dff8fb6488280244c59d9ed8b04fd345ac29ce51"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "30f1468eba63155b8b326856245ac164",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 404202,
            "upload_time": "2025-10-26T13:20:41",
            "upload_time_iso_8601": "2025-10-26T13:20:41.093487Z",
            "url": "https://files.pythonhosted.org/packages/5a/86/f2727d2f0595204fe771b3e2332a0b31756319260f22882f8728204191ca/iminuit-2.31.3-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32b33e35fb18ff10539cd3c43bfce0ea5b1ce92e163be86057d35bce34251630",
                "md5": "a6f2b12748cc2408078964096970f7b8",
                "sha256": "9a4b023648fc674237d8ce8c5f903518e1da59704dd22801c219287a248208d0"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6f2b12748cc2408078964096970f7b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 438947,
            "upload_time": "2025-10-26T13:20:42",
            "upload_time_iso_8601": "2025-10-26T13:20:42.477449Z",
            "url": "https://files.pythonhosted.org/packages/32/b3/3e35fb18ff10539cd3c43bfce0ea5b1ce92e163be86057d35bce34251630/iminuit-2.31.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68bd3f4e99b13dc5f0ffb1851b93d812926ed2c7f75b10be788cb38f2cb9747a",
                "md5": "cf707d2a3327c953be01fdc3b768a83b",
                "sha256": "9a18b487c87984269e70cd05ff03807fa065e80a5294ec8f78df2171a4ff8d44"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cf707d2a3327c953be01fdc3b768a83b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1407734,
            "upload_time": "2025-10-26T13:20:44",
            "upload_time_iso_8601": "2025-10-26T13:20:44.009726Z",
            "url": "https://files.pythonhosted.org/packages/68/bd/3f4e99b13dc5f0ffb1851b93d812926ed2c7f75b10be788cb38f2cb9747a/iminuit-2.31.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bdec67c82285c872c68e6f436143a64bec45d7785b2953b7a4889e1a052baa35",
                "md5": "d9d83c673163dca329afaedc26ab459e",
                "sha256": "1e3b9f226cc12fcfa75a8cc493a5469f6b425e557adad987bf8bd7fa0177433d"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d9d83c673163dca329afaedc26ab459e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1480117,
            "upload_time": "2025-10-26T13:20:45",
            "upload_time_iso_8601": "2025-10-26T13:20:45.583366Z",
            "url": "https://files.pythonhosted.org/packages/bd/ec/67c82285c872c68e6f436143a64bec45d7785b2953b7a4889e1a052baa35/iminuit-2.31.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ef386b12536bca24b3fe4a462fa6478bc2120a638c8cf7a7acd084ac110c0d5",
                "md5": "034ce6e9ac36a20758bb8d9f988a2dc4",
                "sha256": "67421bd0ecfb31861c775233f14f130a374195dfc610a193067ef3e9ef0cdde2"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-win32.whl",
            "has_sig": false,
            "md5_digest": "034ce6e9ac36a20758bb8d9f988a2dc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 352166,
            "upload_time": "2025-10-26T13:20:46",
            "upload_time_iso_8601": "2025-10-26T13:20:46.946564Z",
            "url": "https://files.pythonhosted.org/packages/2e/f3/86b12536bca24b3fe4a462fa6478bc2120a638c8cf7a7acd084ac110c0d5/iminuit-2.31.3-cp313-cp313t-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60b3067a4c8c29cbefc962b0512e052da96e9ca3f383413ff01b577d0cd5aba8",
                "md5": "e928a436d1be6941f7580faa04090774",
                "sha256": "4d304a14cb1450910e4a404f20ad95ad37ad74ddd406f0f69caad8e6e4bba098"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e928a436d1be6941f7580faa04090774",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 411773,
            "upload_time": "2025-10-26T13:20:48",
            "upload_time_iso_8601": "2025-10-26T13:20:48.336339Z",
            "url": "https://files.pythonhosted.org/packages/60/b3/067a4c8c29cbefc962b0512e052da96e9ca3f383413ff01b577d0cd5aba8/iminuit-2.31.3-cp313-cp313t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e00049d2b22f39c6ed6cbe220f4b4e9bcac62fe5ee9fea3d03db3e665425db18",
                "md5": "09dc4dce3791b20567bfa93cdfc1bf90",
                "sha256": "a9bc428f90cb2f48826289a23b6363a6ff778002deeb04e3f2f1aa6c2609528e"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313t-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "09dc4dce3791b20567bfa93cdfc1bf90",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 387947,
            "upload_time": "2025-10-26T13:20:49",
            "upload_time_iso_8601": "2025-10-26T13:20:49.993724Z",
            "url": "https://files.pythonhosted.org/packages/e0/00/49d2b22f39c6ed6cbe220f4b4e9bcac62fe5ee9fea3d03db3e665425db18/iminuit-2.31.3-cp313-cp313t-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ca2365ef651e72e531a406f8888eb1cbb517c70431d2b1bf6193bea0acbaec0",
                "md5": "1834ca40bca342d2744078fa35221a1b",
                "sha256": "564125ef11c2f6bbf4b6bffcc530665f724586e1d05980d9112678d0c482da03"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "1834ca40bca342d2744078fa35221a1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 336888,
            "upload_time": "2025-10-26T13:20:33",
            "upload_time_iso_8601": "2025-10-26T13:20:33.647131Z",
            "url": "https://files.pythonhosted.org/packages/5c/a2/365ef651e72e531a406f8888eb1cbb517c70431d2b1bf6193bea0acbaec0/iminuit-2.31.3-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33fbda51d1c38e8bcf8873ae1d17ee41fd57bbf257c4a5fe49f7ba8ad911304d",
                "md5": "54d0da338afe40cfa6d6f139ca472ed5",
                "sha256": "117fc0df566b410a6e2192998f698130a761d3a873be1e6f65ac9fcfba914779"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "54d0da338afe40cfa6d6f139ca472ed5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 390815,
            "upload_time": "2025-10-26T13:20:35",
            "upload_time_iso_8601": "2025-10-26T13:20:35.013704Z",
            "url": "https://files.pythonhosted.org/packages/33/fb/da51d1c38e8bcf8873ae1d17ee41fd57bbf257c4a5fe49f7ba8ad911304d/iminuit-2.31.3-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcc69dc758e9665428596d3fccd1152e6663c9a00a2768bb0bb2fce186e7ac84",
                "md5": "47f610af48c10334d906c2c3c6145cb0",
                "sha256": "e92e3dede5725c77a62f047c3bd11cbec3df46fbc7048c2f3fa569ec3001b4f1"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "47f610af48c10334d906c2c3c6145cb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 375940,
            "upload_time": "2025-10-26T13:20:36",
            "upload_time_iso_8601": "2025-10-26T13:20:36.851823Z",
            "url": "https://files.pythonhosted.org/packages/bc/c6/9dc758e9665428596d3fccd1152e6663c9a00a2768bb0bb2fce186e7ac84/iminuit-2.31.3-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b20f4231d553f6c9788234f85f564fba4b2ab61285dc03ce7b3822583f3a333e",
                "md5": "c817e6afeda1d0bfad16491d67f53063",
                "sha256": "598f654110cc0e05150ebf1b997665a04c6072139277c4a93e679926fc405dd7"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c817e6afeda1d0bfad16491d67f53063",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 430215,
            "upload_time": "2025-10-26T13:20:51",
            "upload_time_iso_8601": "2025-10-26T13:20:51.434293Z",
            "url": "https://files.pythonhosted.org/packages/b2/0f/4231d553f6c9788234f85f564fba4b2ab61285dc03ce7b3822583f3a333e/iminuit-2.31.3-cp314-cp314-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c8a7f3194bf1bcd05d11052ed2eff8a54a46206feb464290512e0b8401859a7",
                "md5": "67c6b95879b0b72e91f82f450db57fe6",
                "sha256": "25124eb19f454420d6362834fb35a947294ca50fff1d5fc392bfbb911854549b"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "67c6b95879b0b72e91f82f450db57fe6",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 376137,
            "upload_time": "2025-10-26T13:20:52",
            "upload_time_iso_8601": "2025-10-26T13:20:52.891988Z",
            "url": "https://files.pythonhosted.org/packages/5c/8a/7f3194bf1bcd05d11052ed2eff8a54a46206feb464290512e0b8401859a7/iminuit-2.31.3-cp314-cp314-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6c79b25607f39d7f1187777bf1c09901fc919d8d5826a81a609f72e51e22a5ba",
                "md5": "36e4d881f461ad0b981ae48f4a8cfe4f",
                "sha256": "781df59ce1fd822264fdf04843ec7386fa4827b914710b4a4b9330fd78521f07"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "36e4d881f461ad0b981ae48f4a8cfe4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 400171,
            "upload_time": "2025-10-26T13:20:54",
            "upload_time_iso_8601": "2025-10-26T13:20:54.253687Z",
            "url": "https://files.pythonhosted.org/packages/6c/79/b25607f39d7f1187777bf1c09901fc919d8d5826a81a609f72e51e22a5ba/iminuit-2.31.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79c42c4a549878e914d7341519600e792902ae4b1b29a757173a6d5d840cb80a",
                "md5": "9b7852eeb51378f9c8b54e5a4a9ea6ad",
                "sha256": "008ceec3a349141069ad30f8495ba97bbbf6bfe3cfd64718198f598ef798fac9"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b7852eeb51378f9c8b54e5a4a9ea6ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 435521,
            "upload_time": "2025-10-26T13:20:55",
            "upload_time_iso_8601": "2025-10-26T13:20:55.473971Z",
            "url": "https://files.pythonhosted.org/packages/79/c4/2c4a549878e914d7341519600e792902ae4b1b29a757173a6d5d840cb80a/iminuit-2.31.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a7f6f242b82f7d35c4b53c7df0c773e5938da96620384c1fa4413146196c40ab",
                "md5": "9a5973fd4a2698650fe05c379d31b8cf",
                "sha256": "4640ec8fbeeadef5d04b37262041a1316118be869389ff614ab6427d821333c8"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9a5973fd4a2698650fe05c379d31b8cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 1403680,
            "upload_time": "2025-10-26T13:20:56",
            "upload_time_iso_8601": "2025-10-26T13:20:56.884817Z",
            "url": "https://files.pythonhosted.org/packages/a7/f6/f242b82f7d35c4b53c7df0c773e5938da96620384c1fa4413146196c40ab/iminuit-2.31.3-cp314-cp314-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "230168be8b789d9bbf50f83ed500ed8f013e8463f53966306427fe6af4d37c85",
                "md5": "5110585ca1f13efd7442ae68c2b7eb0d",
                "sha256": "c009f39f7bba67851a2d1d4a9cf35ea48716a7e56f77f518870173b333750628"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5110585ca1f13efd7442ae68c2b7eb0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 1475897,
            "upload_time": "2025-10-26T13:20:58",
            "upload_time_iso_8601": "2025-10-26T13:20:58.273594Z",
            "url": "https://files.pythonhosted.org/packages/23/01/68be8b789d9bbf50f83ed500ed8f013e8463f53966306427fe6af4d37c85/iminuit-2.31.3-cp314-cp314-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d7177ff0b092b76bc79e9f49181f31d0a72cc75b3398b175df6d83962b0a1fe",
                "md5": "8e2055f96670a252ee07995851416eb6",
                "sha256": "e817e19211344d136590293b87511da9077658bd0ab692d7460e2dc61b82351f"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e2055f96670a252ee07995851416eb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 450313,
            "upload_time": "2025-10-26T13:21:04",
            "upload_time_iso_8601": "2025-10-26T13:21:04.547576Z",
            "url": "https://files.pythonhosted.org/packages/8d/71/77ff0b092b76bc79e9f49181f31d0a72cc75b3398b175df6d83962b0a1fe/iminuit-2.31.3-cp314-cp314t-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc261c19f9001f5c92b5f4d950cf994a6d02fb7e8d22cb3236280e0f571860b0",
                "md5": "03375a1098fac5e4094008d41221a05d",
                "sha256": "132b2db870db12519c784391025ac50d6a93aab3c43e2215f9298e1e2f1b19f2"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "03375a1098fac5e4094008d41221a05d",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 393086,
            "upload_time": "2025-10-26T13:21:06",
            "upload_time_iso_8601": "2025-10-26T13:21:06.111970Z",
            "url": "https://files.pythonhosted.org/packages/fc/26/1c19f9001f5c92b5f4d950cf994a6d02fb7e8d22cb3236280e0f571860b0/iminuit-2.31.3-cp314-cp314t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d44c16314ea249eded9ffa350d46fa7e2f875d3f449e84255204b011a27606d",
                "md5": "d6ad4d5a1dd887fd6fb0976266b3c3bc",
                "sha256": "2185b1d1494383489c31a8a6035f2e1025c02c0acb7d0288af5dfe78a78c7bfc"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d6ad4d5a1dd887fd6fb0976266b3c3bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 404209,
            "upload_time": "2025-10-26T13:21:07",
            "upload_time_iso_8601": "2025-10-26T13:21:07.372840Z",
            "url": "https://files.pythonhosted.org/packages/0d/44/c16314ea249eded9ffa350d46fa7e2f875d3f449e84255204b011a27606d/iminuit-2.31.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8cb6fb9e378208962dae4bf2d18cb5486c384c4456397eceaf3bf12be76bd2c1",
                "md5": "251a66a61b54b232d3a2402961f4fc1b",
                "sha256": "959447b6a7853fb69f2a06f1d3c643fa45cc239d7b4c663ee40a48a11242dd56"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "251a66a61b54b232d3a2402961f4fc1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 438959,
            "upload_time": "2025-10-26T13:21:08",
            "upload_time_iso_8601": "2025-10-26T13:21:08.999753Z",
            "url": "https://files.pythonhosted.org/packages/8c/b6/fb9e378208962dae4bf2d18cb5486c384c4456397eceaf3bf12be76bd2c1/iminuit-2.31.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99d10fef341463676fb7355d3cc74d8f836752b8555c90fa0e080b985ebc16eb",
                "md5": "ce2a91e2916f118d65f256ba81e27072",
                "sha256": "3a9379a2cdb53a89cb44a8fcacc6fe15bdaa2e441db23d76e83b9b427bd9c186"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ce2a91e2916f118d65f256ba81e27072",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 1407697,
            "upload_time": "2025-10-26T13:21:10",
            "upload_time_iso_8601": "2025-10-26T13:21:10.364719Z",
            "url": "https://files.pythonhosted.org/packages/99/d1/0fef341463676fb7355d3cc74d8f836752b8555c90fa0e080b985ebc16eb/iminuit-2.31.3-cp314-cp314t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66286eec60e5a2e66952d109c8baeb19b18185ea12be0fec48f9f65647aa4ff0",
                "md5": "0ab081944a09af3f31bf3056660f4b6c",
                "sha256": "10a9f475b6ad7768023bbb9196dd1556c26069067783c5a058f11b86ab5fd938"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ab081944a09af3f31bf3056660f4b6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 1480141,
            "upload_time": "2025-10-26T13:21:12",
            "upload_time_iso_8601": "2025-10-26T13:21:12.182062Z",
            "url": "https://files.pythonhosted.org/packages/66/28/6eec60e5a2e66952d109c8baeb19b18185ea12be0fec48f9f65647aa4ff0/iminuit-2.31.3-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f694e6efcc7d4024f5532eb1ca543a588da7399b7b10201183806b3bc506d8ba",
                "md5": "5db529a09b33fadc25e19867f47f26a4",
                "sha256": "4eeed7a25085504e656cf44acdcfb0100002970715b6a34c0dda28fe1db3fe85"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-win32.whl",
            "has_sig": false,
            "md5_digest": "5db529a09b33fadc25e19867f47f26a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 360430,
            "upload_time": "2025-10-26T13:21:13",
            "upload_time_iso_8601": "2025-10-26T13:21:13.796132Z",
            "url": "https://files.pythonhosted.org/packages/f6/94/e6efcc7d4024f5532eb1ca543a588da7399b7b10201183806b3bc506d8ba/iminuit-2.31.3-cp314-cp314t-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59154a53c8fe3a794ae65b39ea027621065c52165546956d1271f61deefcefad",
                "md5": "2c9793da286f5997c3daf16cba5aa733",
                "sha256": "6fc9949b1d55c8a30368dfc57c02d1ff4f20df21cc487dd4ba03c42e01f1dad4"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2c9793da286f5997c3daf16cba5aa733",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 425967,
            "upload_time": "2025-10-26T13:21:15",
            "upload_time_iso_8601": "2025-10-26T13:21:15.592645Z",
            "url": "https://files.pythonhosted.org/packages/59/15/4a53c8fe3a794ae65b39ea027621065c52165546956d1271f61deefcefad/iminuit-2.31.3-cp314-cp314t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "42a13743d0161124be6a7bd5c523aa38fb536e1faa649cb5665f9dfcb566e295",
                "md5": "3258dd6a1840172755b25ff3ed15a74d",
                "sha256": "7bd1ebe70c65f4f355450829185673a042536d2277381ee175f2313138d7ec69"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314t-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "3258dd6a1840172755b25ff3ed15a74d",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 396282,
            "upload_time": "2025-10-26T13:21:16",
            "upload_time_iso_8601": "2025-10-26T13:21:16.888448Z",
            "url": "https://files.pythonhosted.org/packages/42/a1/3743d0161124be6a7bd5c523aa38fb536e1faa649cb5665f9dfcb566e295/iminuit-2.31.3-cp314-cp314t-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a58f041ad311bcb1f1cccd2163bd0abfc64f966b01c072c82947041cbafaf9e",
                "md5": "70ce38579bf452b4a4cb895dc9bce88f",
                "sha256": "739400e296e8842fe76c171223efb30cf03e9a5e16b537df059ad0efb61ee88f"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-win32.whl",
            "has_sig": false,
            "md5_digest": "70ce38579bf452b4a4cb895dc9bce88f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 342085,
            "upload_time": "2025-10-26T13:20:59",
            "upload_time_iso_8601": "2025-10-26T13:20:59.744106Z",
            "url": "https://files.pythonhosted.org/packages/2a/58/f041ad311bcb1f1cccd2163bd0abfc64f966b01c072c82947041cbafaf9e/iminuit-2.31.3-cp314-cp314-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "adc68d822775df516d541ed68890271a965cf0fdec608f198e8b485e6df40bca",
                "md5": "707421e118bb30d371784706fb81d2d3",
                "sha256": "9cdaa75b4c62dfd6bfdde453c3623478c063e83ac3a4a0b2457f862a604caa53"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "707421e118bb30d371784706fb81d2d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 399971,
            "upload_time": "2025-10-26T13:21:01",
            "upload_time_iso_8601": "2025-10-26T13:21:01.277768Z",
            "url": "https://files.pythonhosted.org/packages/ad/c6/8d822775df516d541ed68890271a965cf0fdec608f198e8b485e6df40bca/iminuit-2.31.3-cp314-cp314-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f7b7c0f5930b0a50d6dc1a1046e52fb148ca1f538217e8158aaa2a259cd2060",
                "md5": "f4429dd5b33aff0bcf839ac3ca40d691",
                "sha256": "b5ed1f0b8842d6a48e86c6aa70ced6366c2bbc374edc171b8ea092bfce27b7f4"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp314-cp314-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "f4429dd5b33aff0bcf839ac3ca40d691",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 384935,
            "upload_time": "2025-10-26T13:21:03",
            "upload_time_iso_8601": "2025-10-26T13:21:03.109658Z",
            "url": "https://files.pythonhosted.org/packages/4f/7b/7c0f5930b0a50d6dc1a1046e52fb148ca1f538217e8158aaa2a259cd2060/iminuit-2.31.3-cp314-cp314-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9f02ca2a3b0c0eaec186ec5afd32d9802513425463e71d1c0761aa28125b495",
                "md5": "5bffa8d0f954cf8bd4c70da461a54e56",
                "sha256": "8c467311403d3d2c864e983e647f8b6b5787c56ff3fdbae0488e2baab01f27db"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5bffa8d0f954cf8bd4c70da461a54e56",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 424884,
            "upload_time": "2025-10-26T13:21:18",
            "upload_time_iso_8601": "2025-10-26T13:21:18.543339Z",
            "url": "https://files.pythonhosted.org/packages/e9/f0/2ca2a3b0c0eaec186ec5afd32d9802513425463e71d1c0761aa28125b495/iminuit-2.31.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62a448672663ae00d1c2adfbb1af84dddda88179b0be9101793a4d33b7f7d096",
                "md5": "2258e43d7c1dd1f3ca931d8b494a318f",
                "sha256": "1f8abb28d5bef6816173218f6ccf174a063d2ec458af9079a8ba8dbb5b487534"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2258e43d7c1dd1f3ca931d8b494a318f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 373997,
            "upload_time": "2025-10-26T13:21:19",
            "upload_time_iso_8601": "2025-10-26T13:21:19.856371Z",
            "url": "https://files.pythonhosted.org/packages/62/a4/48672663ae00d1c2adfbb1af84dddda88179b0be9101793a4d33b7f7d096/iminuit-2.31.3-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fae994af87bd87a0d982f2f127f7e861254ceaada02ac5afb75d38bb72b11ec9",
                "md5": "47f8fc7a275e6b0e903400388367cafb",
                "sha256": "ec7f90285e1cc9b6713de07f6669a38343558341ea7fb36b9398e5f2dc43d793"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "47f8fc7a275e6b0e903400388367cafb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 455127,
            "upload_time": "2025-10-26T13:21:21",
            "upload_time_iso_8601": "2025-10-26T13:21:21.205101Z",
            "url": "https://files.pythonhosted.org/packages/fa/e9/94af87bd87a0d982f2f127f7e861254ceaada02ac5afb75d38bb72b11ec9/iminuit-2.31.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "665c529ae72d0f21c2e8b37b46c7462ca722e7dabf57bd1a398a06c59d20ceb6",
                "md5": "4c7504cd2d7acc817e4068a9e4959f6e",
                "sha256": "945a81caa41a8e10b2d637e63fbd03ccc620283665d31552e845cd200d53c2cf"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c7504cd2d7acc817e4068a9e4959f6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1474053,
            "upload_time": "2025-10-26T13:21:22",
            "upload_time_iso_8601": "2025-10-26T13:21:22.775067Z",
            "url": "https://files.pythonhosted.org/packages/66/5c/529ae72d0f21c2e8b37b46c7462ca722e7dabf57bd1a398a06c59d20ceb6/iminuit-2.31.3-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a6a76a0e94ece1ad1e640c24d39fd90b8ab64f88fa655d6b64d61b7d8dd7da9a",
                "md5": "9ba6587221b79ff2e0bdf355ffd7a552",
                "sha256": "5290cefd847066257df68bdc52a885a4c3a291ddecff9a291e2706d57beed8b7"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "9ba6587221b79ff2e0bdf355ffd7a552",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 335485,
            "upload_time": "2025-10-26T13:21:24",
            "upload_time_iso_8601": "2025-10-26T13:21:24.539758Z",
            "url": "https://files.pythonhosted.org/packages/a6/a7/6a0e94ece1ad1e640c24d39fd90b8ab64f88fa655d6b64d61b7d8dd7da9a/iminuit-2.31.3-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e0d7e972452c8b20d95e53aafd811f3e0957bc18284177723a0b64b58525394",
                "md5": "723a4169f47d772482db435347a79b84",
                "sha256": "6b136c4f9d1d9df67b3905248e4dfee909880138517b124a00e59d50ce7ba6d0"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "723a4169f47d772482db435347a79b84",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 389762,
            "upload_time": "2025-10-26T13:21:25",
            "upload_time_iso_8601": "2025-10-26T13:21:25.884344Z",
            "url": "https://files.pythonhosted.org/packages/7e/0d/7e972452c8b20d95e53aafd811f3e0957bc18284177723a0b64b58525394/iminuit-2.31.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c41d1b2fa8022811cc54bbf363948f58756f88e4e5891a38cbe43824432fd27",
                "md5": "d51bf72a08f06c5fb2c86b466f459382",
                "sha256": "ffb3aeb2de26c400d0aff7e2b7457f64cd609a494c45ee579effee81b1bc5d78"
            },
            "downloads": -1,
            "filename": "iminuit-2.31.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d51bf72a08f06c5fb2c86b466f459382",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1841427,
            "upload_time": "2025-10-26T13:21:27",
            "upload_time_iso_8601": "2025-10-26T13:21:27.514981Z",
            "url": "https://files.pythonhosted.org/packages/8c/41/d1b2fa8022811cc54bbf363948f58756f88e4e5891a38cbe43824432fd27/iminuit-2.31.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 13:21:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scikit-hep",
    "github_project": "iminuit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "iminuit"
}
        
Elapsed time: 9.32961s