Skip to content

Releases: tomchor/pymicra

v0.4.1-1

22 Dec 20:35
Compare
Choose a tag to compare

This release simply corrects some bugs in the documentation.

v0.4.1

20 Dec 18:36
Compare
Choose a tag to compare

This minor version increase is due to the upload to PyPi and consequent change in docs.

v0.4.0

08 Dec 02:50
Compare
Choose a tag to compare

Separated qcontrol function into two different ones: qc_replace() and qc_discard(). A few functions of qcontrol() were removed in the name of simplicity.

Also fixed a couple of bugs.

v0.3.2

14 Oct 00:37
Compare
Choose a tag to compare

Added the STD stationarity test to the quality control function in pm.util.qcontrol

v0.3.1

21 Sep 04:09
Compare
Choose a tag to compare

Bug fix release.

Fixed some minor bugs related to porting from py2 to py3 and a couple of other unrelated bugs.

v0.3.0

18 Sep 20:04
Compare
Choose a tag to compare

Code fully ported to Python 3 and docs ported to readthedocs.

v0.2.4

10 Feb 19:01
Compare
Choose a tag to compare

Fixed a small bug that prevented trend/detrend to work with split data.

v0.2.3

04 Feb 18:44
Compare
Choose a tag to compare

Small bug fix when reading fileConfig object that was fixed in the dev branch but wasn't fixed in the master

v0.2.2

27 Oct 23:07
Compare
Choose a tag to compare

Fixed some bugs and started to explore numba

v0.2.1

06 Aug 18:23
Compare
Choose a tag to compare

Brings some improvements in some functions since 0.2.0 and some bug fixes.

Mostly, this is the first fully documented version of Pymicra.