We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88566c0 commit 132b379Copy full SHA for 132b379
PyMca5/__init__.py
@@ -27,7 +27,7 @@
27
__contact__ = "sole@esrf.fr"
28
__license__ = "MIT"
29
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
30
-__version__ = "5.9.0"
+__version__ = "5.9.1"
31
32
import os
33
import sys
changelog.txt
@@ -1,3 +1,12 @@
1
+VERSION 5.9.2
2
+-------------
3
+
4
+- ROI Imaging. It is now possible to apply NNMA on stacks of images.
5
6
+- ROI Imaging. HDF5 stacks of images could not be selected due to a bug introduced in 5.8.2.
7
8
+- MCA. Correct ID18 calibration issues.
9
10
VERSION 5.9.0
11
-------------
12
0 commit comments