Skip to main content

Jupyter-friendly Python frontend for MINUIT2 in C++

Project description

iminuit is a Jupyter-friendly Python interface for the Minuit2 C++ library maintained by CERN’s ROOT team.

It can be used as a general robust function minimisation method, but is most commonly used for likelihood fits of models to data, and to get model parameter error estimates from likelihood profile analysis.

  • Supported CPython versions: 3.6+

  • Supported PyPy versions: 3.6

  • Supported platforms: Linux, OSX and Windows.

In a nutshell

from iminuit import Minuit

def fcn(x, y, z):
    return (x - 2) ** 2 + (y - 3) ** 2 + (z - 4) ** 2

fcn.errordef = Minuit.LEAST_SQUARES

m = Minuit(fcn, x=0, y=0, z=0)

m.migrad()  # run optimiser
print(m.values)  # x: 2, y: 3, z: 4

m.hesse()   # run covariance estimator
print(m.errors)  # x: 1, y: 1, z: 1

Versions

The current 2.x series has introduced breaking interfaces changes with respect to the 1.x series.

All interface changes are documented in the changelog with recommendations how to upgrade. To keep existing scripts running, pin your major iminuit version to <2, i.e. pip install 'iminuit<2' installs the 1.x series.

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iminuit-2.3.0.tar.gz (371.9 kB view details)

Uploaded Source

Built Distributions

