-
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
Apr 25, 2024
1 parent
b2268fa
commit aec9972
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule async-retriever
updated
14 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+10 −0 | HISTORY.rst | |
+1 −1 | README.rst | |
+3 −0 | async_retriever/__init__.py | |
+3 −0 | async_retriever/_utils.py | |
+4 −6 | async_retriever/async_retriever.py | |
+1 −0 | async_retriever/exceptions.py | |
+1 −0 | async_retriever/print_versions.py | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+104 −103 | pyproject.toml | |
+9 −0 | tests/test_async_retriever.py | |
+2 −0 | tests/test_exceptions.py |
Submodule hydrosignatures
updated
9 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+1 −0 | hydrosignatures/__init__.py | |
+1 −0 | hydrosignatures/exceptions.py | |
+4 −6 | hydrosignatures/hydrosignatures.py | |
+1 −0 | hydrosignatures/print_versions.py | |
+1 −0 | noxfile.py | |
+17 −12 | pyproject.toml | |
+2 −1 | tests/test_hydrosignatures.py |
Submodule py3dep
updated
14 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+9 −1 | HISTORY.rst | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | py3dep/__init__.py | |
+1 −0 | py3dep/cli.py | |
+1 −0 | py3dep/exceptions.py | |
+1 −0 | py3dep/print_versions.py | |
+14 −14 | py3dep/py3dep.py | |
+3 −4 | py3dep/utils.py | |
+11 −6 | pyproject.toml | |
+2 −0 | tests/test_exceptions.py | |
+6 −4 | tests/test_py3dep.py |
Submodule pydaymet
updated
14 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | pydaymet/__init__.py | |
+1 −0 | pydaymet/cli.py | |
+1 −0 | pydaymet/core.py | |
+1 −0 | pydaymet/exceptions.py | |
+5 −8 | pydaymet/pet.py | |
+1 −0 | pydaymet/print_versions.py | |
+1 −0 | pydaymet/pydaymet.py | |
+8 −6 | pyproject.toml | |
+2 −0 | tests/test_exceptions.py | |
+3 −0 | tests/test_pydaymet.py |
Submodule pygeohydro
updated
21 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+1 −1 | HISTORY.rst | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | pygeohydro/__init__.py | |
+1 −0 | pygeohydro/exceptions.py | |
+6 −6 | pygeohydro/helpers.py | |
+1 −0 | pygeohydro/nfhl.py | |
+5 −5 | pygeohydro/nlcd.py | |
+14 −8 | pygeohydro/nwis.py | |
+4 −4 | pygeohydro/plot.py | |
+1 −0 | pygeohydro/print_versions.py | |
+8 −7 | pygeohydro/pygeohydro.py | |
+13 −18 | pygeohydro/stnfloodevents.py | |
+1 −0 | pygeohydro/us_abbrs.py | |
+6 −5 | pygeohydro/waterdata.py | |
+1 −0 | pygeohydro/watershed.py | |
+8 −6 | pyproject.toml | |
+2 −0 | tests/test_exceptions.py | |
+4 −1 | tests/test_pygeohydro.py |
Submodule pygeoogc
updated
15 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+3 −3 | HISTORY.rst | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | pygeoogc/__init__.py | |
+1 −0 | pygeoogc/cache_keys.py | |
+1 −0 | pygeoogc/core.py | |
+1 −0 | pygeoogc/exceptions.py | |
+1 −0 | pygeoogc/print_versions.py | |
+2 −4 | pygeoogc/pygeoogc.py | |
+8 −6 | pygeoogc/utils.py | |
+6 −6 | pyproject.toml | |
+2 −0 | tests/test_exceptions.py | |
+3 −0 | tests/test_pygeoogc.py |
Submodule pygeoutils
updated
12 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | pygeoutils/__init__.py | |
+1 −0 | pygeoutils/exceptions.py | |
+1 −0 | pygeoutils/geotools.py | |
+1 −0 | pygeoutils/print_versions.py | |
+3 −4 | pygeoutils/pygeoutils.py | |
+12 −6 | pyproject.toml | |
+2 −0 | tests/test_exceptions.py | |
+3 −0 | tests/test_pygeoutils.py |
Submodule pygridmet
updated
14 files
+2 −2 | .github/workflows/release.yml | |
+3 −2 | .github/workflows/test.yml | |
+20 −26 | .pre-commit-config.yaml | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | pygridmet/__init__.py | |
+5 −12 | pygridmet/cli.py | |
+12 −35 | pygridmet/core.py | |
+1 −0 | pygridmet/exceptions.py | |
+1 −0 | pygridmet/print_versions.py | |
+5 −14 | pygridmet/pygridmet.py | |
+7 −6 | pyproject.toml | |
+2 −0 | tests/test_exceptions.py | |
+4 −3 | tests/test_pygridmet.py |
Submodule pynhd
updated
15 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+12 −0 | HISTORY.rst | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | pynhd/__init__.py | |
+7 −13 | pynhd/core.py | |
+1 −0 | pynhd/exceptions.py | |
+1 −0 | pynhd/network_tools.py | |
+2 −1 | pynhd/nhdplus_derived.py | |
+1 −0 | pynhd/print_versions.py | |
+18 −15 | pynhd/pynhd.py | |
+8 −6 | pyproject.toml | |
+2 −0 | tests/test_exceptions.py | |
+15 −7 | tests/test_pynhd.py |
Submodule pynldas2
updated
11 files
+2 −2 | .github/workflows/release.yml | |
+4 −17 | .pre-commit-config.yaml | |
+2 −0 | conftest.py | |
+1 −0 | noxfile.py | |
+3 −0 | pynldas2/__init__.py | |
+1 −0 | pynldas2/exceptions.py | |
+1 −0 | pynldas2/print_versions.py | |
+5 −4 | pynldas2/pynldas2.py | |
+12 −6 | pyproject.toml | |
+3 −0 | tests/test_exceptions.py | |
+3 −0 | tests/test_pynldas2.py |