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.

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.

Project details


Release history Release notifications | RSS feed

This version

2.0.0

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

Uploaded Source

Built Distributions

iminuit-2.0.0-cp39-cp39-win_amd64.whl (255.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

iminuit-2.0.0-cp39-cp39-win32.whl (229.8 kB view details)

Uploaded CPython 3.9 Windows x86

iminuit-2.0.0-cp39-cp39-manylinux2010_x86_64.whl (278.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

iminuit-2.0.0-cp39-cp39-manylinux2010_i686.whl (290.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

iminuit-2.0.0-cp39-cp39-macosx_10_9_x86_64.whl (284.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

iminuit-2.0.0-cp38-cp38-win_amd64.whl (255.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

iminuit-2.0.0-cp38-cp38-win32.whl (229.8 kB view details)

Uploaded CPython 3.8 Windows x86

iminuit-2.0.0-cp38-cp38-manylinux2010_x86_64.whl (278.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

iminuit-2.0.0-cp38-cp38-manylinux2010_i686.whl (290.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

iminuit-2.0.0-cp38-cp38-macosx_10_9_x86_64.whl (284.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

iminuit-2.0.0-cp37-cp37m-win_amd64.whl (254.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

iminuit-2.0.0-cp37-cp37m-win32.whl (230.3 kB view details)

Uploaded CPython 3.7m Windows x86

iminuit-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl (283.7 kB view details)

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

iminuit-2.0.0-cp37-cp37m-manylinux2010_i686.whl (297.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

iminuit-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (281.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

iminuit-2.0.0-cp36-cp36m-win_amd64.whl (254.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

iminuit-2.0.0-cp36-cp36m-win32.whl (230.3 kB view details)

Uploaded CPython 3.6m Windows x86

iminuit-2.0.0-cp36-cp36m-manylinux2010_x86_64.whl (283.7 kB view details)

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

iminuit-2.0.0-cp36-cp36m-manylinux2010_i686.whl (297.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

iminuit-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (281.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: iminuit-2.0.0.tar.gz
  • Upload date:
  • Size: 339.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0.tar.gz
Algorithm Hash digest
SHA256 b0a3b8ac9dccadcb0f4554fc8fb9c4a3583f356a7071c37e17a0f2bd6cda1b88
MD5 42f28d997784b7f85e3cdda03041e5cf
BLAKE2b-256 1587ccfda7c2bf7a190ae582b99d95a6debc6bb35379e7bf8c4938c9df866c39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 255.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4dcdbff82f3e9b1d106d1e4e2492c20617a303891a2529211a91a884dd57c8df
MD5 72bbed66f74ddb2245fa4394ab1b8935
BLAKE2b-256 2fd9dd5a79a7071041c62fa5bcbafa7dc9c8f0f6b97a03f54724b42f20cfd9d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 229.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 281f1db5f4e9d3131fb982cfbd92d2dbbb952ccd88a70bd9865ecb77ddad397f
MD5 1bbb97d7155842ef3d663480fa6e7a6b
BLAKE2b-256 4fc10687f2da74905a321bd74a1b90c1966bde383ab5eaae190b8288208ef5aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 278.6 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 37d4ff0cb9d36ae34bd059a4ae65c4557c25f9f98d27552da2a891fc4c26fd59
MD5 d9aa497edbcd2e94feeeaa5d1659e716
BLAKE2b-256 3176598e3319868ca0521dd82c97fab54a89fc0dacd120fcbed76a3ed28ce75b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 290.8 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 628a3a35ece505391a338e18f2e542a63393385b831c93f86bb0e6f6967c6118
MD5 b646538438c889bdab07e600e96445f8
BLAKE2b-256 52e4e03a3838ab5b5d722c3a8307604346806ded67b334a2c071fea797cdde21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 284.9 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c5af60ec95c4dd56d9d04f61fa8ec85e64378833597847665a0ca92ec85c00f
MD5 9e4584b025f3f26fe26ce3adee7ab769
BLAKE2b-256 b8ea69a114e217dbb366f78e20ab52d1e312a17b33d9e6e9d1f98d5b838be74e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 255.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 99ea70803053d204190211e170ee897261e34284815db7c3ce1d2c37ddfb9d66
MD5 8885907289b533be29e2a694b23126de
BLAKE2b-256 a48ee2d33506c89410fd39d9f0034954efd1b2a7c54bb38e8176051e3c7c27ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 229.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 71fe642fa436fbff73640518aa09fb22c2dd638593c50fe2e6efb38e58998e73
MD5 94a520fd36fd130377da7acb35ad2ef9
BLAKE2b-256 87350e6b66d0608bf6e74310888c9921f610f1d15ddb5ffe09a59890e69f702b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 278.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 990896bcd08bd0d9dbec5d588b840e91df95c666eb315cbaf1dfcd07d5cc4236
MD5 660bc1323821b578f1319afc180c104e
BLAKE2b-256 6787fcb2ad0103bca83e0e57bf55cbaf39988d44bd344cfddde9dbc904e01902

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 290.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4ec09efc358309ab5cd3434eeb5e1a627b664ab62b4685bd4d31ae319e78a1a1
MD5 12516265f741c13493e2c539c0a1bea8
BLAKE2b-256 91ac2208d6cfb4e08d1487312f25bc82e5f58e7fda0c7e631cf3d38048f944f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 284.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79156f4a528338b6f73648cef1c5660541b70b2aa748217927b354316e3fd3d7
MD5 591f62712c7116aec61b5a4ef749fa4d
BLAKE2b-256 a5b4dbcf5d2a9526c890c99810f76b7a37c983bf1ce2c17cb68c3a53690cd7f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 254.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c2fd91b0d784c697a05681cc64f1b240c64fb1d170989fcced7743f74ad6225b
MD5 f0d023b7ab37c36483f4db77481d45c3
BLAKE2b-256 b381debcb4be42ebbf9d44aec01a59ab8cee4c086927229fd9f60319699c6821

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 230.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 44569010f97b4c07bae76904ed5d7832e8a0baf785c303d831586c1d1f08d0ca
MD5 4b121daaba08922e27a84b0134265f3c
BLAKE2b-256 a48524c929c59b3781d3434790087ae2b3f2d1f13e09a373d1b0df33259bac0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 283.7 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f8fab8688a39ff811f5ae8d8bd07da19988016841f928f82c0eaccbc3b7bf5d0
MD5 dc2394c75b302454a9cce675ff958ef4
BLAKE2b-256 6aec22cf346ff9df7f86d840ffbf6b88017d5687897dc46731579d27ea6f06bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 297.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 058c30ff1cebc79965a4673f99afa2d6c20b1eba5f06800c32bdda42c47e549f
MD5 da4272b6720f929df49f8f735ae657e5
BLAKE2b-256 fd19272b0a2f903a65fd98574f007d63265152b206ad923f5f49ffc49f592849

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 281.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b05edd0b25ed66f3a0af2935ee6e0a3fb4cce44b653ca018c6394f78441a437e
MD5 f6138d8b2b377ddce1827a46333398a7
BLAKE2b-256 19987ddb4387b7e5f29068142c1170e9e097941f9241721e6463ae774caa9500

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 254.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6f0f4dafe84c562f32945bef63bdfab776739d8e4d7962d88885df15b398a376
MD5 abde9252ec9055b67508cab1f8cb0811
BLAKE2b-256 21a9249d10efd8b1d04d13b1c01c84f65ae74aa3b6e19b51cb3c3be568607500

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 230.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 70999fb73375806919692c40d30adc0fc89251b71865e49ce0f5dae6a3f56977
MD5 c0fa2292e9ae8ccf6ab95ad5fdd403e4
BLAKE2b-256 a36218c0d938b73753b2b11b0f8ba5fdaa00a11132aa97f7f4a686bdbce3d43f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 283.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0698dfaccc18fcfc0608ff86e47cf9a08d46a4e8dc6a193049d8aa5eff6313cf
MD5 be06e654397f5c3fb8b6c18a74bab606
BLAKE2b-256 98a9116d17ddf18855a81488f1930bcf4a2ce9a8b5255f310bceb71f0a838b53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 297.6 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 657b508a58350423d86a67445fdd14e20c07edd36737afde02e8e09a3b4fac6b
MD5 ae638d8db96748e26bce8a1c1c41fd82
BLAKE2b-256 7d4c86d8af650c19d06236f233cca00557c1ce890c4959877ff233bf68521883

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 281.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for iminuit-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49d12165a4b04978a4a881da48d2c4721887195b375037fdb45dd0b444d4e09f
MD5 ddc564cd26eb479dfdc73607e0edadcc
BLAKE2b-256 9cafa5c6776d4a89ba7288d48d5402523c6723c5ade516fe0590fd705fda3942

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