-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Pull the latest hyriver packages.
- Loading branch information
Taher Chegini
committed
Oct 29, 2024
1 parent
8a1da36
commit 3cdebad
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule pydaymet
updated
4 files
+4 −4 | .pre-commit-config.yaml | |
+10 −0 | HISTORY.rst | |
+1 −0 | pyproject.toml | |
+35 −18 | src/pydaymet/pet.py |
Submodule pygeoutils
updated
9 files
+4 −4 | .pre-commit-config.yaml | |
+12 −0 | HISTORY.rst | |
+5 −0 | README.rst | |
+18 −22 | ci/requirements/environment-dev.yml | |
+1 −0 | pyproject.toml | |
+2 −0 | src/pygeoutils/__init__.py | |
+106 −0 | src/pygeoutils/pygeoutils.py | |
+13 −0 | tests/test_pygeoutils.py | |
+21 −12 | tests/test_smoothing.py |
Submodule pynhd
updated
5 files
+4 −4 | .pre-commit-config.yaml | |
+12 −0 | HISTORY.rst | |
+11 −3 | src/pynhd/core.py | |
+8 −18 | src/pynhd/pynhd.py | |
+3 −4 | tests/test_pynhd.py |