- Minor fix to deal with changes in neweer scipy. - Fix problem when decomposing data if the original data maximum negative value is bigger than maximum positive value
0.10.4
Maintenance release for 0.10.4. Fixes compatibility with matplotlib 3.5, improves date parsing
Update to build packages via github action. Includes multiple bug fixes to reduce race conditions and poor isolation of metadata between class instances.
0.9.7
Fix an error loading STXMImage s when using an ImageFolder or similiar caused by STXMImage.__init__ not recognising initialisation with an ImageFile or ImageArray
0.9.6
This version supports Python 3.8 as well as 2.7, 3.5, 3.6 and 3.7.
0.9.5
Replaces the Tkinter based filedialog that was failing on MacOS in recent Anaconda installs with a QT5 based one.