PyPartMC 1.0.0__cp310-cp310-manylinux_2_24_x86_64.whl → 1.0.2__cp310-cp310-manylinux_2_24_x86_64.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.

Potentially problematic release.


This version of PyPartMC might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyPartMC
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Python interface to PartMC
5
5
  Author: PyPartMC team (see https://github.com/open-atmos/PyPartMC/graphs/contributors)
6
6
  Author-email: nriemer@illinois.edu
@@ -52,25 +52,29 @@ import PyPartMC
52
52
  ```
53
53
 
54
54
  #### Jupyter notebooks with examples
55
+ Note: clicking the badges below redirects to cloud-computing platforms. The mybinder.org links allow anonymous execution, Google Colab requires logging in with a Google account, ARM JupyerHub requires logging in with an ARM account (and directing Jupyter to a particular notebook within the `examples` folder).
55
56
 
56
57
  - Urban plume scenario demo (as in [PartMC](https://github.com/compdyn/partmc/tree/master/scenarios/1_urban_plume)):
57
58
  [![View notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/PyPartMC/blob/main/examples/particle_simulation.ipynb)
58
59
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/particle_simulation.ipynb)
59
- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/particle_simulation.ipynb)
60
+ [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/particle_simulation.ipynb)
61
+ [![ARM JupyterHub](https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub)](https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath=)
60
62
  - Dry-Wet Particle Size Equilibration with PartMC and PySDM:
61
63
  [![View notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/PyPartMC/blob/main/examples/lognorm_ex.ipynb)
62
64
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/lognorm_ex.ipynb)
63
65
  [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/lognorm_ex.ipynb)
66
+ [![ARM JupyterHub](https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub)](https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath=)
64
67
  [![Voila](https://img.shields.io/static/v1?label=Voil%C3%A0&logo=jupyter&color=teal&message=web+app)](https://mybinder.org/v2/gh/open-atmos/PyPartMC/main?urlpath=voila%2Frender%2Fexamples%2Flognorm_ex.ipynb)
65
68
  - Simulation output processing example (loading from netCDF files using PyPartMC):
66
69
  [![View notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/PyPartMC/blob/main/examples/process_simulation_output.ipynb)
67
70
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/process_simulation_output.ipynb)
68
71
  [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/process_simulation_output.ipynb)
72
+ [![ARM JupyterHub](https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub)](https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath=)
69
73
  - Optical properties calculation using external Python package ([PyMieScatt](https://pymiescatt.readthedocs.io/en/latest/)):
70
74
  [![View notebook](https://img.shields.io/static/v1?label=render%20on&logo=github&color=87ce3e&message=GitHub)](https://github.com/open-atmos/PyPartMC/blob/main/examples/mie_optical.ipynb)
71
75
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/mie_optical.ipynb)
72
76
  [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/mie_optical.ipynb)
73
-
77
+ [![ARM JupyterHub](https://img.shields.io/static/v1?label=launch%20in&logo=jupyter&color=lightblue&message=ARM+JupyterHub)](https://jupyterhub.arm.gov/hub/user-redirect/git-pull?repo=https%3A//github.com/open-atmos/PyPartMC&branch=main&urlPath=)
74
78
 
75
79
  ## Features
76
80
 
@@ -0,0 +1,9 @@
1
+ _PyPartMC.cpython-310-x86_64-linux-gnu.so,sha256=UMuLczCcq3jXsphLD3LiJulhUW3hQA1CNVDmjWm9Vxw,3967185
2
+ PyPartMC/__init__.py,sha256=FHcAH2-Ao4MY6GZPzgD_3UV5BamG8jPRkcdhFjJCWJM,1446
3
+ PyPartMC.libs/libquadmath-0605fa11.so.0.0.0,sha256=i5xERc8gmYq5yeinkZ30D3XByxbJvk5b0ZbqJgY9HSM,259905
4
+ PyPartMC.libs/libgfortran-bbf01bbb.so.3.0.0,sha256=JkSfevfj6UZk7ssP4RA6_0xOmRz3P0A67N5cqwjT-os,1283921
5
+ PyPartMC-1.0.2.dist-info/WHEEL,sha256=ayu90cRHz70GujSTvu_19vagXq6arIeKRriEW8mdwyA,114
6
+ PyPartMC-1.0.2.dist-info/METADATA,sha256=q_xOOqRqoZsiDQCVvLhydG8aPiZo8TthJkwVO53wV-E,20323
7
+ PyPartMC-1.0.2.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
8
+ PyPartMC-1.0.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
9
+ PyPartMC-1.0.2.dist-info/RECORD,,
Binary file
@@ -1,9 +0,0 @@
1
- _PyPartMC.cpython-310-x86_64-linux-gnu.so,sha256=4FeH8nXKjhxHTOBDV8skLqRMss_YiTe12CsHTvfOb0E,3962993
2
- PyPartMC.libs/libquadmath-0605fa11.so.0.0.0,sha256=i5xERc8gmYq5yeinkZ30D3XByxbJvk5b0ZbqJgY9HSM,259905
3
- PyPartMC.libs/libgfortran-bbf01bbb.so.3.0.0,sha256=JkSfevfj6UZk7ssP4RA6_0xOmRz3P0A67N5cqwjT-os,1283921
4
- PyPartMC-1.0.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
5
- PyPartMC-1.0.0.dist-info/METADATA,sha256=1KCfXMqHe29sFc8-byqroTX8FWq51p63-jw7xtwUQaE,19030
6
- PyPartMC-1.0.0.dist-info/RECORD,,
7
- PyPartMC-1.0.0.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
8
- PyPartMC-1.0.0.dist-info/WHEEL,sha256=ayu90cRHz70GujSTvu_19vagXq6arIeKRriEW8mdwyA,114
9
- PyPartMC/__init__.py,sha256=FHcAH2-Ao4MY6GZPzgD_3UV5BamG8jPRkcdhFjJCWJM,1446