Skip to content

Commit

Permalink
Merge pull request #804 from vasole/release
Browse files Browse the repository at this point in the history
Update version and changelog.txt
  • Loading branch information
vasole authored Apr 9, 2021
2 parents e54f744 + 42f9a72 commit 8ac059b
Show file tree
Hide file tree
Showing 2 changed files with 16 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.6.4"
__version__ = "5.6.5"

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

- PyMcaBatch. Prevent the use of the input directory as output directory when
the iinput file list is a single HDF5 file.

- PyMcaBatch. Allow XRF batch fitting of a single entry in an HDF5 file containing
multiple maps.

- PCA. Deal with NaNs in stacks of spectra.

- SPS. Correct SPEC shared memory access under Python 3.8

- Adapt XIA Correct tool to python 3.

VERSION 5.6.4
-------------

Expand Down

0 comments on commit 8ac059b

Please sign in to comment.