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.
- {paddle-1.1.16 → paddle-1.2.0}/.bumpversion.cfg +1 -1
- {paddle-1.1.16 → paddle-1.2.0}/PKG-INFO +2 -3
- {paddle-1.1.16 → paddle-1.2.0}/paddle/__init__.py +1 -1
- {paddle-1.1.16 → paddle-1.2.0}/pyproject.toml +2 -3
- {paddle-1.1.16 → paddle-1.2.0}/.github/workflows/cd.yml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/.github/workflows/ci.yml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/.gitignore +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/.pre-commit-config.yaml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/LICENSE +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/Makefile +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/README.md +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/.dockerignore +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/Dockerfile +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/Dockerfile.cuda +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/entrypoint.sh +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/nvim/init.lua +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/nvim/lua/plugins.lua +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/requirements.txt +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/scripts/git-done +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker/scripts/git-send +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker-compose.override.yaml.tmp +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docker-compose.yaml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docs/_static/readme-attach.png +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docs/_static/readme-extension.png +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docs/_static/readme-open-folder.png +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docs/_static/temp_paddle.jpg +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/docs/content/notebooks/Tutorial-1-SaturnAdiabat.ipynb +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/.gitignore +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/robert.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/robert.yaml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/saturn1d.yaml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/shock.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/shock.yaml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/straka.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/straka.yaml +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/example_py_scripts/test_saturn_adiabat.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/crm.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/evolve_kinetics.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/example_save.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/find_init_params.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/nc2pt.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/pt2nc.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/setup_profile.py +0 -0
- {paddle-1.1.16 → paddle-1.2.0}/paddle/write_profile.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: paddle
|
|
3
|
-
Version: 1.
|
|
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.
|
|
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,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "paddle"
|
|
7
|
-
version = "1.
|
|
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
|
-
"
|
|
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
|
|
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
|