Skip to content

Releases: awst-austria/qa4sm-reader

v0.4.4.2: Fix bug in statistics table

09 Jul 13:43
861f487
Compare
Choose a tag to compare

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

07 Jun 08:45
a4bbb51
Compare
Choose a tag to compare

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

04 Jun 11:20
56f7a95
Compare
Choose a tag to compare

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

19 May 12:53
08c15bf
Compare
Choose a tag to compare

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

26 Mar 13:54
413ad5d
Compare
Choose a tag to compare
  • 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'

v0.4.1

15 Mar 09:48
1ff717d
Compare
Choose a tag to compare
  • Add support for 2 additional HR datasets
  • Fix bug where plotting failed when the same data set is used multiple times

v0.4

15 Feb 17:30
caeff34
Compare
Choose a tag to compare
  • update on plots of datasets with irregular grids
  • Quick inspection table added
  • IQC instead of StdDev added to plots

v0.3.4

14 Jan 13:34
886169b
Compare
Choose a tag to compare
  • Switch from Travis CI to GitHub Actions
  • Allow plotting from irregular grids (SMOS, ASCAT)

v0.3.3

16 Nov 15:04
780818e
Compare
Choose a tag to compare
  • Fix typo in esa cci sm combined name in globals.py

v0.3.2

23 Oct 09:14
9b1f0b1
Compare
Choose a tag to compare
  • Fix bug that could break global overview maps
  • Resolve deprecation warnings caused by cartopy