Releases: stonerlab/Stoner-PythonCode
Release v0.10.6
Update codebase to work with Python 3.10
v0.10.5 Maintainence Release
- 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 Stable Release
Maintenance release for 0.10.4. Fixes compatibility with matplotlib 3.5, improves date parsing
Full Changelog: v0.10.3...v0.10.4
0.10.2 Stable release
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 Bugfix
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 Bugfixes and Pythin 3.8 support
This version supports Python 3.8 as well as 2.7, 3.5, 3.6 and 3.7.
v0.9.5 Bugfix and improvement release
Replaces the Tkinter based filedialog that was failing on MacOS in recent Anaconda installs with a QT5 based one.
0.9.4 Minor release
Allow PCAR script to take a filename from its config file. Minor bug fixes.
Bugfix release 0.9.3
Fixes to various minor regressions since 0.9.0
0.9.0 Stable release
This is the first release of the 0.9.x cycle. Highlights include:
* Refactoring of the package into a more granual core, plot, formats, folders packages with submodules
* Overhaul of the documentation and user guide
* Dropping support for the older Stoner.Image.stack.ImageStack class
* Droppping support for matplotlib<2.0
* Support for Python 3.7
* Unit tests now > 80% coverage across the package.