- Update Triple Collocation metrics and metrics caluclator - Update metrics apply function, use dictionaries instead of dataframe for results - Remove io module and grids.grid.py and grids.netcdf.py modules - Move resampling module to repurpose package (https://github.com/TUW-GEO/repurpose) - Documentation updates
0.7.1
==========================
- Change naming convention for Intercomparison metrics calculator results - Use kdtree from pykdtree instead of scipy (faster) - Add MetadataMetrics to metrics calculator - Remove pybufr-ecmwf, use generic test data for testing spatial resampling
0.7.0
=========================
- Add option for filling no data values to moving average - Add option for minimum observations to moving average - Default behavior of climatology calculation will now fill no_data values Nothing is changing if there are no no_data values in the time series
0.6.11
==========================
- Add more metrics calculators - Remove pytesmo.io.ismn module and move it to the ismn package - Update tests for ascat v1.0 package - Rename arguments for metrics functions to be more general - Split linreg scaling function to determine and apply corrections separately - Compatible with Python 3.7 on Windows
0.6.10
==========================
- Update readme - Fix bug in exponential filter when first value is a NaN value
0.6.9
=========================
- Add extendent collocation metric - Fix initial value for exponential filter - Fix 123