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

Uploaded Source

Built Distributions

iminuit-2.2.0-cp39-cp39-win_amd64.whl (282.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

iminuit-2.2.0-cp39-cp39-win32.whl (252.5 kB view details)

Uploaded CPython 3.9 Windows x86

iminuit-2.2.0-cp39-cp39-manylinux2010_x86_64.whl (312.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

iminuit-2.2.0-cp39-cp39-manylinux2010_i686.whl (322.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

iminuit-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl (321.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

iminuit-2.2.0-cp38-cp38-win_amd64.whl (281.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

iminuit-2.2.0-cp38-cp38-win32.whl (252.5 kB view details)

Uploaded CPython 3.8 Windows x86

iminuit-2.2.0-cp38-cp38-manylinux2010_x86_64.whl (312.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

iminuit-2.2.0-cp38-cp38-manylinux2010_i686.whl (322.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

iminuit-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl (321.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

iminuit-2.2.0-cp37-cp37m-win_amd64.whl (281.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

iminuit-2.2.0-cp37-cp37m-win32.whl (254.5 kB view details)

Uploaded CPython 3.7m Windows x86

iminuit-2.2.0-cp37-cp37m-manylinux2010_x86_64.whl (315.8 kB view details)

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

iminuit-2.2.0-cp37-cp37m-manylinux2010_i686.whl (331.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

iminuit-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (316.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

iminuit-2.2.0-cp36-cp36m-win_amd64.whl (281.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

iminuit-2.2.0-cp36-cp36m-win32.whl (254.5 kB view details)

Uploaded CPython 3.6m Windows x86

iminuit-2.2.0-cp36-cp36m-manylinux2010_x86_64.whl (315.7 kB view details)

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

iminuit-2.2.0-cp36-cp36m-manylinux2010_i686.whl (331.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

iminuit-2.2.0-cp36-cp36m-macosx_10_9_x86_64.whl (315.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: iminuit-2.2.0.tar.gz
  • Upload date:
  • Size: 370.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0.tar.gz
Algorithm Hash digest
SHA256 4fc1ca269c98aa68532b993738512713d3cf4c7f6fd25e2084cb62fb28b75b90
MD5 d2f087cc90f9810791e8efbd5867bbe3
BLAKE2b-256 37c40584dc945fda8e6ba076e4055c4fa798631d398d2f119346d0ab30786c24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 282.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 778ceffbef462fa88c17d4662c0ef7ffb6bd79e06ef080b5ade5c21c2f4f51b4
MD5 889f9fc9ea07fabb86f0851041ca1c2a
BLAKE2b-256 3bf67bb4ce42ffcb55d3570f8898be942f3ce86545494e6f8c89afc53304d148

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 252.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5b5b3f369e4b5258144410383d84c211d40da53d710a45baa536d2d821a8acf6
MD5 f62c81396dfbf152c935e2e6031fb199
BLAKE2b-256 80975fe0e07dd92c0bb6b556c626c635f3a11f9784381edaf5cad257885a988b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 312.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 417b8544781437ba44818e22f877e019a2c0ea9b8ce587549d5b3b2af5f835e0
MD5 6a4ba1f5b8567c1d1b23a2c614b45cd0
BLAKE2b-256 24f344dc210cfbd93e73b36eeac828ec1ee1dc1f9486018b294417be55d90fc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 322.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2ae98ef5cdb393d72060a565303d466934632bbb66d4c0d23fddd4904e0d7d31
MD5 f1c790075960bc186688b803c42adca1
BLAKE2b-256 8b886cdc4e98c947193c158aec1c5054498e3d70df74e892254b968b1fbd3615

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 321.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1ce21a001dbdad061baef97bc342ed5fce9ad65e2ec1294c4c147fc5b170bdb
MD5 bf6761df00199475e0b350b86551c253
BLAKE2b-256 ad5a47b7a069ded4e37298e4fe8c78f43a38c69fa70b7cbdd39267dd0421a5cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 281.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fa9de5b7b820fde880e3a80854801e067ae9242a0de324de7608542646c64a19
MD5 e6bfab7e235b0f0b3846faf6c4d1c554
BLAKE2b-256 ae116de337e7d30a7dcf4ad627d3378fd02fb7bb0054d4116f6129c95be7a32f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 252.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 438c8a7642649dfdd54979affda39bc2fedf1fb7ba224dfc61897ea3ba2ec597
MD5 8c763eed9a429b389e1eed8372d89f49
BLAKE2b-256 7609a4cd438750068bb252ef6c16184b525a4b1cb738af23c132212bf12fbcbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 312.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c749b53af6855f5601da909e042e69a68acb4a8b080462a969797cf9e46d35d0
MD5 1ed3138d6a46968918a789898de83c4e
BLAKE2b-256 90b60e6e7d012c0d380b9d9a0116dcccbb73f13f1bd4ac97eee69d666f1378ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 322.4 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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da4f9a09105e5c06e1cd8c20b73c74bfac52506c3e8d37e231e8162edfcbb164
MD5 7dc3ca6d8b60df0f2dccc56eee28381f
BLAKE2b-256 17752f627cbc0a211c51ffae3b58eef622e6bcc3e0e80b06a5ac119451218ce7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 321.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 43f1551d098c3ad9dc1aa50d14543fe8df84f1db280461b5fd240a3c2a164b9b
MD5 36bd289007bb49781ee960215513e2ef
BLAKE2b-256 e5de0a5d0851a2f4ffe064c3792a33b54061658521a2ba0f87902420fead537c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 281.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bd058c5e41ccb71982d98788334253b1efe3fd9149dd6bf55603f19a180dd032
MD5 00a86474cd0345d011040fe98b39559f
BLAKE2b-256 3ba0eff39d8c0fcedaf52354c29e35a3ecbff7d5eb58b635f6765a1ad73ff3d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 254.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 15edbcd59f6edec5eca8ecd3f0ef53e39218dbae71ba36cedc0de778743beca5
MD5 febc11a2924a98793abc7b475bd16c31
BLAKE2b-256 2042dd585fab66c2b6ca473d42f1af2e9c71e0111c6885dc35f335980b71a05a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 315.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d1050df18f7d0a0ffc6af7b5e56e89d70f7e9a6043dc1090492c378e7c61411
MD5 ac9e9cd7f5d8e8d828a15e31f6bfebd3
BLAKE2b-256 056908531a3976bcef340a143b7797f16fa2ef65c390b0455d6dd12eb92ce402

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 331.4 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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ad6ef8c3e753d447e734af3f615a3e92f78477ffac3d6f77a7c2f3d9b4abf429
MD5 4c2d2c56b50b2b2aacd83d3cecbf2b83
BLAKE2b-256 026b54ab4b655f827116d37a467c455c2cc2dac3f2615f32404a17cc17c9806a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 316.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 646f149a7428c4712d9c36a4639cab290e5900c10daa69c8c373288c027fafc1
MD5 e6201a4a312aa5e6a565772c31c6fb47
BLAKE2b-256 636cf8f3cd75665d00981becd598fafdbe90e3c4a446921822b547fb74bbae14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 281.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e541ac8d96d8cdd1e5f537f3fdd3d622e9337ace78c5cdef7ef6d4c6526931b9
MD5 eb4126ed60cdc483066429050e513b23
BLAKE2b-256 da53b51e802fdbb0f57988c1d4e15c87ba094db42012a47cc5e2136ce552dceb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 254.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 46adc0ee94ec686a4acfdd3633fe4d47ae8921b57506075c78ec1ee4d2380312
MD5 08615a60f29ed25316f019d7c268c07a
BLAKE2b-256 26baaff992f848d9abbe1ef6f0334312d17fc9bcbbbc607b5d7828c9cb5ad541

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 315.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e22042e5cb997635d56cc0e75553b94df4922db4f1aebeab3d79e9c5cdb6768c
MD5 47ada17e1f8340b50a77b51a02cd2452
BLAKE2b-256 896acf0edb758136f59d13c53d9b12ac23324ab22e74e5e505857517176fc8b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 331.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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fc4b2e84ea7d6051ee2d51a202da66a62f5b47cf5b5dd13eb7bc3505e6dcb0e9
MD5 a2f150d07d46c5e48bdcf8af08dbbbf8
BLAKE2b-256 56d4d29f0ecab3adef9a1b4870ae7c88dd6a8d0b0dcd7452c3144efa62188a14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iminuit-2.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 315.9 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.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for iminuit-2.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ab6c5362fc24e5dc480d0a2a2f13efbcabfcd8a8a51044aa5f580cea8ebe20a9
MD5 3464e654e8e1baf706fcd840ca756f88
BLAKE2b-256 ace958acf46e5ac6f56a9bde7384c69d3624e76f9c8329edca57f4a3e977adec

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