Skip to content

Releases: fkguo/IMinuit.jl

0.2.1

09 Aug 05:43
Compare
Choose a tag to compare

improvements in init.jl

0.2.0

07 Aug 07:56
0730e31
Compare
Choose a tag to compare

Now compatible with the Python iminuit versions >=2.0

0.1.5

23 Jan 14:29
Compare
Choose a tag to compare

fix the iminuit version to 1.5.4 since version 2.0 contains breaking changes

0.1.4

06 Sep 02:06
Compare
Choose a tag to compare

Minuit, model_fit and @model_fit accept a previous fit status to define a new fit

0.1.3

29 Jul 14:51
65b68d2
Compare
Choose a tag to compare

fixed parameters considered in get_contours and other functions; getindex works for Data

0.1.2

16 Jul 04:38
dae5935
Compare
Choose a tag to compare

defined function model_fit and macro @model_fit

0.1.1

12 Jul 13:04
69f62b5
Compare
Choose a tag to compare

error analysis functions work for both Fit and ArrayFit types; plot functions changed to macros to reduce the loading time.

0.1.0

09 Jul 10:30
1c5605e
Compare
Choose a tag to compare
Merge pull request #5 from fkguo/develop

Develop