Skip to content

Releases: stonerlab/Stoner-PythonCode

v0.7.1

20 Jun 13:21
Compare
Choose a tag to compare

First bug fix release on 0.7 branch - corrects a problem with writing metadata with keys that are a subset of an existing key.

Release v0.7.0

15 May 19:49
Compare
Choose a tag to compare

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

15 May 08:51
Compare
Choose a tag to compare
Pre-release

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.

Version 0.7.0 Release Candidate 2

29 Apr 22:05
Compare
Choose a tag to compare
Pre-release

Still adding more unit testing and cleaning up regressions. Release will be after coverage > 65%, and health is >85%.

Version 0.7.0 Release Candidate 1

22 Apr 20:10
Compare
Choose a tag to compare
Pre-release

First release candidate fir version 0.7.0

0.7b2 Release

14 Feb 17:05
Compare
Choose a tag to compare
0.7b2 Release Pre-release
Pre-release

First packaged beta release of 0.7 development branch. This version has significant reworking of the class heirarchy to make use of mixin classes in Data and DataFolder.

Version 0.6.6

24 Nov 20:50
Compare
Choose a tag to compare

A bug fix version to fix a problem with doing \chi^2 mapping in lmfit.

Release 0.6.4

17 Oct 22:11
Compare
Choose a tag to compare

This release fixes some problems with the hysteresis_correct routine running on Python 3.5. Released as Python 2.7 and Python 3.5 packages on PyPI.

3rd bugix in 0.6 series

13 Sep 16:30
Compare
Choose a tag to compare

Fixes curve_fit when columns are specified as strings.

Release 0.6.1

26 Aug 14:46
Compare
Choose a tag to compare

First bugfix release of the current stable branch