roms-tools 1.0.0__tar.gz → 1.0.1__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.
Files changed (65) hide show
  1. {roms_tools-1.0.0 → roms_tools-1.0.1}/.github/workflows/pre-commit.yaml +2 -2
  2. {roms_tools-1.0.0 → roms_tools-1.0.1}/.github/workflows/pypipublish.yaml +7 -6
  3. {roms_tools-1.0.0 → roms_tools-1.0.1}/.github/workflows/tests.yaml +1 -0
  4. {roms_tools-1.0.0/roms_tools.egg-info → roms_tools-1.0.1}/PKG-INFO +1 -1
  5. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/_version.py +1 -1
  6. {roms_tools-1.0.0 → roms_tools-1.0.1/roms_tools.egg-info}/PKG-INFO +1 -1
  7. {roms_tools-1.0.0 → roms_tools-1.0.1}/.github/workflows/sphinx.yaml +0 -0
  8. {roms_tools-1.0.0 → roms_tools-1.0.1}/.gitignore +0 -0
  9. {roms_tools-1.0.0 → roms_tools-1.0.1}/.pre-commit-config.yaml +0 -0
  10. {roms_tools-1.0.0 → roms_tools-1.0.1}/.readthedocs.yaml +0 -0
  11. {roms_tools-1.0.0 → roms_tools-1.0.1}/LICENSE +0 -0
  12. {roms_tools-1.0.0 → roms_tools-1.0.1}/README.md +0 -0
  13. {roms_tools-1.0.0 → roms_tools-1.0.1}/ci/environment.yml +0 -0
  14. {roms_tools-1.0.0 → roms_tools-1.0.1}/coverage.toml +0 -0
  15. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/Makefile +0 -0
  16. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/_templates/autosummary/class.rst +0 -0
  17. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/api.rst +0 -0
  18. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/boundary_forcing.ipynb +0 -0
  19. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/conf.py +0 -0
  20. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/grid.ipynb +0 -0
  21. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/images/Step1.png +0 -0
  22. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/images/Step2.png +0 -0
  23. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/images/Step3.png +0 -0
  24. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/images/Step4.png +0 -0
  25. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/index.rst +0 -0
  26. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/initial_conditions.ipynb +0 -0
  27. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/installation.rst +0 -0
  28. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/make.bat +0 -0
  29. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/methods.rst +0 -0
  30. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/references.bib +0 -0
  31. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/references.rst +0 -0
  32. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/support.rst +0 -0
  33. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/surface_forcing.ipynb +0 -0
  34. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/tides.ipynb +0 -0
  35. {roms_tools-1.0.0 → roms_tools-1.0.1}/docs/vertical_coordinate.ipynb +0 -0
  36. {roms_tools-1.0.0 → roms_tools-1.0.1}/pyproject.toml +0 -0
  37. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/__init__.py +0 -0
  38. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/__init__.py +0 -0
  39. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/boundary_forcing.py +0 -0
  40. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/datasets.py +0 -0
  41. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/download.py +0 -0
  42. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/fill.py +0 -0
  43. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/grid.py +0 -0
  44. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/initial_conditions.py +0 -0
  45. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/mixins.py +0 -0
  46. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/plot.py +0 -0
  47. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/surface_forcing.py +0 -0
  48. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/tides.py +0 -0
  49. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/topography.py +0 -0
  50. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/utils.py +0 -0
  51. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/setup/vertical_coordinate.py +0 -0
  52. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_boundary_forcing.py +0 -0
  53. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_datasets.py +0 -0
  54. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_grid.py +0 -0
  55. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_initial_conditions.py +0 -0
  56. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_surface_forcing.py +0 -0
  57. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_tides.py +0 -0
  58. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_topography.py +0 -0
  59. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_utils.py +0 -0
  60. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools/tests/test_vertical_coordinate.py +0 -0
  61. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools.egg-info/SOURCES.txt +0 -0
  62. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools.egg-info/dependency_links.txt +0 -0
  63. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools.egg-info/requires.txt +0 -0
  64. {roms_tools-1.0.0 → roms_tools-1.0.1}/roms_tools.egg-info/top_level.txt +0 -0
  65. {roms_tools-1.0.0 → roms_tools-1.0.1}/setup.cfg +0 -0
@@ -9,6 +9,6 @@ jobs:
9
9
  pre-commit:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/setup-python@v3
12
+ - uses: actions/checkout@v4
13
+ - uses: actions/setup-python@v4
14
14
  - uses: pre-commit/action@v3.0.1
@@ -38,7 +38,7 @@ jobs:
38
38
  git restore -SW .
39
39
  python -m build --sdist --wheel .
40
40
 
41
- - uses: actions/upload-artifact@v3
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@v3
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@v3
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
- username: "__token__"
82
- password: ${{ secrets.PYPI_API_TOKEN }}
83
- verbose: true
84
+ repository-url: https://upload.pypi.org/legacy/
@@ -28,6 +28,7 @@ jobs:
28
28
  environment-file: ci/environment.yml
29
29
  create-args: |
30
30
  python=${{ matrix.python-version }}
31
+ cache-key: micromamba-${{ matrix.python-version }}-${{ runner.os }} # Add a unique cache key
31
32
 
32
33
  - name: Conda info
33
34
  run: conda info
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: roms-tools
3
- Version: 1.0.0
3
+ Version: 1.0.1
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
@@ -1,2 +1,2 @@
1
1
  # Do not change! Do not track in version control!
2
- __version__ = "1.0.0"
2
+ __version__ = "1.0.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: roms-tools
3
- Version: 1.0.0
3
+ Version: 1.0.1
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes