-
Notifications
You must be signed in to change notification settings - Fork 2
/
RELEASE_NOTES
39 lines (30 loc) · 1.16 KB
/
RELEASE_NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
April 13, 2017 Jakob van Santen ([email protected])
--------------------------------------------------------------------
Release 1.1.1
This release exists to support Minuit2 distributed with ROOT 6. There will
probably be no further development, and we continue to recommend iminuit for
new projects (see the note in the README).
March 9, 2012 Jakob van Santen ([email protected])
--------------------------------------------------------------------
Release 1.1.0
This release adds more convenient ways to get arguments and data into
functions being minimized.
Features:
- Python 3 support
- Minimize against class methods
- Pass arguments as a tuple
- Expose MnSimplex
-- Robert Franke
Bugfixes:
- Build properly when $ROOTSYS/lib is in LD_LIBRARY_PATH
-- Jakob van Santen
- Plug memory leaks
-- Robert Franke
March 5, 2012 Jakob van Santen ([email protected])
--------------------------------------------------------------------
Release 1.0.0
This pseudo-1.0 release fixes up the build system so that the package
can be usefully distributed via the Python Package Index.
Features:
- Conditionalize ROOT depedency, preferring standalone Minuit2
- Package for PyPI