Releases: stonerlab/Stoner-PythonCode
0.9.0rc2 Release candidate 2
2nd release candidate for 0.9.0 release
0.9.0rc1
0.9.0 alpha 1
First alpha release for version 0.9.0 branch.
v0.8.1 Bugfix release
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
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
0.7.2
v0.7.1
Release v0.7.0
First release o the new 0.7.0 stable branch.
The current stable version is 0.7. Features of 0.7 include
* Replace older AnalyseFile and PlotFile with mixin based versions AnalysisMixin and PlotMixin
* Addition of Stoner.Image package to handle image analysis
* Refactor DataFolder to use Mixin classes
* DataFolder now defaults to using Stoner.Core.Data
* DataFolder has an options to skip iterating over empty Data files
* Further improvements to Stoner.Core.DataFile.setas handline.
0.7 will continue to have bug fix releases and back-ports of anything very useful. This is also the first release that has had continuous integration testing and unit test coverage monitoring. For this version we aim to keep unit test coiverage > 70%.
Version 0.7.0 Release Candidate 3
Hopefully the last pre-release for 0.7 series. More test coverage, more fixes in Folders, some changes to the Core module as well. Code health is good, test coverage now at 70% . PyPi package updated and docs switched to read the docs.