Skip to content

Releases: CSHS-CWRA/RavenPy

v0.8.1

26 Oct 13:58

Choose a tag to compare

Reverts the change in 0.8.0 regarding suppress_output, as it breaks downstream applications.
Slowdown due to build-up of files in zip archive handled by not calling parse_results during calibration.

v0.8.0

04 Oct 18:03
8d9fb7e

Choose a tag to compare

Breaking changes:

  • Parallel parameters must be provided explicitly using the parallel argument when calling emulators.
  • Multiple nc_index values 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-product script.
  • Do not write RV zip file and merge outputs when suppress_output is 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

14 Jan 15:25
ed969a3

Choose a tag to compare

  • 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

21 Dec 15:45

Choose a tag to compare

  • Updated internal shapely calls to remove deprecated .to_wkt() methods.

v0.7.6

20 Dec 16:36

Choose a tag to compare

  • 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

10 Sep 16:14
24f56ad

Choose a tag to compare

  • Update test so that it works with xclim 0.29.

v0.7.4

02 Sep 20:40

Choose a tag to compare

  • Pinned climpred below v2.1.6

v0.7.3

31 Aug 13:45

Choose a tag to compare

  • Pinned xclim below v0.29.0

v0.7.2

26 Aug 17:55

Choose a tag to compare

  • Update cruft
  • Subclass derived_parameters in Ostrich emulators to avoid having to pass params.

v0.7.0

27 Jul 23:16

Choose a tag to compare

  • Add support for V2.1 of the Routing Product in ravenpy.extractors.routing_product.
  • Add collect-subbasins-upstream-of-gauge CLI script.
  • Modify WFS request functions to use spatial filtering (Intersects) supplied by OWSLib.