Skip to content

Releases: TUW-GEO/pytesmo

v0.16.0

12 Sep 14:32
4a03d4e
Compare
Choose a tag to compare
  • 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

14 Jun 15:40
b063dcf
Compare
Choose a tag to compare

Version 0.15.2, 2023-06-14

  • Add kwarg to time_series.anomaly.calc_climatology to compute the standard deviation of the climatology (e.g. for anomaly z-scores)

v0.15.1

29 Mar 09:09
dd03c1b
Compare
Choose a tag to compare

Adding scikit-learn as installation dependency.

v0.15.0

28 Mar 19:29
f2c6094
Compare
Choose a tag to compare
  • 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 and cdf_beta_match. These now are either removed (lin_cdf_match), or point to the new implementation (cdf_beta_match)

v0.14.4

27 Jan 13:55
1d6acf1
Compare
Choose a tag to compare
Update CHANGELOG.rst (#284)

v0.14.3

26 Dec 12:02
465e372
Compare
Choose a tag to compare
rounding error fixes (#281)

v0.14.2

14 Dec 16:43
9c6d58d
Compare
Choose a tag to compare
Update CHANGELOG.rst (#279)

v0.14.1

25 Oct 09:24
8ad7491
Compare
Choose a tag to compare

small bug fixes and documentation updates (PRs #272 <https://github.com/TUW-GEO/pytesmo/pull/272>, #271 <https://github.com/TUW-GEO/pytesmo/pull/271>, #270 <https://github.com/TUW-GEO/pytesmo/pull/270>_)

v0.14.0

13 May 12:26
6b42411
Compare
Choose a tag to compare
  • 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>_)

v0.13.4

12 Jan 09:59
5d4323c
Compare
Choose a tag to compare
  • Fixes compatibility issue between numpy and and cython that could lead to error when calling pip install pytesmo