phenolrs 0.5.8__cp311-cp311-macosx_11_0_arm64.whl → 0.5.9__cp311-cp311-macosx_11_0_arm64.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 phenolrs might be problematic. Click here for more details.

phenolrs/__init__.py CHANGED
@@ -1,6 +1,5 @@
1
1
  from .phenolrs import * # noqa: F403
2
2
 
3
-
4
3
  __doc__ = phenolrs.__doc__ # type: ignore[name-defined] # noqa: F405
5
4
  if hasattr(phenolrs, "__all__"): # type: ignore[name-defined] # noqa: F405
6
5
  __all__ = phenolrs.__all__ # type: ignore[name-defined] # noqa: F405
Binary file
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: phenolrs
3
- Version: 0.5.8
3
+ Version: 0.5.9
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -1,15 +1,15 @@
1
- phenolrs-0.5.8.dist-info/METADATA,sha256=Tb6UlfR_DUzduHzWf4T5cuV0pmgukDBr_AJBHM3-7RQ,1705
2
- phenolrs-0.5.8.dist-info/WHEEL,sha256=PFc_C_tut19p2v6re0UEBVj5LRyi3GhsB6laZpudIRY,104
1
+ phenolrs-0.5.9.dist-info/METADATA,sha256=cXKS2tvUtK7gD2wYvsMdwRXEmgRRyvsWTY0irYfWN0g,1705
2
+ phenolrs-0.5.9.dist-info/WHEEL,sha256=2DV2o9nipXplBZmxLqqNlfrUo6FLhLO4K46OySjBPHk,104
3
3
  phenolrs/networkx/typings.py,sha256=Ba2AjDeO58S7Bdng3G_f0OaZJt_mmHinhz2EvPdaVHQ,498
4
4
  phenolrs/networkx/__init__.py,sha256=2SwHyaUx3BYMKbrBUnalXrpTanWxc-pXpqdVBAPhNoo,49
5
5
  phenolrs/networkx/loader.py,sha256=uA_PwFMrpnN7YHz3ZWpnhvreFOiBJYwjOofA9StQ4tw,4909
6
6
  phenolrs/phenolrs.pyi,sha256=xcBlPMZ9VuT6NJtuYR1oZ292Aty9WD5emsXD0bcoGjs,1014
7
- phenolrs/__init__.py,sha256=dhuCqSSZ5g3Wa2-WWKibg48HA4i63HK-oNaBVphno3g,263
7
+ phenolrs/__init__.py,sha256=TdOROaJrn0KqoirSKGruxJ_IRxh6z5nZgNq_Zz6JV5Y,262
8
8
  phenolrs/numpy/typings.py,sha256=wuVPioYcHM9kYiEJCE2Syp-co_xDzIP3kAcphAgdkBM,426
9
9
  phenolrs/numpy/__init__.py,sha256=bNT2IdoGroVPk5Q_MVNbypCJ1M03Wqtk68WO0hlcTho,46
10
10
  phenolrs/numpy/loader.py,sha256=t9xt4zWpoU_RLoqrEMVKCo5Av5sowEO4umv0BYZW738,4089
11
11
  phenolrs/pyg/typings.py,sha256=t666R_TKuYL3TlKYMr6LdzCFYzqTENCcRsh6HcXVFcM,126
12
12
  phenolrs/pyg/__init__.py,sha256=MdVEJXdv2Dj_tC1_zv0FjSHHrgHxcwgWkOdcYAyh08g,44
13
13
  phenolrs/pyg/loader.py,sha256=XFEvbkJjpPs-okdG4ksa-U5VWo0mcw1BOYZvsGE6suE,6159
14
- phenolrs/phenolrs.cpython-311-darwin.so,sha256=eM5yAL4JZGjzf950Cs8TU4qkbOeElLWYpv0nW39lGIc,5018688
15
- phenolrs-0.5.8.dist-info/RECORD,,
14
+ phenolrs/phenolrs.cpython-311-darwin.so,sha256=O3eS2wyM4JQl55HsB7GpSruchgktX9NVvKRkEF5Gtzs,5044800
15
+ phenolrs-0.5.9.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.7.1)
2
+ Generator: maturin (1.8.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_11_0_arm64