Skip to content

Releases: stonerlab/Stoner-PythonCode

0.9.4 Minor release

15 Mar 15:53
Compare
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
Compare
Choose a tag to compare

Fixes to various minor regressions since 0.9.0

0.9.0 Stable release

06 Oct 19:09
Compare
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.

0.9.0rc2 Release candidate 2

11 Aug 22:04
Compare
Choose a tag to compare
Pre-release

2nd release candidate for 0.9.0 release

0.9.0rc1

01 Aug 10:14
Compare
Choose a tag to compare
0.9.0rc1 Pre-release
Pre-release

First release candidate of the 0.9 branch.

0.9.0 alpha 1

05 Nov 23:45
Compare
Choose a tag to compare
0.9.0 alpha 1 Pre-release
Pre-release

First alpha release for version 0.9.0 branch.

v0.8.1 Bugfix release

03 Jul 21:39
Compare
Choose a tag to compare

First bug fix to the stable release series.

d549c4c Fix tests for Stoner.Util
eb750da Correct mis-spelled keyword in Stoner.Util.hysteresis_correct
5ac6b31 Fix for bugs in QD software not setting number of data columns equal to number of column headers
6643e87 Fix of spline function with error column
1fa619f Fix a little bug in hysteresi_correct with pushing masks to find saturation
96f461d Fix error calcualtion in divide method

v0.8.0

21 Jun 20:01
Compare
Choose a tag to compare

First release of the new stable branch 0.8.0 with a wheel on pypi and conda packages on the phygbu channel.

Highlights include:

  • Reworking of the ImageArray, ImageFile and ImageFolder with many updates and new features.
  • New mixin based ImageStack2 that can manipulate a large number of images in a 3D numpy array
  • Continued re-factoring of DataFolder using the mixin approach
  • Further increases to unit-test coverage, bug fixes and refactoring of some parts of the code.
  • _setas objects implement a more complete MutableMapping interface and also support +/- operators.
  • conda packages now being prepared as the preferred package format

v0.8.0b2

13 Mar 22:10
Compare
Choose a tag to compare
v0.8.0b2 Pre-release
Pre-release

Beta release of 0.8 for conda package build

0.7.2

29 Jan 21:12
Compare
Choose a tag to compare

Minor bug fixes plus add some useful tility tools