PyPartMC 0.0.34__cp310-cp310-win_amd64.whl → 0.0.35__cp310-cp310-win_amd64.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.
- {PyPartMC-0.0.34.dist-info → PyPartMC-0.0.35.dist-info}/METADATA +13 -1
- PyPartMC-0.0.35.dist-info/RECORD +7 -0
- _PyPartMC.cp310-win_amd64.pyd +0 -0
- PyPartMC-0.0.34.dist-info/RECORD +0 -7
- {PyPartMC-0.0.34.dist-info → PyPartMC-0.0.35.dist-info}/LICENSE +0 -0
- {PyPartMC-0.0.34.dist-info → PyPartMC-0.0.35.dist-info}/WHEEL +0 -0
- {PyPartMC-0.0.34.dist-info → PyPartMC-0.0.35.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyPartMC
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.35
|
|
4
4
|
Summary: Python interface to PartMC
|
|
5
5
|
Author: Sylwester Arabas
|
|
6
6
|
Author-email: sarabas@illinois.edu
|
|
@@ -12,6 +12,10 @@ Requires-Python: >=3.7
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: numpy
|
|
15
|
+
Provides-Extra: tests
|
|
16
|
+
Requires-Dist: pytest ; extra == 'tests'
|
|
17
|
+
Requires-Dist: fastcore (!=1.5.8) ; extra == 'tests'
|
|
18
|
+
Requires-Dist: ghapi ; extra == 'tests'
|
|
15
19
|
|
|
16
20
|

|
|
17
21
|
|
|
@@ -43,6 +47,14 @@ The Python API can facilitate using PartMC from other environments - see, e.g.,
|
|
|
43
47
|
import PyPartMC
|
|
44
48
|
```
|
|
45
49
|
|
|
50
|
+
#### Jupyter notebooks with examples
|
|
51
|
+
|
|
52
|
+
- Dry-Wet Particle Size Equilibration with PartMC and PySDM:
|
|
53
|
+
[](https://nbviewer.jupyter.org/github/open-atmos/PyPartMC/blob/main/examples/lognorm_ex.ipynb)
|
|
54
|
+
[](https://colab.research.google.com/github/open-atmos/PyPartMC/blob/main/examples/lognorm_ex.ipynb)
|
|
55
|
+
[](https://mybinder.org/v2/gh/open-atmos/PyPartMC.git/main?urlpath=lab/tree/examples/lognorm_ex.ipynb)
|
|
56
|
+
[](https://mybinder.org/v2/gh/open-atmos/PyPartMC/main?urlpath=voila%2Frender%2Fexamples%2Flognorm_ex.ipynb)
|
|
57
|
+
|
|
46
58
|
## Features
|
|
47
59
|
|
|
48
60
|
- works on Linux, macOS and Windows (compatibility assured with [CI builds](https://github.com/open-atmos/PyPartMC/blob/main/.github/workflows/tests.yml))
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
_PyPartMC.cp310-win_amd64.pyd,sha256=-Lof8cDsRZ6nSkbuFVNuPhcK5znshNIwk81PTx4vAAU,3358734
|
|
2
|
+
PyPartMC/__init__.py,sha256=4GmLQQ2GiVbqsKOk_P7YM7A3KcUVXlPaQIPw8_QdC9A,1418
|
|
3
|
+
PyPartMC-0.0.35.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
4
|
+
PyPartMC-0.0.35.dist-info/METADATA,sha256=nYs6cchXNzLZNmWG-EIeAbiRIW7rS-IH0xAjZOIvhnw,8956
|
|
5
|
+
PyPartMC-0.0.35.dist-info/WHEEL,sha256=jrOhEbqKwvzRFSJcbYXlJCyVkgVdHg4_7__YHrdTUfw,102
|
|
6
|
+
PyPartMC-0.0.35.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
|
|
7
|
+
PyPartMC-0.0.35.dist-info/RECORD,,
|
_PyPartMC.cp310-win_amd64.pyd
CHANGED
|
Binary file
|
PyPartMC-0.0.34.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
_PyPartMC.cp310-win_amd64.pyd,sha256=uq1Ce83TT-9GJtnDLecaqSEPc6kzNNp_gohCeNJVT68,3351566
|
|
2
|
-
PyPartMC/__init__.py,sha256=4GmLQQ2GiVbqsKOk_P7YM7A3KcUVXlPaQIPw8_QdC9A,1418
|
|
3
|
-
PyPartMC-0.0.34.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
4
|
-
PyPartMC-0.0.34.dist-info/METADATA,sha256=Ru6NuPgqAVGsqSkPW9ttuOucn0DfA0SzmMEczjuQM1Y,7956
|
|
5
|
-
PyPartMC-0.0.34.dist-info/WHEEL,sha256=jrOhEbqKwvzRFSJcbYXlJCyVkgVdHg4_7__YHrdTUfw,102
|
|
6
|
-
PyPartMC-0.0.34.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
|
|
7
|
-
PyPartMC-0.0.34.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|