Skip to content

Releases: c-hydro/dam

v1.4.0-alpha.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:02

🐛 Bug Fixes

  • 538484a - workflow: ensure ds has _template before assigning it if continuous_space (commit by @ltrotter)
  • f9cfce0 - time_agg: ensure overlap calculation works on last day of timestep (commit by @ltrotter)

v1.4.0-alpha.2

Choose a tag to compare

@github-actions github-actions released this 13 May 08:49

✨ New Features

  • 5f3226c - workflow: add get_start_ts method to DAMWorkflow (commit by @ltrotter)

v1.4.0-alpha.1

Choose a tag to compare

@github-actions github-actions released this 10 Mar 11:02

✨ 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

Choose a tag to compare

@github-actions github-actions released this 17 Feb 09:13

DAM v1.3.3

Choose a tag to compare

@ltrotter ltrotter released this 09 Dec 10:58
0dd9d88

🐛 Bug Fixes

🔧 Chores

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

DAM v1.3.3-alpha

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

Choose a tag to compare

@ltrotter ltrotter released this 24 Oct 09:30
b539a01

✨ New Features

🐛 Bug Fixes

DAM v1.3.2

Choose a tag to compare

@ltrotter ltrotter released this 03 Oct 07:11
7331120

🐛 Bug Fixes

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

DAM v1.3.1

Choose a tag to compare

@ltrotter ltrotter released this 18 Aug 13:05
3e8ec4a

🐛 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

Choose a tag to compare

@ltrotter ltrotter released this 23 Jul 11:32
a7f1c07

🐛 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

Choose a tag to compare

@ltrotter ltrotter released this 27 Jun 11:32
346f3b1

🐛 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