Releases: fkguo/IMinuit.jl
Releases · fkguo/IMinuit.jl
0.2.0
Now compatible with the Python iminuit versions >=2.0
0.1.5
fix the iminuit version to 1.5.4 since version 2.0 contains breaking changes
0.1.4
Minuit, model_fit and @model_fit accept a previous fit status to define a new fit
0.1.3
fixed parameters considered in get_contours
and other functions; getindex
works for Data
0.1.2
defined function model_fit and macro @model_fit
0.1.1
error analysis functions work for both Fit and ArrayFit types; plot functions changed to macros to reduce the loading time.
0.1.0
Merge pull request #5 from fkguo/develop
Develop