Skip to content

Commit

Permalink
Release 1 5 0 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski authored Sep 17, 2020
1 parent 6f74d8f commit c3c64ec
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ How to make a release
- Increase version number in iminuit/version.py
- Update doc/changelog.rst
- Check that all wheels are build (Azure should trigger)
- Run `make integration` to do integration tests (if these fail, add tests to iminuit!)
- Merge release branch to master
- Create release on Github
- This triggers an upload of the latest build artefacts to PyPI
Expand Down
22 changes: 22 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@
Changelog
=========

1.5.0 (September 17, 2020)
---------------------------

New features
~~~~~~~~~~~~
- New more compact function minimum display with warning about parameters at limit
- Colours adjusted in HTML display to enhance contrast for people with color blindness
- Allow subclasses to use Minuit.from_array_func (#467) [contributed by @kratsg]
- Nicer tables on terminal thanks to unicode characters
- Wrapped functions' parameters are now recognised by iminuit [contributed by Gonzalo]
- Dark theme friendlier HTML style (#481) [based on patch by @l-althueser]

Bug-Fixes
~~~~~~~~~
- Fixed reported EDM goal for really small tolerances
- Minuit.np_merrors now works correctly when some parameters are fixed
- Fixed HTML display of Minuit.matrix when some diagonal elements are zero

Deprecated
~~~~~~~~~~
- Removed nsplit option from Minuit.migrad (#462)

1.4.9 (July, 18, 2020)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/iminuit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.9"
__version__ = "1.5.0"

0 comments on commit c3c64ec

Please sign in to comment.