Skip to content

Commit

Permalink
release 1.3.3 (#315)
Browse files Browse the repository at this point in the history
* bump up version number and update changelog

* test only min and max version on win
  • Loading branch information
HDembinski authored Sep 12, 2018
1 parent a60d073 commit e6d1cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ environment:
PYTHON_VERSION: 2.7
PYTHON_ARCH: 64

- PYTHON: C:\Python34-x64
PYTHON_VERSION: 3.4
PYTHON_ARCH: 64

- PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.6
PYTHON_ARCH: 64
Expand Down
7 changes: 3 additions & 4 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
Changelog
=========

HEAD
----
1.3.3 (August 13, 2018)
-----------------------
- fix for broken table layout in print_param() and print_matrix()
- fix for missing error report when error is raised in user function
- fix of printout when ipython is used as a shell
- fix for slow convergence when analytical gradient is provided
- fix of slow convergence when analytical gradient is provided
- improved user guide with more detail information and improved structure
- check conda build on travis CI

1.3.2 (August 5, 2018)
----------------------
Expand Down
2 changes: 1 addition & 1 deletion iminuit/info.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.2'
__version__ = '1.3.3'

0 comments on commit e6d1cbc

Please # to comment.