Skip to content

Commit

Permalink
Merge pull request #372 from vasole/changelog
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
vasole authored Nov 15, 2018
2 parents ed36016 + 9902216 commit b5f1a70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PyMca5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__contact__ = "sole@esrf.fr"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__version__ = "5.4.0"
__version__ = "5.4.1"

import os
import sys
Expand Down
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
VERSION 5.4.1
-------------

- Support NeXus default attribute at any level

- Fix problems in systems where both PyQt4 and PyQt5 are installed.

- Fix ScanFit print

- Fix mask visibility on monocrome colormaps.

- Prevent problems accessing NeXus files when title is incorrectly written as an
array instead of being a string.

- Enable multiple processes batch fitting a single HDF5 file.

VERSION 5.4.0
-------------

Expand Down

0 comments on commit b5f1a70

Please sign in to comment.