PyPartMC 0.9.3__cp311-cp311-win_amd64.whl → 0.9.5__cp311-cp311-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/__init__.py CHANGED
@@ -43,4 +43,8 @@ si = namedtuple("SI", ("m", "cm", "um", "nm", "kg", "g", "s", "K", "Pa", "hPa",
43
43
  with __build_extension_env():
44
44
  import _PyPartMC
45
45
  from _PyPartMC import *
46
- from _PyPartMC import __all__, __version__ # pylint: disable=no-name-in-module
46
+ from _PyPartMC import ( # pylint: disable=no-name-in-module
47
+ __all__,
48
+ __version__,
49
+ __versions_of_build_time_dependencies__,
50
+ )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyPartMC
3
- Version: 0.9.3
3
+ Version: 0.9.5
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
@@ -36,7 +36,7 @@ For a list of talks and other relevant resources, please see [project Wiki](http
36
36
  [![Github Actions Build Status](https://github.com/open-atmos/PyPartMC/workflows/tests+pypi/badge.svg?branch=main)](https://github.com/open-atmos/PyPartMC/actions)
37
37
  [![API docs](https://img.shields.io/badge/API_docs-pdoc3-blue.svg)](https://open-atmos.github.io/PyPartMC/)
38
38
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7662635.svg)](https://doi.org/10.5281/zenodo.7662635)
39
-
39
+ [![PyPI version](https://badge.fury.io/py/PyPartMC.svg)](https://pypi.org/p/PyPartMC)
40
40
 
41
41
  ## TL;DR (try in a Jupyter notebook)
42
42
 
@@ -298,6 +298,13 @@ flowchart TD
298
298
  - Q: Why some of the constructors expect data to be passed as **lists of single-entry dictionaries** instead of multi-element dictionaries?
299
299
  A: This is intentional and related with PartMC relying on the order of elements within spec-file input; while Python dictionaries preserve ordering (insertion order), JSON format does not, and we intend to make these data structures safe to be [de]serialized using JSON.
300
300
 
301
+ - Q: How to check the version of PartMC that PyPartMC was compiled against?
302
+ A: Version numbers of compile-time dependencies of PyPartMC, including PartMC, can be accessed as follows:
303
+ ```Python
304
+ import PyPartMC
305
+ PyPartMC.__versions_of_build_time_dependencies__['PartMC']
306
+ ```
307
+
301
308
  ## Troubleshooting
302
309
 
303
310
  #### Common installation issues
@@ -0,0 +1,7 @@
1
+ _PyPartMC.cp311-win_amd64.pyd,sha256=k1MQt7QoxkJ4A7KAKso7S1Ys-di3XKYXtW7KNmxh5UE,5035520
2
+ PyPartMC/__init__.py,sha256=9V9XyPdk1V71BwkmgBlZFjr7zBvLpxB-pvtBL2mcQ-Y,1496
3
+ PyPartMC-0.9.5.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
4
+ PyPartMC-0.9.5.dist-info/METADATA,sha256=JHnNOJy3Aolkmk_XGqX5FKx2QAVWs-VsS7d918bJsH8,19366
5
+ PyPartMC-0.9.5.dist-info/WHEEL,sha256=ircjsfhzblqgSzO8ow7-0pXK-RVqDqNRGQ8F650AUNM,102
6
+ PyPartMC-0.9.5.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
7
+ PyPartMC-0.9.5.dist-info/RECORD,,
Binary file
@@ -1,7 +0,0 @@
1
- _PyPartMC.cp311-win_amd64.pyd,sha256=XMh-Hsi5_raefEIQwnXD7a60ETnl3xo4YGda3i1FNh4,4985344
2
- PyPartMC/__init__.py,sha256=4GmLQQ2GiVbqsKOk_P7YM7A3KcUVXlPaQIPw8_QdC9A,1418
3
- PyPartMC-0.9.3.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
4
- PyPartMC-0.9.3.dist-info/METADATA,sha256=ltm1vFLxvFCzF7PBnjSHIoUceTAgD-_9Cm_xzy6sZvE,18995
5
- PyPartMC-0.9.3.dist-info/WHEEL,sha256=ircjsfhzblqgSzO8ow7-0pXK-RVqDqNRGQ8F650AUNM,102
6
- PyPartMC-0.9.3.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
7
- PyPartMC-0.9.3.dist-info/RECORD,,