Skip to content

Commit

Permalink
Merge pull request #42 from YtihalX/master
Browse files Browse the repository at this point in the history
Enhancement on compatibility to the iminuit >= 2.0
  • Loading branch information
fkguo committed Aug 7, 2023
2 parents 6573b18 + f35b900 commit 0730e31
Show file tree
Hide file tree
Showing 17 changed files with 8,228 additions and 723 deletions.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "IMinuit"
uuid = "beb75e20-2205-47e6-ad51-640e9c2309f1"
authors = ["Feng-Kun Guo"]
version = "0.1.5"
version = "0.2.0"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
<!-- [![Build Status](https://github.com/fkguo/IMinuit.jl/workflows/CI/badge.svg)](https://github.com/fkguo/IMinuit.jl/actions) -->

Julia wrapper of the Python package [`iminuit`](https://github.com/scikit-hep/iminuit), which is the interface to the C++ MINUIT2, widely used in fitting in the high-energy physics community.
Supported `iminuit` versions: 1.5.0-1.5.4.
Supported `iminuit` versions: 2.0.0 or later

The `minuit` object in `iminuit` is defined as an `AbstractFit`:
if using array parameters, then `ArrayFit`;
Expand Down

0 comments on commit 0730e31

Please sign in to comment.