Releases: awst-austria/qa4sm-reader
Releases · awst-austria/qa4sm-reader
v0.4.4.2: Fix bug in statistics table
After the introduction of CI metrics, the statistics table was not behaving correctly; this bug has been fixed and the test has been improved
v0.4.4.1: Fixed bug in integration tests with QA4SM
This bug was caused by an inconsistency between the output of pd.isnull()
, used previously here, and np.isnan()
, used in the qa4sm tests. This is because 0. was considered nan by the isnull
function.
Changes have been tested in QA4SM.
v0.4.4: Confidence intervals in plots
This release adds confidence intervals to the plots generated in qa4sm. It uses CIs from release v0.11.3 of Pytesmo.
v0.4.3: Package Update
The content of this release is mostly a restructuring of the code, creation of new tests to improve the overall coverage and improvement of the documentation:
- The handlers file has been restructured to have datasets-, variables- and metrics-specific classes
- The QA4SMImage and QA4SMPlotter classes have been restructured to clean code and to facilitate development
- The
period
option has been included in the Image parameters to divide files by period - The tests coverage has been increased to 78%
v0.4.2: Merge pull request #17 from pstradio/master
- qa4sm.eodc.eu has been changed to qa4sm.eu in the image label
- Readibility of boxplots has been improved using 'IQR' instead of 'Interquartile range'