paddle 1.1.16__tar.gz → 1.2.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.
Files changed (44) hide show
  1. {paddle-1.1.16 → paddle-1.2.0}/.bumpversion.cfg +1 -1
  2. {paddle-1.1.16 → paddle-1.2.0}/PKG-INFO +2 -3
  3. {paddle-1.1.16 → paddle-1.2.0}/paddle/__init__.py +1 -1
  4. {paddle-1.1.16 → paddle-1.2.0}/pyproject.toml +2 -3
  5. {paddle-1.1.16 → paddle-1.2.0}/.github/workflows/cd.yml +0 -0
  6. {paddle-1.1.16 → paddle-1.2.0}/.github/workflows/ci.yml +0 -0
  7. {paddle-1.1.16 → paddle-1.2.0}/.gitignore +0 -0
  8. {paddle-1.1.16 → paddle-1.2.0}/.pre-commit-config.yaml +0 -0
  9. {paddle-1.1.16 → paddle-1.2.0}/LICENSE +0 -0
  10. {paddle-1.1.16 → paddle-1.2.0}/Makefile +0 -0
  11. {paddle-1.1.16 → paddle-1.2.0}/README.md +0 -0
  12. {paddle-1.1.16 → paddle-1.2.0}/docker/.dockerignore +0 -0
  13. {paddle-1.1.16 → paddle-1.2.0}/docker/Dockerfile +0 -0
  14. {paddle-1.1.16 → paddle-1.2.0}/docker/Dockerfile.cuda +0 -0
  15. {paddle-1.1.16 → paddle-1.2.0}/docker/entrypoint.sh +0 -0
  16. {paddle-1.1.16 → paddle-1.2.0}/docker/nvim/init.lua +0 -0
  17. {paddle-1.1.16 → paddle-1.2.0}/docker/nvim/lua/plugins.lua +0 -0
  18. {paddle-1.1.16 → paddle-1.2.0}/docker/requirements.txt +0 -0
  19. {paddle-1.1.16 → paddle-1.2.0}/docker/scripts/git-done +0 -0
  20. {paddle-1.1.16 → paddle-1.2.0}/docker/scripts/git-send +0 -0
  21. {paddle-1.1.16 → paddle-1.2.0}/docker-compose.override.yaml.tmp +0 -0
  22. {paddle-1.1.16 → paddle-1.2.0}/docker-compose.yaml +0 -0
  23. {paddle-1.1.16 → paddle-1.2.0}/docs/_static/readme-attach.png +0 -0
  24. {paddle-1.1.16 → paddle-1.2.0}/docs/_static/readme-extension.png +0 -0
  25. {paddle-1.1.16 → paddle-1.2.0}/docs/_static/readme-open-folder.png +0 -0
  26. {paddle-1.1.16 → paddle-1.2.0}/docs/_static/temp_paddle.jpg +0 -0
  27. {paddle-1.1.16 → paddle-1.2.0}/docs/content/notebooks/Tutorial-1-SaturnAdiabat.ipynb +0 -0
  28. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/.gitignore +0 -0
  29. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/robert.py +0 -0
  30. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/robert.yaml +0 -0
  31. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/saturn1d.yaml +0 -0
  32. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/shock.py +0 -0
  33. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/shock.yaml +0 -0
  34. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/straka.py +0 -0
  35. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/straka.yaml +0 -0
  36. {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/test_saturn_adiabat.py +0 -0
  37. {paddle-1.1.16 → paddle-1.2.0}/paddle/crm.py +0 -0
  38. {paddle-1.1.16 → paddle-1.2.0}/paddle/evolve_kinetics.py +0 -0
  39. {paddle-1.1.16 → paddle-1.2.0}/paddle/example_save.py +0 -0
  40. {paddle-1.1.16 → paddle-1.2.0}/paddle/find_init_params.py +0 -0
  41. {paddle-1.1.16 → paddle-1.2.0}/paddle/nc2pt.py +0 -0
  42. {paddle-1.1.16 → paddle-1.2.0}/paddle/pt2nc.py +0 -0
  43. {paddle-1.1.16 → paddle-1.2.0}/paddle/setup_profile.py +0 -0
  44. {paddle-1.1.16 → paddle-1.2.0}/paddle/write_profile.py +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 1.1.16
2
+ current_version = 1.2.0
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: paddle
3
- Version: 1.1.16
3
+ Version: 1.2.0
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
@@ -22,9 +22,8 @@ Classifier: Topic :: Scientific/Engineering :: Astronomy
22
22
  Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
23
23
  Classifier: Topic :: Scientific/Engineering :: Physics
24
24
  Requires-Python: >=3.9
25
- Requires-Dist: kintera>=1.1.5
26
25
  Requires-Dist: scipy
27
- Requires-Dist: snapy>=0.8.1
26
+ Requires-Dist: snapy>=1.0.3
28
27
  Requires-Dist: torch<=2.7.1,>=2.7.0
29
28
  Provides-Extra: dev
30
29
  Requires-Dist: pytest>=7; extra == 'dev'
@@ -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.16"
7
+ __version__ = "1.2.0"
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "paddle"
7
- version = "1.1.16"
7
+ version = "1.2.0"
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"
@@ -32,8 +32,7 @@ classifiers = [
32
32
 
33
33
  dependencies = [
34
34
  "torch>=2.7.0,<=2.7.1",
35
- "kintera>=1.1.5",
36
- "snapy>=0.8.1",
35
+ "snapy>=1.0.3",
37
36
  "scipy"
38
37
  ]
39
38
 
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
File without changes
File without changes