Skip to content

Releases: TUW-GEO/pytesmo

v0.17.0 (re-release)

14 Nov 20:59
71f356b
Compare
Choose a tag to compare
  • THIS VERSION IS COMPATIBLE WITH NUMPY>=2, otherwise same content as v0.16.1 (readme file was updated)
  • C files were recompiled for numpy>=2,<3, pyproject.toml updated.
  • Wheels are now also provided for Linux and MacOS systems #311

Full Changelog: v0.16.1...v0.17.0

v0.16.1

13 Nov 09:40
ad981a2
Compare
Choose a tag to compare
  • THIS VERSION IS STILL COMPATIBLE WITH NUMPY<2.0, from v0.17 on pytesmo will require numpy>=2.0
  • Old pytesmo.timeseries.plotting module was removed
  • Fixed and filtered many warnings that were printed by tests until now
  • Fixed an issue with the intra-annual metrics adapter when an empty time series is passed (PR #307)
  • Metapackage updated (pyscaffold 4.5) (PR #307)
  • C modules were outdated and could not be compiled, therefore rebuilt (PR #307)

What's Changed

Full Changelog: v0.16.0...v0.16.1

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>_)