File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
8
- 1.3.4 (May 16, 2019)
8
+ 1.3.5 (May 16, 2019)
9
9
--------------------
10
10
- fix for broken display of Jupyter notebooks on Github when iminuit output is shown
11
11
- replaced brittle and broken REPL diplay system with standard _repr_html_ and friends
12
12
- support for pypy-3.5
13
13
- doc improvements
14
14
15
+ 1.3.4 (May 16, 2019)
16
+ --------------------
17
+ - incomplete release, use 1.3.4 instead
18
+
15
19
1.3.3 (August 13, 2018)
16
20
-----------------------
17
21
- fix for broken table layout in print_param() and print_matrix()
Original file line number Diff line number Diff line change 1
- __version__ = '1.3.4 '
1
+ __version__ = '1.3.5 '
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def get_version():
131
131
setup (
132
132
name = 'iminuit' ,
133
133
version = __version__ ,
134
- description = 'MINUIT from Python - Fitting like a boss' ,
134
+ description = 'MINUIT2 from Python - Fitting like a boss' ,
135
135
long_description = long_description ,
136
136
author = 'Piti Ongmongkolkul and others' ,
137
137
maintainer = 'Hans Dembinski' ,
You can’t perform that action at this time.
0 commit comments