roms-tools 1.0.0__tar.gz → 1.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {roms_tools-1.0.0 → roms_tools-1.1.0}/.github/workflows/pre-commit.yaml +2 -2
- {roms_tools-1.0.0 → roms_tools-1.1.0}/.github/workflows/pypipublish.yaml +7 -6
- {roms_tools-1.0.0 → roms_tools-1.1.0}/.github/workflows/tests.yaml +1 -0
- {roms_tools-1.0.0/roms_tools.egg-info → roms_tools-1.1.0}/PKG-INFO +2 -3
- {roms_tools-1.0.0 → roms_tools-1.1.0}/README.md +1 -2
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/api.rst +0 -8
- roms_tools-1.1.0/docs/grid.ipynb +3652 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/index.rst +0 -1
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/methods.rst +14 -14
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/__init__.py +0 -1
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/_version.py +1 -1
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/boundary_forcing.py +12 -28
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/grid.py +462 -227
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/initial_conditions.py +11 -29
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/mixins.py +6 -16
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/topography.py +44 -13
- roms_tools-1.1.0/roms_tools/setup/vertical_coordinate.py +117 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_boundary_forcing.py +11 -21
- roms_tools-1.1.0/roms_tools/tests/test_grid.py +403 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_initial_conditions.py +18 -43
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_surface_forcing.py +0 -8
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_topography.py +8 -6
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_vertical_coordinate.py +87 -138
- {roms_tools-1.0.0 → roms_tools-1.1.0/roms_tools.egg-info}/PKG-INFO +2 -3
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools.egg-info/SOURCES.txt +0 -1
- roms_tools-1.0.0/docs/grid.ipynb +0 -2924
- roms_tools-1.0.0/docs/vertical_coordinate.ipynb +0 -2688
- roms_tools-1.0.0/roms_tools/setup/vertical_coordinate.py +0 -494
- roms_tools-1.0.0/roms_tools/tests/test_grid.py +0 -226
- {roms_tools-1.0.0 → roms_tools-1.1.0}/.github/workflows/sphinx.yaml +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/.gitignore +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/.pre-commit-config.yaml +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/.readthedocs.yaml +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/LICENSE +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/ci/environment.yml +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/coverage.toml +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/Makefile +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/_templates/autosummary/class.rst +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/boundary_forcing.ipynb +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/conf.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/images/Step1.png +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/images/Step2.png +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/images/Step3.png +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/images/Step4.png +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/initial_conditions.ipynb +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/installation.rst +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/make.bat +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/references.bib +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/references.rst +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/support.rst +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/surface_forcing.ipynb +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/docs/tides.ipynb +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/pyproject.toml +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/__init__.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/datasets.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/download.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/fill.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/plot.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/surface_forcing.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/tides.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/setup/utils.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_datasets.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_tides.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools/tests/test_utils.py +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools.egg-info/dependency_links.txt +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools.egg-info/requires.txt +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/roms_tools.egg-info/top_level.txt +0 -0
- {roms_tools-1.0.0 → roms_tools-1.1.0}/setup.cfg +0 -0
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
git restore -SW .
|
|
39
39
|
python -m build --sdist --wheel .
|
|
40
40
|
|
|
41
|
-
- uses: actions/upload-artifact@
|
|
41
|
+
- uses: actions/upload-artifact@v4
|
|
42
42
|
with:
|
|
43
43
|
name: releases
|
|
44
44
|
path: dist
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
name: Install Python
|
|
52
52
|
with:
|
|
53
53
|
python-version: '3.10'
|
|
54
|
-
- uses: actions/download-artifact@
|
|
54
|
+
- uses: actions/download-artifact@v4
|
|
55
55
|
with:
|
|
56
56
|
name: releases
|
|
57
57
|
path: dist
|
|
@@ -70,14 +70,15 @@ jobs:
|
|
|
70
70
|
needs: test-built-dist
|
|
71
71
|
if: github.event_name == 'release'
|
|
72
72
|
runs-on: ubuntu-latest
|
|
73
|
+
permissions:
|
|
74
|
+
id-token: write
|
|
75
|
+
contents: read
|
|
73
76
|
steps:
|
|
74
|
-
- uses: actions/download-artifact@
|
|
77
|
+
- uses: actions/download-artifact@v4
|
|
75
78
|
with:
|
|
76
79
|
name: releases
|
|
77
80
|
path: dist
|
|
78
81
|
- name: Publish package to PyPI
|
|
79
82
|
uses: pypa/gh-action-pypi-publish@v1.8.10
|
|
80
83
|
with:
|
|
81
|
-
|
|
82
|
-
password: ${{ secrets.PYPI_API_TOKEN }}
|
|
83
|
-
verbose: true
|
|
84
|
+
repository-url: https://upload.pypi.org/legacy/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: roms-tools
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Tools for running and analysing UCLA-ROMS simulations
|
|
5
5
|
Author-email: Nora Loose <nora.loose@gmail.com>, Thomas Nicholas <tom@cworthy.org>
|
|
6
6
|
License: Apache-2
|
|
@@ -31,8 +31,7 @@ Requires-Dist: gcm_filters
|
|
|
31
31
|
Requires-Dist: numba
|
|
32
32
|
|
|
33
33
|
# ROMS-Tools
|
|
34
|
-
|
|
35
|
-
[](https://badge.fury.io/py/roms-tools)
|
|
34
|
+
[](https://pypi.org/project/roms-tools/)
|
|
36
35
|
[](https://codecov.io/gh/CWorthy-ocean/roms-tools)
|
|
37
36
|
[](https://roms-tools.readthedocs.io/en/latest/?badge=latest)
|
|
38
37
|

|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# ROMS-Tools
|
|
2
|
-
|
|
3
|
-
[](https://badge.fury.io/py/roms-tools)
|
|
2
|
+
[](https://pypi.org/project/roms-tools/)
|
|
4
3
|
[](https://codecov.io/gh/CWorthy-ocean/roms-tools)
|
|
5
4
|
[](https://roms-tools.readthedocs.io/en/latest/?badge=latest)
|
|
6
5
|

|