paddle 1.1.6__py3-none-any.whl → 1.1.7__py3-none-any.whl
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/__init__.py +1 -1
- {paddle-1.1.6.dist-info → paddle-1.1.7.dist-info}/METADATA +13 -1
- {paddle-1.1.6.dist-info → paddle-1.1.7.dist-info}/RECORD +6 -6
- {paddle-1.1.6.dist-info → paddle-1.1.7.dist-info}/WHEEL +0 -0
- {paddle-1.1.6.dist-info → paddle-1.1.7.dist-info}/entry_points.txt +0 -0
- {paddle-1.1.6.dist-info → paddle-1.1.7.dist-info}/licenses/LICENSE +0 -0
paddle/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: paddle
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.7
|
|
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
|
|
@@ -23,6 +23,7 @@ Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
|
|
|
23
23
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
24
24
|
Requires-Python: >=3.9
|
|
25
25
|
Requires-Dist: kintera>=1.1.5
|
|
26
|
+
Requires-Dist: scipy
|
|
26
27
|
Requires-Dist: snapy>=0.8.1
|
|
27
28
|
Requires-Dist: torch<=2.7.1,>=2.7.0
|
|
28
29
|
Provides-Extra: dev
|
|
@@ -33,6 +34,13 @@ Description-Content-Type: text/markdown
|
|
|
33
34
|
Python Atmospheric Dynamics: Discovering and Learning about Exoplanets. An open-source, user-friendly python version of canoe.
|
|
34
35
|
|
|
35
36
|
## Install docker and docker-compose plugin
|
|
37
|
+
1. install docker with compose
|
|
38
|
+
```bash
|
|
39
|
+
curl -fsSL https://get.docker.com | sudo sh
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
1. start docker
|
|
43
|
+
sudo systemctl start docker
|
|
36
44
|
|
|
37
45
|
## Test package
|
|
38
46
|
1. Create a python virtual environment
|
|
@@ -96,3 +104,7 @@ pip install pre-commit
|
|
|
96
104
|
```bash
|
|
97
105
|
pre-commit install
|
|
98
106
|
```
|
|
107
|
+
|
|
108
|
+
## Troubleshooting
|
|
109
|
+
1. If you do not have docker compose
|
|
110
|
+
Remove your current docker installation, it could be docker or docker.io
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
paddle/__init__.py,sha256=
|
|
1
|
+
paddle/__init__.py,sha256=0sXyApJNRCDDotSEpUFj3478iulB_JpdN8c6puMFHBM,281
|
|
2
2
|
paddle/crm.py,sha256=HwOLAojR5LBcptqjAC9APEJiWpn8GhxPiAmvvIZ4mTM,1986
|
|
3
3
|
paddle/evolve_kinetics.py,sha256=OWt1-SiLTzaWUCIchwRnBHCjbtcgJIIxrlQ5Lk4iN8c,1541
|
|
4
4
|
paddle/find_init_params.py,sha256=dyRmo-LTwVohbPhSH5LV45jL_XeRmNEcuKPvafBklto,2516
|
|
@@ -6,8 +6,8 @@ paddle/nc2pt.py,sha256=LXR0fnUTaOA_uaDsLU4YqdAVFyycB6SvRq12xWhHhLA,1136
|
|
|
6
6
|
paddle/pt2nc.py,sha256=lLviBm6a2O05RvuPQc8DxV5pGr_VEhlSkrKPV1lQ3yU,3913
|
|
7
7
|
paddle/setup_profile.py,sha256=oJpqPnlq2q1rn_l2flwgbdWwbxbhxx4QOYl4ezWmP-o,8803
|
|
8
8
|
paddle/write_profile.py,sha256=HeBtGaFixGv8DnmJWPiQs-30RsdplSObhMA6ky6eVrg,3908
|
|
9
|
-
paddle-1.1.
|
|
10
|
-
paddle-1.1.
|
|
11
|
-
paddle-1.1.
|
|
12
|
-
paddle-1.1.
|
|
13
|
-
paddle-1.1.
|
|
9
|
+
paddle-1.1.7.dist-info/METADATA,sha256=zi-PFuavHNXea2d7aWZz3_Mx7bL_5KBJ6BUN-Ks10cM,2686
|
|
10
|
+
paddle-1.1.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
11
|
+
paddle-1.1.7.dist-info/entry_points.txt,sha256=pDR96GW6ylBZrbFd-tRGthW8qTuYaSLjrEt1LFIEYto,48
|
|
12
|
+
paddle-1.1.7.dist-info/licenses/LICENSE,sha256=e6NthgKABUnLRqjuETcBGgsOuA-aJANpNoeXMe9RBso,1071
|
|
13
|
+
paddle-1.1.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|