Releases: TUW-GEO/pytesmo
Releases · TUW-GEO/pytesmo
v0.16.0
- Adapters for metric calculators were introduced. The here implemented adapters compute metrics based on temporal subsets of the time series, which can be used for rolling window metrics, seasonal metrics or multiple arbitrary sub-periods. (PR #266)
- Fixed a bug where the status code of a successful Triple Collocation run was still set to -1 ("unknown error"). (PR #301)
v0.15.2
v0.15.1
Adding scikit-learn as installation dependency.
v0.15.0
- fixing setting of status code for bootstrapped triple collocation (PR
#285 <https://github.com/TUW-GEO/pytesmo/pull/285>
_) - Exclude netCDF4 at version 1.6.2 due to bug when writing strings with zlib compression (PR
#288 <https://github.com/TUW-GEO/pytesmo/pull/288>
_) - added test for data_manager_failed (PR
#287 <https://github.com/TUW-GEO/pytesmo/pull/287>
_) read_ts
is not longer used in pytesmo (PR#289 <https://github.com/TUW-GEO/pytesmo/pull/289>
_)- support for
max_dist
keyword in validation framework to limit comparisons to close data points (PR#291 <https://github.com/TUW-GEO/pytesmo/pull/291>
_) - Reimplementation of CDF matching (PR
#259 <https://github.com/TUW-GEO/pytesmo/pull/259>
_). This removed all other implementations, i.e.lin_cdf_match
andcdf_beta_match
. These now are either removed (lin_cdf_match
), or point to the new implementation (cdf_beta_match
)
v0.14.4
Update CHANGELOG.rst (#284)
v0.14.3
rounding error fixes (#281)
v0.14.2
Update CHANGELOG.rst (#279)
v0.14.1
v0.14.0
- fixed bugs in resample_mean (PR
#262 <https://github.com/TUW-GEO/pytesmo/pull/262>
_) - Integration tests with new ISMN Interface (PR
#263 <https://github.com/TUW-GEO/pytesmo/pull/263>
_) - Add option to Validation Framework to ignore errors in
Validation.calc()
(PR#263 <https://github.com/TUW-GEO/pytesmo/pull/263>
_) - ipynb files from docs/examples are now also used as (optional) tests (PR
#263 <https://github.com/TUW-GEO/pytesmo/pull/263>
_) yapf
for code formatting (see developers guide) (Fix #248, PR#263 <https://github.com/TUW-GEO/pytesmo/pull/263>
_)- validation framework option to force dataset combinations that include reference dataset updated (PR
#265 <https://github.com/TUW-GEO/pytesmo/pull/265>
_) - Added
TimestampAdapter
to the validation framework to deal with datasets that have different date/time specification fields (PR#268 <https://github.com/TUW-GEO/pytesmo/pull/268>
_)