This minor version increase is due to the upload to PyPi and consequent change in docs.
0.4.0
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.
0.3.2
Added the STD stationarity test to the quality control function in pm.util.qcontrol
0.3.1
Bug fix release.
Fixed some minor bugs related to porting from py2 to py3 and a couple of other unrelated bugs.
0.3.0
Code fully ported to Python 3 and docs ported to readthedocs.
0.2.4
Fixed a small bug that prevented trend/detrend to work with split data.