PyPartMC 1.1.4__cp38-cp38-manylinux_2_24_x86_64.whl → 1.2.1__cp38-cp38-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.1.4
3
+ Version: 1.2.1
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
@@ -309,7 +309,7 @@ MOSAIC_HOME=<<PATH_TO_MOSAIC_LIB>> pip install --force-reinstall --no-binary=PyP
309
309
  ```
310
310
 
311
311
  - Q: Why `pip install PyPartMC` triggers compilation on my brand new Apple machine, while it quickly downloads and installs binary packages when executed on older Macs, Windows or Linux?
312
- A: We are not yet providing binary wheels on PyPI for Apple-silicon (arm64) machines. Cross-compilation with gfortran is only supported with experimental unofficial builds [and is tricky](https://github.com/iains/gcc-12-branch/issues/23), while Github Actions ARM64 virtual machines are [costly](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#minute-multipliers).
312
+ A: We are providing binary wheels on PyPI for Apple-silicon (arm64) machines for selected macOS version made available by Github. In case the macOS version you are using is newer, compilation from source is triggered.
313
313
 
314
314
  - Q: Why some of the constructors expect data to be passed as **lists of single-entry dictionaries** instead of multi-element dictionaries?
315
315
  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.
@@ -321,6 +321,9 @@ import PyPartMC
321
321
  PyPartMC.__versions_of_build_time_dependencies__['PartMC']
322
322
  ```
323
323
 
324
+ - Q: Why m4 and perl are required at compile time?
325
+ A: PyPartMC includes parts of netCDF and HDF5 codebases which depend on m4 and perl, respectively, for generating source files before compilation.
326
+
324
327
  ## Troubleshooting
325
328
 
326
329
  #### Common installation issues
@@ -0,0 +1,9 @@
1
+ _PyPartMC.cpython-38-x86_64-linux-gnu.so,sha256=5Sf9MlC8DgMu8RouihbKI2kt6LxvVeVp5RTh9m6OZJo,8818233
2
+ PyPartMC/__init__.py,sha256=no2FkFFPQZIX2cF5iXaDDXGpqv3zOZX9Tdq0-EfxMf8,2183
3
+ PyPartMC-1.2.1.dist-info/WHEEL,sha256=zgSgr3DpfhJweezaXDXKetg0NzUgV2pKLSQuwOlPeDs,112
4
+ PyPartMC-1.2.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
5
+ PyPartMC-1.2.1.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
6
+ PyPartMC-1.2.1.dist-info/RECORD,,
7
+ PyPartMC-1.2.1.dist-info/METADATA,sha256=0gSmM77foJh9PHTGdN-dzMbzLT5a0-RZsh0byZCDdtA,22103
8
+ PyPartMC.libs/libquadmath-0605fa11.so.0.0.0,sha256=i5xERc8gmYq5yeinkZ30D3XByxbJvk5b0ZbqJgY9HSM,259905
9
+ PyPartMC.libs/libgfortran-bbf01bbb.so.3.0.0,sha256=JkSfevfj6UZk7ssP4RA6_0xOmRz3P0A67N5cqwjT-os,1283921
Binary file
@@ -1,9 +0,0 @@
1
- _PyPartMC.cpython-38-x86_64-linux-gnu.so,sha256=Gmb5wInV5fLWxAUVsM4TCIMrQapsc_jILBOrNfX9zsE,3979705
2
- PyPartMC-1.1.4.dist-info/RECORD,,
3
- PyPartMC-1.1.4.dist-info/METADATA,sha256=IIPXZoQgscynV8jCw-Ms6XrCM569WsUVDi-Pu-hxZeo,22101
4
- PyPartMC-1.1.4.dist-info/WHEEL,sha256=zgSgr3DpfhJweezaXDXKetg0NzUgV2pKLSQuwOlPeDs,112
5
- PyPartMC-1.1.4.dist-info/top_level.txt,sha256=PJxy22pTnxcBhqrb6r4AIL32rkxA61gzw7ohlzybgSM,19
6
- PyPartMC-1.1.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
7
- PyPartMC/__init__.py,sha256=no2FkFFPQZIX2cF5iXaDDXGpqv3zOZX9Tdq0-EfxMf8,2183
8
- PyPartMC.libs/libgfortran-bbf01bbb.so.3.0.0,sha256=JkSfevfj6UZk7ssP4RA6_0xOmRz3P0A67N5cqwjT-os,1283921
9
- PyPartMC.libs/libquadmath-0605fa11.so.0.0.0,sha256=i5xERc8gmYq5yeinkZ30D3XByxbJvk5b0ZbqJgY9HSM,259905