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.4.0.tar.gz (372.1 kB view details)

Uploaded Source

Built Distributions

iminuit-2.4.0-cp39-cp39-win_amd64.whl (283.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

iminuit-2.4.0-cp39-cp39-win32.whl (254.2 kB view details)

Uploaded CPython 3.9 Windows x86

iminuit-2.4.0-cp39-cp39-manylinux2010_x86_64.whl (313.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

iminuit-2.4.0-cp39-cp39-manylinux2010_i686.whl (323.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

iminuit-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl (322.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

iminuit-2.4.0-cp38-cp38-win_amd64.whl (283.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

iminuit-2.4.0-cp38-cp38-win32.whl (254.2 kB view details)

Uploaded CPython 3.8 Windows x86

iminuit-2.4.0-cp38-cp38-manylinux2010_x86_64.whl (312.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

iminuit-2.4.0-cp38-cp38-manylinux2010_i686.whl (323.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

iminuit-2.4.0-cp38-cp38-macosx_10_9_x86_64.whl (322.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

iminuit-2.4.0-cp37-cp37m-win_amd64.whl (282.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

iminuit-2.4.0-cp37-cp37m-win32.whl (256.2 kB view details)

Uploaded CPython 3.7m Windows x86

iminuit-2.4.0-cp37-cp37m-manylinux2010_x86_64.whl (317.8 kB view details)

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

iminuit-2.4.0-cp37-cp37m-manylinux2010_i686.whl (332.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

iminuit-2.4.0-cp37-cp37m-macosx_10_9_x86_64.whl (317.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

iminuit-2.4.0-cp36-cp36m-win_amd64.whl (282.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

iminuit-2.4.0-cp36-cp36m-win32.whl (256.1 kB view details)

Uploaded CPython 3.6m Windows x86

iminuit-2.4.0-cp36-cp36m-manylinux2010_x86_64.whl (317.8 kB view details)

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

iminuit-2.4.0-cp36-cp36m-manylinux2010_i686.whl (332.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

iminuit-2.4.0-cp36-cp36m-macosx_10_9_x86_64.whl (317.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: iminuit-2.4.0.tar.gz
  • Upload date:
  • Size: 372.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0.tar.gz
Algorithm Hash digest
SHA256 350c13d33f3ec5884335aea1cc11a17ae49dd8e6b2181c3f1b3c9c27e2e0b228
MD5 79affb06d9c96558ccc781e6a938e7e2
BLAKE2b-256 e2b64603f8a52bebfafc278b31f1b4fae253af8cb2599c4503303c41a9f8ee91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 283.8 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 488d659c4469c9400cf13be8a8eac5470b7d1635157a4fc04935a24a1f81785d
MD5 6a4499368134cce9f95a39dbffe0c908
BLAKE2b-256 496e987d58dd4edf9574421c814163508dea53ab7f87bb49f37db4488772d136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 254.2 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 748cdb7e7e011e0308010ed96d66d01e1d66feb61be4109a74b46453e68c45fc
MD5 4dc336c855640457adcd4165d813e9b7
BLAKE2b-256 110b21ebc01751f5b28b6f8bd328e07f1df4fb3dfe1221c9ab28d0e4f7816bb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 313.0 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c0ba54c116b798b8d40ef8b333020508b92fb34b8e5f18e1fc00aa68ca2bbec3
MD5 fdbb38fd0710163ea172ded8b4d9362d
BLAKE2b-256 a635ebc9a79179e9e630a50d582b3e0a2007be415cd1d8e061cd512edd514a9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 323.5 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 228f04e4d2d4e225a9332e4faec35b252ccb2e7eca0672a3a9c58b623dc2cad3
MD5 a551c9bb72813e22fce0511aba37a41b
BLAKE2b-256 7b8982b90feea72def9fc926fc815774b63d29f8196079df4fab6ca5d1039764

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 322.4 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d03f2f8cdd7e2a28afc80d925f726597c0d03b86f694ab718347a51e6935ea5
MD5 ddbaddb2216072a478edc9bfedfffd46
BLAKE2b-256 c12aa9b92a81bd2e582a45d64c2b5e540e12f64bbdd8b5e22f83fd415198bd4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 283.6 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 507978314f13aa4ef667dc8dbfd05a485e038db1b4d3200c90bd4dd1f7ea5745
MD5 c3de3f63ca5eb72721712cdc04cf6263
BLAKE2b-256 e9d0e44e989bfd174cf3002c7f60be05192fce44adef1bb69d98e734ecabb721

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 254.2 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f0ab3332de45dc27d43ef93ab120ec55fe4dfabad24397330778ecce8c4db2d4
MD5 e9ddb411f030e5ad8f4d0b98b07ab32f
BLAKE2b-256 9d81f0d7ba5a3899ad5ab7ca094c8d40bb9fa6fdf4b774675d43b13bee5f98af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 312.9 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bbaa3225b191de2dd4275af62c4ed8183786d6e2cf4d176afd02221881669335
MD5 abb5286e4438b28893f8ec4f3f557b3d
BLAKE2b-256 ffcaf048aef86aec65107186ed4771e12296dd2638cae99a67181231b67d1494

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 323.5 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e485782d7feb6acd5c9ba26b32beb1c8b9e428fd360f9af706ed2205e310f6f1
MD5 3cea1f18d22be51e13b9e5dfa92851c3
BLAKE2b-256 b1bb1b2160a24679d766e4a60c1af464c229958f9e347048b2d4ce02dc2c0bd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 322.3 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 704bca41db893ab0af862d9b8c1412b9873d5d751866c4517da81a57b3daecf3
MD5 3b47bb16525a98f0f3731077a239ed6b
BLAKE2b-256 74880b8b36d7dd331fc7e283e0d9a06a61ff4be98ef8f54f4162e96bc4c865fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 282.8 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 79b390694b9690303d2c41bc3e1e43c02026062910ce95da12201433bfbe9e64
MD5 d3e129a0a6355605a26f31e0d00b6290
BLAKE2b-256 593fd8b1b71687be1ee9e87796f03d8135b819f3ef908a66dcc69629cfdc2f7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 256.2 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 08f2c331316a84caa65c159b06e135b08f625de79027fcbc9e4d0a17294c3393
MD5 97d9382822abeb3b8c679834aac423d4
BLAKE2b-256 b788753342441c833848b57187e0c5ee2003b7160c8ca1d856e9a16e26b1f8e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 317.8 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aad78c29ad7d5eb4c72bb6adcf5a8208b133115b832c21afad4ec0f8ad73da96
MD5 83bda85f089a03ad423d181e42f7d3f6
BLAKE2b-256 c676174e12aa8c2e0ca4e2c5cb6a0b1affde751ea00a7557af53cfb91747f6bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 332.3 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8a37507d55ab1ad2482eeb8a3ed02ebd77b10063a2047c4f1a5f841287081679
MD5 a950fd97cce9925319346460f482a395
BLAKE2b-256 87ab31c1752cba66869dbde3c1b32d919aa9d9371fed6a169f26a61308878f71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 317.3 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48338aec02e6c3534e89e1734847ecc09c433bf861c65448269be0d0b3c55c7c
MD5 91da1951eab5eacccd1862c20a770137
BLAKE2b-256 0d140e69fca54e896fc5825e3c63722a61bab899e46c4339d94b525e088fe084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 282.8 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e003178a5ebbe06875b7198fd389689f539d1a981ae96a082e5e4713921ab1d4
MD5 e66435343927021b711080f037d24530
BLAKE2b-256 bf2f2e191991a2341811c598a03a60cc589e3b7dc84b1626d8ca0ef3a2f3d7c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 256.1 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c9dc8d430a7f88c8761df43d7af4dd6002a3910a60d6b5c00031044aae0a89f3
MD5 db5e15267387acc06096416b3372c0da
BLAKE2b-256 8fe6e614216d940c4fcf7ba2be775b9aa828858a2031a538741292bddcf7aad8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 317.8 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 84373b69564f1b0009192a687c9ab817a0759ddd23f74ca81afc662a4e31f5b1
MD5 4327d4c1027883d7fe3b176f614d0fea
BLAKE2b-256 711a757827dbfb283100eaf25c9c0da6ddf0fee88a5bb2be78f576ddbfad497b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 332.2 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 28c32b1ee7286a557c8d5d08011bc50938257453128be8eb0c53fbbf6bf41066
MD5 7600d643376b938cc446875680e931ea
BLAKE2b-256 e60cf2fb7d54c7f18e1b749d12bcdab0b1d4e945ddd3e333e58ac578d780c8be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 317.3 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for iminuit-2.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a222cf5fade9cce6a2928db54b6c3883bddd66c5a768c7d04d87ff6d8f1b337d
MD5 b5d4dd3a320484d71574654ce4a9b8d6
BLAKE2b-256 4dbf24f58729a7c2095c432ebceb49f223bca65d01a6aebb136e9ba023088d0a

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