iminuit-2.3.0-cp39-cp39-win_amd64.whl (283.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

iminuit-2.3.0-cp39-cp39-win32.whl (253.8 kB view details)

Uploaded CPython 3.9 Windows x86

iminuit-2.3.0-cp39-cp39-manylinux2010_x86_64.whl (313.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

iminuit-2.3.0-cp39-cp39-manylinux2010_i686.whl (323.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

iminuit-2.3.0-cp39-cp39-macosx_10_9_x86_64.whl (322.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

iminuit-2.3.0-cp38-cp38-win_amd64.whl (283.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

iminuit-2.3.0-cp38-cp38-win32.whl (253.7 kB view details)

Uploaded CPython 3.8 Windows x86

iminuit-2.3.0-cp38-cp38-manylinux2010_x86_64.whl (313.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

iminuit-2.3.0-cp38-cp38-manylinux2010_i686.whl (323.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

iminuit-2.3.0-cp38-cp38-macosx_10_9_x86_64.whl (322.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

iminuit-2.3.0-cp37-cp37m-win_amd64.whl (282.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

iminuit-2.3.0-cp37-cp37m-win32.whl (255.7 kB view details)

Uploaded CPython 3.7m Windows x86

iminuit-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl (317.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

iminuit-2.3.0-cp37-cp37m-manylinux2010_i686.whl (332.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

iminuit-2.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (317.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

iminuit-2.3.0-cp36-cp36m-win_amd64.whl (282.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

iminuit-2.3.0-cp36-cp36m-win32.whl (255.8 kB view details)

Uploaded CPython 3.6m Windows x86

iminuit-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl (317.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

iminuit-2.3.0-cp36-cp36m-manylinux2010_i686.whl (332.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

iminuit-2.3.0-cp36-cp36m-macosx_10_9_x86_64.whl (317.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file iminuit-2.3.0.tar.gz.

File metadata

  • Download URL: iminuit-2.3.0.tar.gz
  • Upload date:
  • Size: 371.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0.tar.gz
Algorithm Hash digest
SHA256 81c77fe9a22bf9e9bc665f3875c0b9483161161485a1b40d87f22a4b2ebed427
MD5 2c4c5a4bd8a097a962ee131de2cc8987
BLAKE2b-256 82db94ddfa4a744d88acfede57a0c0597fae17fa159d47768a56eb4995303db1

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 283.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a3c0f96c7e4de677bed7e5c3af7c58e86f0b55506d34c9c63cea7052185f81a9
MD5 b31ea7eb0b2354950236c14be59ff8f3
BLAKE2b-256 43619624a71b15e69bced4c629bb742a64f57316dfdf03217e905d078bc25ba3

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 253.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0911f4c8ee57ec72158392336ceb146d5e6510bc92fc12afdc325bae72c4451d
MD5 5a399e47177a0bafe94acb6f6e03ceb6
BLAKE2b-256 b415d91cefbb668fa0e8f9f3a38040ce4145d0acfa566cadde8e025afd3e36b3

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 313.3 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e2e8e86d28db87082e4cb1102e80455df9f74ace15ec3212bc91de87041549b8
MD5 2dd08c2f702736d70eb2f276d715929b
BLAKE2b-256 2ccb52fa964663b51f8f1fc45f53dedca274a5d05356e57dd47de4398be2349a

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 323.8 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3aa31bf3882c20189e777ec9320a891dbc06a2ff3dbcbea453ef1640b5db61b3
MD5 5d9a38a5ececac01eab1d2e1d80b7412
BLAKE2b-256 29fbf693322b268e6a26ef2fefaac78be599a6517abe6169d2790036fa98b252

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 322.5 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 001226189bdaa9876c7edb0f8915afdcb54d8cdb9399f65d0a56d8cd6767d40b
MD5 bea7b9223a9480c6c1e1b96af2858dde
BLAKE2b-256 3d3cdbd8e9e57a2d2d89b337bed4ecebb96b772e5fab1d42315ff5a2c337bcfa

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 283.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cd7494f3cf0c60263f495750ad19fd272f16919ab91b1927d79bb3b70717fe86
MD5 1e9132a38ca69c1f916ecb9dffbdefff
BLAKE2b-256 d017561c2f36ccee2eb48582825a632761fad40c8eb89bc324b08c2607aa68e4

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 253.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b7d914b9c6df391f8a7ef9e5b3e23fc326dc7167d0e45fa08b5e06d13ac30010
MD5 b75b4466285f068eede617aeba9a914c
BLAKE2b-256 e57295953e1bb8ad61529559c8a73677d4789a4c3249e11d6867ea09902f30d6

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 313.4 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7cad46403965909fd986cd2d4a97970fa5aa5b6a76d4cdc686dad26619f1b91c
MD5 02f7e1a8d27867cec7d27bf38984ec70
BLAKE2b-256 f587848f587b2f64cdcf678dbfc2a1004d80551930951e8c10b4b987d929ed97

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 323.7 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c88dd1973d0320900af273bc7c06907e6a18301cf7168ab27ce1b1288a2f9f8f
MD5 72dcd521f410b86ee205ff00fc296168
BLAKE2b-256 852f6e8e21fc2b6015d30c961acc7d63c095fe908ff26bbd8824aec297033105

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 322.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5085ca4281f7aec450a15e99a485623692d7a70225c378db4557d3732bb1d9dc
MD5 66f754657b317ececb828a54e3f49a75
BLAKE2b-256 5156da9370d74b5db023fb8a5b5ebf1e24202493a5130620c822c0d3c60c7050

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 282.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2ed31835322e5a24ef61c84ada9b66a3eb50f296a97687a8d5ce3ea6228636ec
MD5 d4d12126ea7bba64dc03b9bb43a0f943
BLAKE2b-256 ab8cb19143b39e6a73907e40818b55386e20006533ae482a6e67caaa23d4abf4

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 255.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 40e84c4f89bd2e7239f00b75ef7fb67f56d8c3b68c5b4a5810b7ed6eed2f40b8
MD5 24b3c433c216be208efac4aea158ac4c
BLAKE2b-256 9fbc78687669d9fca14b39604f3e90b4ca74a830822ed4b3c2fd9cd9a07c19e8

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 317.1 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e765fed2628ce0f68fb6326f543751df72d41b3d9c4168d994ccc7c5ff844f09
MD5 7f2d943d56b3aae91e4a6e1c7c4210c3
BLAKE2b-256 3986249e52e83f2d1b384b1c9329530862b79018477841e43a2c8f5ad363cb49

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 332.7 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 55b8b1deebf9be0e48a7e7d14b56b6a60533e33b0d2dd5f24f83c241fd16fef4
MD5 b0d2e452f58323eb60a7fd998b0ff173
BLAKE2b-256 a9169cddbf7776da26cdcfca38bb500a152dc0027c89cd7195e816830248c5fa

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 317.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c2d270c7135e353d2f0939d2a71470adb815198a8b06acc900774ded9194ac4
MD5 d3e0139e117caa2759df6ed145f1eaa0
BLAKE2b-256 a70b399743628acfc78bc1302081f0c5bcac47a8117ffa5ba6068632d64cca88

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 282.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7312c8fb77dca91690deeb5c4444b7fe8ce87776b3f6cbb6c6bcba16c02a0554
MD5 26f0538fbdce19eda36614b849986b86
BLAKE2b-256 4375b6649b41c04414c7afafc11f41d98667786e4d06fecdb5ff6821bd643da2

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 255.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f215c49d3cf2e1c1a430752b6ea15b4596d24776ca1c56bb8c4fc8c9f1e7f2ce
MD5 d2ea0ea33f3597a3937bb1dbafd63ec0
BLAKE2b-256 ff80dde57479668f352289720baf844cd2a28f55b8f3f3fe6a60f80185399282

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 317.0 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e46978fe188c5c987d78887c16a17a2902273753530c189ee09480a9e187cc2f
MD5 78a352589044282c247c9835983b0014
BLAKE2b-256 7790f4fb0a1fc1e8f8195f7367bcd0ff4f5744695ef7757677ac652500052753

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 332.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cfd28321f68c098ba8c309124d8dc143889460f70b5aa791e1d86433f412fc57
MD5 364789c816f51a1a077abf152e3f9453
BLAKE2b-256 5e2b1e2cdf7cac020817588047fe3922b7b0f9b1db126f0ebb4dd9a398a829e2

See more details on using hashes here.

File details

Details for the file iminuit-2.3.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: iminuit-2.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 317.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for iminuit-2.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 20835fa1ef8215e4944834bf2c9689dd6bd4d613240a6ab698b072e29881dce8
MD5 598608e2b5913c83c15ca32ecae11b70
BLAKE2b-256 20eb5b3a8f73bff226129e43b4d9f749c42fe7192942d67054e214efb8496af8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page