Contents

iminuit 2.25.2

0

Jupyter-friendly Python frontend for MINUIT2 in C++

Jupyter-friendly Python frontend for MINUIT2 in C++

Stars: 271, Watchers: 271, Forks: 70, Open Issues: 17

The scikit-hep/iminuit repo was created 11 years ago and the last code push was 21 hours ago.
The project is popular with 271 github stars!

How to Install iminuit

You can install iminuit using pip

pip install iminuit

or add it to a project with poetry

poetry add iminuit

Package Details

Author
License
Minuit is from SEAL Minuit It's LGPL v2 http://seal.web.cern.ch/seal/main/license.html. For iminuit, I'm releasing it as MIT license: Copyright (c) 2012 Piti Ongmongkolkul Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Note: MIT license is GPL compatible, so it is an acceptable license for a wrapper, as can be seen here: http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html#GPLWrapper http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html#OrigBSD (L)GPL can be combined or included in code that does not impose more restrictive conditions.
Homepage
PyPi:
https://pypi.org/project/iminuit/
Documentation:
https://scikit-hep.org/iminuit
GitHub Repo:
https://github.com/scikit-hep/iminuit

Classifiers

  • Scientific/Engineering/Mathematics
  • Scientific/Engineering/Physics
  • Software Development
No  iminuit  pypi packages just yet.

Errors

A list of common iminuit errors.

Code Examples

Here are some iminuit code examples and snippets.

Related Packages & Articles

pyhf 0.7.6

pure-Python HistFactory implementation with tensors and autodiff

awkward 2.6.3

Manipulate JSON-like data with NumPy-like idioms.