paddle 1.1.7__tar.gz → 1.1.8__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 (33) hide show
  1. {paddle-1.1.7 → paddle-1.1.8}/.bumpversion.cfg +1 -1
  2. {paddle-1.1.7 → paddle-1.1.8}/.github/workflows/ci.yml +1 -2
  3. {paddle-1.1.7 → paddle-1.1.8}/PKG-INFO +1 -1
  4. {paddle-1.1.7 → paddle-1.1.8}/pyproject.toml +1 -1
  5. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/__init__.py +1 -1
  6. {paddle-1.1.7 → paddle-1.1.8}/.github/workflows/bump-and-tag.yaml +0 -0
  7. {paddle-1.1.7 → paddle-1.1.8}/.github/workflows/cd.yml +0 -0
  8. {paddle-1.1.7 → paddle-1.1.8}/.gitignore +0 -0
  9. {paddle-1.1.7 → paddle-1.1.8}/.pre-commit-config.yaml +0 -0
  10. {paddle-1.1.7 → paddle-1.1.8}/LICENSE +0 -0
  11. {paddle-1.1.7 → paddle-1.1.8}/Makefile +0 -0
  12. {paddle-1.1.7 → paddle-1.1.8}/README.md +0 -0
  13. {paddle-1.1.7 → paddle-1.1.8}/docker/.dockerignore +0 -0
  14. {paddle-1.1.7 → paddle-1.1.8}/docker/Dockerfile +0 -0
  15. {paddle-1.1.7 → paddle-1.1.8}/docker/Dockerfile.cuda +0 -0
  16. {paddle-1.1.7 → paddle-1.1.8}/docker/entrypoint.sh +0 -0
  17. {paddle-1.1.7 → paddle-1.1.8}/docker/nvim/init.lua +0 -0
  18. {paddle-1.1.7 → paddle-1.1.8}/docker/nvim/lua/plugins.lua +0 -0
  19. {paddle-1.1.7 → paddle-1.1.8}/docker/requirements.txt +0 -0
  20. {paddle-1.1.7 → paddle-1.1.8}/docker/scripts/git-done +0 -0
  21. {paddle-1.1.7 → paddle-1.1.8}/docker/scripts/git-send +0 -0
  22. {paddle-1.1.7 → paddle-1.1.8}/docker-compose.override.yaml.tmp +0 -0
  23. {paddle-1.1.7 → paddle-1.1.8}/docker-compose.yaml +0 -0
  24. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/crm.py +0 -0
  25. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/evolve_kinetics.py +0 -0
  26. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/find_init_params.py +0 -0
  27. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/nc2pt.py +0 -0
  28. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/pt2nc.py +0 -0
  29. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/setup_profile.py +0 -0
  30. {paddle-1.1.7 → paddle-1.1.8}/src/paddle/write_profile.py +0 -0
  31. {paddle-1.1.7 → paddle-1.1.8}/tests/.gitignore +0 -0
  32. {paddle-1.1.7 → paddle-1.1.8}/tests/data/saturn1d.yaml +0 -0
  33. {paddle-1.1.7 → paddle-1.1.8}/tests/test_saturn_adiabat.py +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 1.1.7
2
+ current_version = 1.1.8
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -44,8 +44,7 @@ jobs:
44
44
  strategy:
45
45
  fail-fast: true
46
46
  matrix:
47
- #os: [ubuntu-latest, macOS-latest]
48
- os: [ubuntu-latest]
47
+ os: [ubuntu-latest, macOS-latest]
49
48
  steps:
50
49
  - name: Check out code
51
50
  uses: actions/checkout@v4
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: paddle
3
- Version: 1.1.7
3
+ Version: 1.1.8
4
4
  Summary: Python Atmospheric Dynamics: Discovery and Learning about Exoplanets. An open-source, user-friendly python frontend of canoe
5
5
  Project-URL: Homepage, https://github.com/elijah-mullens/paddle
6
6
  Project-URL: Repository, https://github.com/elijah-mullens/paddle
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "paddle"
7
- version = "1.1.7"
7
+ version = "1.1.8"
8
8
  description = "Python Atmospheric Dynamics: Discovery and Learning about Exoplanets. An open-source, user-friendly python frontend of canoe"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -4,4 +4,4 @@ from .find_init_params import find_init_params
4
4
  from .evolve_kinetics import evolve_kinetics
5
5
 
6
6
  __all__ = ["setup_profile", "write_profile", "find_init_params", "evolve_kinetics"]
7
- __version__ = "1.1.7"
7
+ __version__ = "1.1.8"
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
File without changes
File without changes
File without changes
File without changes