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

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

Uploaded Source

Built Distributions

iminuit-2.1.0-cp39-cp39-win_amd64.whl (279.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

iminuit-2.1.0-cp39-cp39-win32.whl (249.5 kB view details)

Uploaded CPython 3.9 Windows x86

iminuit-2.1.0-cp39-cp39-manylinux2010_x86_64.whl (309.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

iminuit-2.1.0-cp39-cp39-manylinux2010_i686.whl (319.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

iminuit-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl (318.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

iminuit-2.1.0-cp38-cp38-win_amd64.whl (278.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

iminuit-2.1.0-cp38-cp38-win32.whl (249.5 kB view details)

Uploaded CPython 3.8 Windows x86

iminuit-2.1.0-cp38-cp38-manylinux2010_x86_64.whl (309.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

iminuit-2.1.0-cp38-cp38-manylinux2010_i686.whl (319.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

iminuit-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl (318.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

iminuit-2.1.0-cp37-cp37m-win_amd64.whl (278.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

iminuit-2.1.0-cp37-cp37m-win32.whl (251.5 kB view details)

Uploaded CPython 3.7m Windows x86

iminuit-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl (312.8 kB view details)

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

iminuit-2.1.0-cp37-cp37m-manylinux2010_i686.whl (328.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

iminuit-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (313.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

iminuit-2.1.0-cp36-cp36m-win_amd64.whl (278.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

iminuit-2.1.0-cp36-cp36m-win32.whl (251.5 kB view details)

Uploaded CPython 3.6m Windows x86

iminuit-2.1.0-cp36-cp36m-manylinux2010_x86_64.whl (312.8 kB view details)

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

iminuit-2.1.0-cp36-cp36m-manylinux2010_i686.whl (328.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

iminuit-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (313.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: iminuit-2.1.0.tar.gz
  • Upload date:
  • Size: 366.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.1.0.tar.gz
Algorithm Hash digest
SHA256 f0d74c4603ee895d718d2d432d1b2f8f05410512825da040aa2194b535e8acaf
MD5 247246f939db7cc532454e3bd909daf6
BLAKE2b-256 c4127b4c78d4504716409ab21f5193b13030ecb50182dfd0ce40585d7cfafa64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 279.0 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.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fa67d6b8d8edebed6e50c3a49a7ad5a07fe6eb50b42228ef33472de48c8705e3
MD5 eedabc769f9232419280546f3123983b
BLAKE2b-256 b9497d4edfb9fa9095666f49ea37b80e584d7551222142016b7aafa855c8e30c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 249.5 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.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dde212e71fd43959dcbc845c3286df00d46105428369d604c02753d6dac12eeb
MD5 5c4f3a7e1f6657b424f3abe5293aef4d
BLAKE2b-256 e62fea8007971e0eeecea4cae52919c451bec264e296592d193043debc1fca51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 309.0 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.1.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 948b33caefccd5f2d15b14979b428c4a4de68d56faac897c4d1dd02cca938553
MD5 56d990f943e4062b5f0195e182b20b9d
BLAKE2b-256 c8bee360228a97298880de9d3dd4e21e05896c4ae7d1db146354ce5468eaabea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 319.6 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.1.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d253e6b88df489f6d4ea93668a8b7236853ea6b674503a21043851fec7d8401a
MD5 af4511f00c0dce5a0c19e2bfc9dfc423
BLAKE2b-256 c0cd83b5202fb545af11b605d6b9213ecf9c3d6fb861bfc6ff3a6b4ef7a97217

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 318.3 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.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0effd26393ab503e3e214595e351d8ea02060400fbc231fc90194911364d5ec4
MD5 555f2c4a9f739e33633fa43802236bef
BLAKE2b-256 7a7b722684e343de960534723e5a16df0742fff5f9c5f9d8dc612154c56ec54f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 278.9 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.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 520d4cd79b89f028508c70c5866d5c668a263ef0d6d67a980cc37ed4f87901b4
MD5 5041459990593ee43187bd68e5c406ae
BLAKE2b-256 3cf7aaa198afe5819157c78085525ea8d60fddfc282d5401d876dbd92fb0d6f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 249.5 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.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fc83aece473777f79933e00e631c54d0059fedeae2da5f8ef046037cffb71a47
MD5 c0b07dab62c663547edb24ee4c01bf54
BLAKE2b-256 7d455bd2765e783373718d6cf7d2df5849ec4cb6da288695f294a763e6666b2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 309.2 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.1.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2a1365d3f0ee8c4303cb9b01a538403434f020305c156a0f98518eeda70c14b4
MD5 6ce0f4e0af227ac777a5b51140c0cd47
BLAKE2b-256 6c2dedaee853922ad21b7342f0ab34c5ee37ce385309b8f4a29c4035bfe194ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 319.5 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.1.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 63848fc4b91b67ae554d7fcf0acad0fda7b984f39125faa6264af24ee9e2000e
MD5 1ed1516cc704d3dd5ff675a784db0bb1
BLAKE2b-256 c732fb3bbd220818e7f3e11d87b8f5496354574fcb3fc04edf29997233ff62b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 318.2 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.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5beb621de0e01f92514bd240712d139e979386f5074555f8d635c318ea7cced7
MD5 62985205e7f8f89fbfbf456b277efd92
BLAKE2b-256 a473502c7461a198db93fb9d36f022bc096895484c5de4fc6ef3e54d3239ce9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 278.3 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.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 779ab01ab86e5a6a5c47537850fbb7d6ce19bd6713323253729e94892119240c
MD5 31def15d1e81ec812699a8eff9f6d532
BLAKE2b-256 70d0d5cb68048b66f6f3c01b69a5ebc1bc478f1e387fd1a89735f758af2a61f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 251.5 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.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3a62d494767f965310309929d0411874aabd48ee62b1cf7846a854874fd1d4e9
MD5 3306a199478fad72fb53ffbd8ccedb10
BLAKE2b-256 b3724b0688d86f980fbbdff3cd0c94ed1431af189f80960612fad1f87f4c801c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 312.8 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.1.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6bac57a7ccdb716c9e5d91c04b568ffdae07fec6676bab6860e4bc4611779ee9
MD5 de023dc4389c2993cb25974cb013034d
BLAKE2b-256 72e0b5f7abc988ff210bcccba2009e69856b0fc4b1c098b579a3f2173ae88ca7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 328.5 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.1.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0c5d120eaee3aeca748d50610a01cc51d39cae71b42d0686b62cc44cd87306dc
MD5 9804d18d4f42b5f17ffa337ab336b734
BLAKE2b-256 e97b977055cdce1a3cc6158df92156120a0cfa1904fc80f3d28bffaadd4914cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 313.0 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.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa3cf9bb089b0746775122e072acefa93937079dc74c40f4fc96528f8c2c2432
MD5 894dc57d499aa3060b04c617af6a90cb
BLAKE2b-256 eeb99bb4967cb15447726a4558c66f518838c5a8ba56d3ec1464db822e530304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 278.2 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.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0ab56c47f9480fea21359e1bd3e50e979d42000d36ac89cec7f76157e53e3431
MD5 5ff113f18ea27747627cc28efea5b219
BLAKE2b-256 4cb8ac5515aa6f1c96c8c709db175b7ea99c20a1173f16fb89eaeef9e145634e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 251.5 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.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9c5c94df5cbbfae235593b5e24df1cd8ad86756d720da84c084bb1f03311c191
MD5 3cd009ac1dddb4352c0ad8b092844f79
BLAKE2b-256 51263652a443ad01f3b4a89a3485171a91bea5f0a75e7f1778b2a4fccee134c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 312.8 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.1.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e0204f82175cef484223d5d1cc00597d116adfe8a654fa5b32bb0a94cb9b1248
MD5 d2ec68f87b893c488e83c2a90972218a
BLAKE2b-256 de34f81f213e2e8f6144250d575b15c92f32420a5f7a8888c961ff509462b12f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 328.2 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.1.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a3004cd691acbc390b19cfed4c1c494d3265fd417788d3489b4cda69daf7f641
MD5 61f08bc3f75f9a565671c216463c6641
BLAKE2b-256 ea60f1ade7977bc5efcb1e5a734275a61001e12a0a42ae71c3e3ab2898b230cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 313.0 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.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de34fd55c26f3b2cb75df7e9cf51da32ac6c1b514fc25fd64f4f58560c109bf0
MD5 d07fb88d29150623a7050bef6c9297f2
BLAKE2b-256 f13a5613ee365479ca730618754db04f27c6d738005076a4a2c25fe690579ede

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