Skip to content

Releases: stonerlab/Stoner-PythonCode

Release 0.10.9

09 Dec 20:14
Compare
Choose a tag to compare

Bug fix and minor tweaks to testing

Release 0.10.8

18 Oct 21:01
Compare
Choose a tag to compare

Resync pip and conda versions

Stable Relase v0.10.7

01 Oct 14:45
Compare
Choose a tag to compare

Built for Python 3.11

Release v0.10.6

22 Dec 22:16
Compare
Choose a tag to compare

Update codebase to work with Python 3.10

v0.10.5 Maintainence Release

02 Jul 19:08
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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