PyPartMC 1.3.12__cp310-cp310-win_amd64.whl → 1.3.13__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-1.3.12.dist-info → PyPartMC-1.3.13.dist-info}/METADATA +27 -2
- PyPartMC-1.3.13.dist-info/RECORD +7 -0
- {PyPartMC-1.3.12.dist-info → PyPartMC-1.3.13.dist-info}/WHEEL +1 -1
- _PyPartMC.cp310-win_amd64.pyd +0 -0
- PyPartMC-1.3.12.dist-info/RECORD +0 -7
- {PyPartMC-1.3.12.dist-info → PyPartMC-1.3.13.dist-info}/LICENSE +0 -0
- {PyPartMC-1.3.12.dist-info → PyPartMC-1.3.13.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: PyPartMC
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.13
|
|
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
|
|
@@ -18,6 +18,16 @@ Requires-Dist: pytest-order; extra == "tests"
|
|
|
18
18
|
Requires-Dist: fastcore!=1.5.8; extra == "tests"
|
|
19
19
|
Requires-Dist: ghapi; extra == "tests"
|
|
20
20
|
Requires-Dist: scipy; extra == "tests"
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: author-email
|
|
23
|
+
Dynamic: description
|
|
24
|
+
Dynamic: description-content-type
|
|
25
|
+
Dynamic: license
|
|
26
|
+
Dynamic: project-url
|
|
27
|
+
Dynamic: provides-extra
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: requires-python
|
|
30
|
+
Dynamic: summary
|
|
21
31
|
|
|
22
32
|

|
|
23
33
|
|
|
@@ -25,6 +35,13 @@ Requires-Dist: scipy; extra == "tests"
|
|
|
25
35
|
|
|
26
36
|
PyPartMC is a Python interface to [PartMC](https://lagrange.mechse.illinois.edu/partmc/),
|
|
27
37
|
a particle-resolved Monte-Carlo code for atmospheric aerosol simulation.
|
|
38
|
+
Development of PyPartMC has been intended to remove limitations to the use of Fortran-implemented PartMC.
|
|
39
|
+
PyPartMC facilitates the dissemination of computational research results by streamlining independent execution
|
|
40
|
+
of PartMC simulations (also during peer-review processes).
|
|
41
|
+
Additionally, the ability to easily package examples, simple simulations, and results in a web-based notebook
|
|
42
|
+
allows PyPartMC to support the efforts of many members of the scientific community, including researchers,
|
|
43
|
+
instructors, and students, with nominal software and hardware requirements.
|
|
44
|
+
|
|
28
45
|
PyPartMC is implemented in C++ and it also constitutes a C++ API to the PartMC Fortran internals.
|
|
29
46
|
The Python API can facilitate using PartMC from other environments - see, e.g., Julia and Matlab examples below.
|
|
30
47
|
|
|
@@ -38,8 +55,10 @@ If interested in contributing to PyPartMC, please have a look a the [notes for d
|
|
|
38
55
|
[](https://atmos.illinois.edu/)
|
|
39
56
|
[](https://github.com/open-atmos/PyPartMC/actions)
|
|
40
57
|
[](https://open-atmos.github.io/PyPartMC/)
|
|
58
|
+
[](https://codecov.io/gh/open-atmos/PyPartMC)
|
|
41
59
|
[](https://doi.org/10.5281/zenodo.7662635)
|
|
42
60
|
[](https://pypi.org/p/PyPartMC)
|
|
61
|
+
[](https://www.repostatus.org/#active)
|
|
43
62
|
|
|
44
63
|
## TL;DR (try in a Jupyter notebook)
|
|
45
64
|
|
|
@@ -54,6 +73,12 @@ If interested in contributing to PyPartMC, please have a look a the [notes for d
|
|
|
54
73
|
import PyPartMC
|
|
55
74
|
```
|
|
56
75
|
|
|
76
|
+
Note that, depending on the environment (OS, hardware, Python version), the pip-install invocation
|
|
77
|
+
may either trigger a download of a pre-compiled binary, or trigger compilation of PyPartMC.
|
|
78
|
+
In the latter case, a Fortran compiler and some development tools includiong CMake, m4 and perl
|
|
79
|
+
are required (while all non-Python dependencies are included in the PyPartMC source archive).
|
|
80
|
+
In both cases, all Python dependencies will be resolved by pip.
|
|
81
|
+
|
|
57
82
|
#### Jupyter notebooks with examples
|
|
58
83
|
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).
|
|
59
84
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
_PyPartMC.cp310-win_amd64.pyd,sha256=ZmErblUYkbfszi7L_aEjZDkYIC7amyXZrRETWvPDy9o,9585152
|
|
2
|
+
PyPartMC/__init__.py,sha256=72fDfFXn4xRxfdLGOx8NCml41RxzBitBNZ-sUuvH-x0,2295
|
|
3
|
+
PyPartMC-1.3.13.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
4
|
+
PyPartMC-1.3.13.dist-info/METADATA,sha256=N_3ehnEBJXVh7CEAhaaKWdbULbUM7-UUFNiX23IsWp0,20976
|
|
5
|
+
PyPartMC-1.3.13.dist-info/WHEEL,sha256=rzGfZgUcGeKSgIHGYMuqg4xE4VPHxnaldXH6BG0zjVk,101
|
|
6
|
+
PyPartMC-1.3.13.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
|
|
7
|
+
PyPartMC-1.3.13.dist-info/RECORD,,
|
_PyPartMC.cp310-win_amd64.pyd
CHANGED
|
Binary file
|
PyPartMC-1.3.12.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
_PyPartMC.cp310-win_amd64.pyd,sha256=-xcSzBkUiU5g7wHyhsF-9oEFy_sY3imVgV-qkrQufEo,9585152
|
|
2
|
-
PyPartMC/__init__.py,sha256=72fDfFXn4xRxfdLGOx8NCml41RxzBitBNZ-sUuvH-x0,2295
|
|
3
|
-
PyPartMC-1.3.12.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
4
|
-
PyPartMC-1.3.12.dist-info/METADATA,sha256=4M0rAmXZCI_TgajtpzcOU5rPDiwbUOVkfT6P4kF2NWY,19364
|
|
5
|
-
PyPartMC-1.3.12.dist-info/WHEEL,sha256=tcd-HDpskugT8GYYKyyid0lOlzoZtZdWwcrj5ormtfo,101
|
|
6
|
-
PyPartMC-1.3.12.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
|
|
7
|
-
PyPartMC-1.3.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|