Skip to content

Releases: c-hydro/dam

v1.4.0-alpha.2

20 Apr 12:42

Choose a tag to compare

v1.4.0-alpha.1

10 Mar 11:02

Choose a tag to compare

✨ New Features

  • b93448f - workflow: enhance from_options method with input validation and error handling (commit by @ltrotter)

🐛 Bug Fixes

  • 7465fd8 - warp: ensure nodata is net to 255 for int masks when warping with thresholds (commit by @ltrotter)

v1.4.0-alpha

17 Feb 09:13

Choose a tag to compare

DAM v1.3.3

09 Dec 10:58
0dd9d88

Choose a tag to compare

🐛 Bug Fixes

🔧 Chores

  • 7ef13ca - setup: update version and be more prescriptive with dependencies (commit by @ltrotter)

DAM v1.3.3-alpha

24 Oct 09:30
b539a01

Choose a tag to compare

DAM v1.3.3-alpha Pre-release
Pre-release

✨ New Features

🐛 Bug Fixes

DAM v1.3.2

03 Oct 07:11
7331120

Choose a tag to compare

🐛 Bug Fixes

  • 63b89f6 - tile: ensure correct nanvalue is kept when combining with missing tiles (commit by @ltrotter)

DAM v1.3.1

18 Aug 13:05
3e8ec4a

Choose a tag to compare

🐛 Bug Fixes

  • 6c6a286 - tile: ensure type is maintained with new tiling (commit by @ltrotter)
  • c2ece87 - warp: set template in match_grid_xarray with threshold (commit by @ltrotter)
  • f80c12b - tile: ensure metadata is set correctly when combining tiles (commit by @ltrotter)

♻️ Refactors

  • 574e63e - tiling: remove gdal dependency for tile merging (commit by @ltrotter)

DAM v1.3.0

23 Jul 11:32
a7f1c07

Choose a tag to compare

🐛 Bug Fixes

  • bd7c343 - interp: set temporary directory for interp_idw (commit by @ltrotter)
  • 4525dab - workflow: ensure other inputs are also checked when determining when to run workflow (commit by @ltrotter)
  • 0578af0 - workflow: fix typo (commit by @ltrotter)

DAM v1.2.9

27 Jun 11:32
346f3b1

Choose a tag to compare

🐛 Bug Fixes

  • 073d136 - register_process: ensure strings are not parsed as lists of inputs (commit by @ltrotter)
  • 2fed01d - tiles: ensure tiling works with partial tiles and saves tile list to attrs (commit by @ltrotter)
  • b4c161f - time_agg: fix typo that calculates overlap wrong in case end is same (commit by @ltrotter)
  • 73ed71e - metadata: fix metadata format and ensure it is string (commit by @ltrotter)

♻️ Refactors

  • 60a5d7f - tiling: optimise tiling procedure by using intermediate outputs (commit by @ltrotter)

🔧 Chores

DAM v1.2.8

18 Jun 07:10
e6510a3

Choose a tag to compare

✨ New Features

  • a0cd799 - workflow: allow setting timestep shifts for arg datasets (commit by @ltrotter)

🐛 Bug Fixes

  • 3ab9030 - calc: ensure variables are defined in the correct order in "combine raster data" (commit by @ltrotter)
  • 0c605ba - time_agg: ensure total_weights is defined even in na_ignore is False (commit by @ltrotter)
  • 4d51471 - ensure we always check for data from both tags and options of cases (commit by @ltrotter)

♻️ Refactors