paddle 1.1.6__py3-none-any.whl → 1.1.8__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 CHANGED
@@ -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.6"
7
+ __version__ = "1.1.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: paddle
3
- Version: 1.1.6
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
@@ -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=eR6T9sB-gLERXsWPB_lpTkpx0HI6sge7iMPIYHswvwc,281
1
+ paddle/__init__.py,sha256=i3n4_9L4Wee3M3WfjenMXO7QFMKTSOHQF5qyogttV_o,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.6.dist-info/METADATA,sha256=3eX-tZpOhcmJoMxFF3Ho3q_yx2GqIRalsP5m5uQwMhE,2403
10
- paddle-1.1.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- paddle-1.1.6.dist-info/entry_points.txt,sha256=pDR96GW6ylBZrbFd-tRGthW8qTuYaSLjrEt1LFIEYto,48
12
- paddle-1.1.6.dist-info/licenses/LICENSE,sha256=e6NthgKABUnLRqjuETcBGgsOuA-aJANpNoeXMe9RBso,1071
13
- paddle-1.1.6.dist-info/RECORD,,
9
+ paddle-1.1.8.dist-info/METADATA,sha256=I0JZ43BxKGsW31QvJZVbq71fN65L3u7ZxGwDTdoOAkM,2686
10
+ paddle-1.1.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ paddle-1.1.8.dist-info/entry_points.txt,sha256=pDR96GW6ylBZrbFd-tRGthW8qTuYaSLjrEt1LFIEYto,48
12
+ paddle-1.1.8.dist-info/licenses/LICENSE,sha256=e6NthgKABUnLRqjuETcBGgsOuA-aJANpNoeXMe9RBso,1071
13
+ paddle-1.1.8.dist-info/RECORD,,
File without changes