Releases: TUW-GEO/pytesmo
Releases · TUW-GEO/pytesmo
v0.17.0 (re-release)
- 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
- 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
- Fix failing test with ColumnCombine Adapter by @wpreimes in #303
- Fix seas val by @wpreimes in #307
- Prepare v0.16.1 (numpy<2) release by @wpreimes in #309
Full Changelog: v0.16.0...v0.16.1
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)