Skip to content

Releases: DeepGroundwater/ddr

v0.3.1

23 Jan 03:01
40939f1

Choose a tag to compare

What's Changed

  • Feature: Abstraction of the dataset by @taddyb in #105
  • patch: fixing error with saving MERIT adjacency matrices in engine by @taddyb in #107
  • Feat: Creating a GeoDataclass for the MERIT hydro network by @taddyb in #108

Full Changelog: v0.2.2...v0.3.1

v0.2.2

14 Jan 02:34
ad0f4c5

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.2

v0.1.3

27 Aug 23:26
192c9f1

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Aug 22:53
88573da

Choose a tag to compare

What's Changed

  • Update NOTICE.txt by @taddyb in #78
  • Feature: Evaluation fixes and example notebooks by @taddyb in #77
  • solve the inconsistency when converting between torch and cupy by @Yalan-Song in #79
  • patch: reformatted code to pass linting by @taddyb in #80

New Contributors

Full Changelog: v0.1.0a2...v0.1.2

v0.1.0a2

29 Jul 02:18
9d2b871

Choose a tag to compare

v0.1.0a2 Pre-release
Pre-release

What's Changed

  • Feat: Pydantic config integration by @taddyb in #72
  • Patch: Speeding up of backprop by @taddyb in #73
  • Forward run script for gauges by @taddyb in #74
  • Patch: solved streamflow dups in list when making combined matrices by @taddyb in #75

Full Changelog: v0.1.0a1...v0.1.0a2

v0.1.0a1

26 Jul 11:58

Choose a tag to compare

v0.1.0a1 Pre-release
Pre-release

What's Changed

  • Added pre-commit hooks by @taddyb in #11
  • added templates by @leoglonz in #14
  • Fix github template organization by @leoglonz in #18
  • Update README.md by @taddyb in #16
  • Evaluation Script by @leoglonz in #15
  • Adding HF notice.txt by @taddyb in #25
  • added IcechunkUSGSReader to replace ZarrUSGSReader by @taddyb in #28
  • Cleanup doc deploy action and mkdoc config/site by @hellkite500 in #31
  • fix: added a new workflow based on the most recent Mkdocs guidance by @taddyb in #34
  • Maintenance: Cleaned up pyproject.toml by @taddyb in #35
  • dHBV hydrofabric v2.2 unit basin support by @taddyb in #29
  • fix: added a plt.close() to the plotting function by @taddyb in #41
  • Local icechunk by @taddyb in #39
  • Refactor adjacency into a python module vs a standalone script by @hellkite500 in #38
  • Patch: Update .gitignore by @taddyb in #44
  • Docs: updates to file structure and general content by @taddyb in #45
  • CI: Took linting from #46 and applied it to it's own PR by @taddyb in #47
  • Zarr groups for Sparse COO matrices containing USGS gauge subsets by @taddyb in #48
  • Fix: speed improvements to adjacency matrix using polars + pyiceberg rather than pandas by @taddyb in #46
  • Tests: Refactoring #49 to work with latest adjacency tests/module by @taddyb in #51
  • Create Summed Q` script to evaluate unit-basin forward prediction performance by @taddyb in #59
  • Solved hatch versioning problem by @taddyb in #60
  • fix: both min and max should be tensors for clamp) by @hellkite500 in #62
  • Package by @hellkite500 in #63
  • Mc refactor by @hellkite500 in #64
  • Upgrade package versions by @taddyb in #67
  • Abstracting icechunk reads into a read_ic() utils function by @taddyb in #68
  • v0.1.0a1: Implementing remaining issues to make an alpha DDR version by @taddyb in #69

New Contributors

Full Changelog: v0.0.0...v0.1.0a1

v0.0.0

26 Jul 11:55
f78a3fc

Choose a tag to compare

v0.0.0 Pre-release
Pre-release

What's Changed

  • topological adjacency matrix creation by @hellkite500 in #1
  • Updates to save matrices to sparse coo format with zarr v3 by @taddyb in #2
  • Finalized Training loop by @taddyb in #3
  • fix: added line to set zone 73 in the config file by @taddyb in #4
  • Feature: Adding a sparse gradient tracker for scipy.sparse.linalg.spsolve_triangular by @taddyb in #5
  • bug: fixed a problem with converting tensors from numpy to cupy by @taddyb in #6

Full Changelog: https://github.com/DeepGroundwater/ddr/commits/v0.0.0