============= - Added a new dataset to the reader (SMOS L3), including functions to deal with missing datasets specifications (version name, units, ..)
0.6.3
============= - Updated project requirements.txt file to overcome VersionConflict exception in pypi
0.6.2
============= - Methods have been implemented to generate a .csv file including the statistics summary table at the end of the validation.
0.6.1
============= - Small release to fix compatibility with QA4SM and some code cleanup
0.6.0
============= - Includes methods to read the metadata variables from the output netCDF file. The plot_all function in qa4sm_reader.plot_all.py has now a switch that produces (if the necessary information is available in the output file) metadata boxplots based on: - Land cover classes (CCI Landcover) - Climate classes (Koeppen-Geiger classification) - Soil granulometry (coarse - medium - fine) - All the tests have been updated to accomodate for this.
0.5.2
============= - The environment of the reader was updated to cartopy==0.20.0 to solve issues with broken urls in the previous Cartopy version. The continuous integration tests were consequently updated to span on versions 3.7 to 3.9 of python - successfully