Skip to content

Releases: stonerlab/Stoner-PythonCode

Release v0.10.6

22 Dec 22:16

Choose a tag to compare

Update codebase to work with Python 3.10

v0.10.5 Maintainence Release

02 Jul 19:08

Choose a tag to compare

  • 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

29 Dec 22:14

Choose a tag to compare

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

18 Nov 16:59

Choose a tag to compare

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

21 Jul 13:38

Choose a tag to compare

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

12 Apr 15:42

Choose a tag to compare

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

23 Mar 14:51

Choose a tag to compare

Replaces the Tkinter based filedialog that was failing on MacOS in recent Anaconda installs with a QT5 based one.

0.9.4 Minor release

15 Mar 15:53

Choose a tag to compare

Allow PCAR script to take a filename from its config file. Minor bug fixes.

Bugfix release 0.9.3

22 Jan 14:33

Choose a tag to compare

Fixes to various minor regressions since 0.9.0

0.9.0 Stable release

06 Oct 19:09

Choose a tag to compare

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.