graphembed-rs 0.1.0__cp39-cp39-macosx_10_12_x86_64.whl → 0.1.1__cp39-cp39-macosx_10_12_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.
- graphembed_rs/graphembed_rs.cpython-39-darwin.so +0 -0
- {graphembed_rs-0.1.0.dist-info → graphembed_rs-0.1.1.dist-info}/METADATA +3 -3
- graphembed_rs-0.1.1.dist-info/RECORD +8 -0
- graphembed_rs-0.1.0.dist-info/RECORD +0 -8
- {graphembed_rs-0.1.0.dist-info → graphembed_rs-0.1.1.dist-info}/WHEEL +0 -0
- {graphembed_rs-0.1.0.dist-info → graphembed_rs-0.1.1.dist-info}/licenses/LICENSE-MIT +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: graphembed_rs
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
License-File: LICENSE-MIT
|
5
5
|
Summary: Python bindings for the high‑performance Rust graph/network embedding library graphembed
|
6
6
|
Keywords: graph,embedding,hash
|
@@ -57,7 +57,7 @@ pip install graphembed_rs
|
|
57
57
|
git clone https://gitlab.com/Jianshu_Zhao/graphembed
|
58
58
|
cd graphembed
|
59
59
|
pip install maturin
|
60
|
-
### note: for macOS, you need to change the line "features = ["pyo3/extension-module", "intel-mkl-static", "simdeez_f"]" in pyporject.toml to "features = ["pyo3/extension-module","openblas-system","stdsimd"]"
|
60
|
+
### note: for macOS, you need to change the line "features = ["pyo3/extension-module", "intel-mkl-static", "simdeez_f"]" in pyporject.toml to "features = ["pyo3/extension-module","openblas-system","stdsimd"]", you also need to Install OpenBLAS and add to system library path via Homebrew
|
61
61
|
maturin develop --release
|
62
62
|
|
63
63
|
#### Prepare some data
|
@@ -67,7 +67,7 @@ wget https://gitlab.com/-/project/64961144/uploads/4e341383d62d86d1dd66e668e91b2
|
|
67
67
|
```python
|
68
68
|
import os
|
69
69
|
os.environ["RUST_LOG"] = "graphembed=info"
|
70
|
-
import
|
70
|
+
import graphembed_rs as ge
|
71
71
|
help(ge)
|
72
72
|
### HOPE
|
73
73
|
ge.embed_hope_rank("BlogCatalog.txt", target_rank=128, nbiter=4)
|
@@ -0,0 +1,8 @@
|
|
1
|
+
graphembed_rs-0.1.1.dist-info/METADATA,sha256=Y5zTmoF4jz3Bayu4BtaZy5nHPiFl6CQV-buITMGJ6Kw,10972
|
2
|
+
graphembed_rs-0.1.1.dist-info/WHEEL,sha256=wHJF_CEf8iunUCO-5TgAB2fODgLo2kXl2exk1o5PiYU,104
|
3
|
+
graphembed_rs-0.1.1.dist-info/licenses/LICENSE-MIT,sha256=ndZ12D28O4UkfOeoa6HP9E7IKyYG4iH79iQ6WiLs9bc,1077
|
4
|
+
graphembed_rs/__init__.py,sha256=R2D0If_-sN__21LBYNod0CNgVo2dCd2RqM11AStM3X0,135
|
5
|
+
graphembed_rs/__init__.pyi,sha256=3_KBFG4g9akylo32CHlm9bZStcLwxIY2X4si21ilD3w,1626
|
6
|
+
graphembed_rs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
graphembed_rs/graphembed_rs.cpython-39-darwin.so,sha256=whjsrxZSwlifVQdt2b-HLJSmTb1NWkSB5YY7BOSBPos,5525096
|
8
|
+
graphembed_rs-0.1.1.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
graphembed_rs-0.1.0.dist-info/METADATA,sha256=i3R39b6-1qrXlFd_tEQOVf-miAnLfgDy53oUQMkJ59c,10890
|
2
|
-
graphembed_rs-0.1.0.dist-info/WHEEL,sha256=wHJF_CEf8iunUCO-5TgAB2fODgLo2kXl2exk1o5PiYU,104
|
3
|
-
graphembed_rs-0.1.0.dist-info/licenses/LICENSE-MIT,sha256=ndZ12D28O4UkfOeoa6HP9E7IKyYG4iH79iQ6WiLs9bc,1077
|
4
|
-
graphembed_rs/__init__.py,sha256=R2D0If_-sN__21LBYNod0CNgVo2dCd2RqM11AStM3X0,135
|
5
|
-
graphembed_rs/__init__.pyi,sha256=3_KBFG4g9akylo32CHlm9bZStcLwxIY2X4si21ilD3w,1626
|
6
|
-
graphembed_rs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
graphembed_rs/graphembed_rs.cpython-39-darwin.so,sha256=W0HJzY1XcATFhNjiGuh78NYSWGvpPTtGcG_3qL0y3Bk,5340564
|
8
|
-
graphembed_rs-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|