Releases: CSHS-CWRA/RavenPy
Releases · CSHS-CWRA/RavenPy
v0.8.1
v0.8.0
Breaking changes:
- Parallel parameters must be provided explicitly using the
parallelargument when calling emulators. - Multiple
nc_indexvalues generate multiple gauges, instead of being parallelized. - Python3.7 is no longer supported.
- Documentation now uses sphinx-apidoc at build-time to generate API pages.
Other changes:
- Add
generate-hrus-from-routing-productscript. - Do not write RV zip file and merge outputs when
suppress_outputis True. Zipping rv files during multiple calibration runs leads to a non-linear performance slow-down. - Fixed issues with coverage reporting via tox and GitHub Actions
v0.7.8
- Added functionalities in Data Assimilation utils and simplified tests.
- Removed pin on setuptools.
- Fixed issues related to symlinks, working directory, and output filenames.
- Fixed issues related to GDAL version handling in conda-forge.
- Updated jupyter notebooks.
v0.7.7
- Updated internal shapely calls to remove deprecated
.to_wkt()methods.
v0.7.6
- Automate release pipeline to PyPI using GitHub CI actions.
- Added coverage monitoring GitHub CI action.
- Various documentation adjustments.
- Various metadata adjustments.
- Pinned owslib to 0.24.1 and above.
- Circumvented a bug in GitHub CI that was causing tests to fail at collection stage.
v0.7.5
- Update test so that it works with xclim 0.29.
v0.7.4
- Pinned climpred below v2.1.6
v0.7.3
- Pinned xclim below v0.29.0