ensmallen icon indicating copy to clipboard operation
ensmallen copied to clipboard

🍇 Ensmallen is the Rust/Python high-performance graph processing submodule of the GRAPE library.

Results 14 ensmallen issues
Sort by recently updated
recently updated
newest added

Hi @LucaCappelletti94, I've been using the centrality measures and shortest paths in ensmallen and it works great! I wanted to ask if there is any interest or plan to add...

[This page](https://github.com/AnacletoLAB/ensmallen): ``` Compiling the wheels See this page to compile the bindings yourself. ``` points users [here](https://github.com/AnacletoLAB/ensmallen/blob/master/bindings/README.md) which points users ``` See this page to compile the bindings yourself....

Attempting to install `ensmallen=0.8.36`, including through `grape`, with `poetry` raises this error: ``` RuntimeError Unable to find installation candidates for ensmallen (0.8.36) at ~/.local/venv/lib/python3.10/site-packages/poetry/installation/chooser.py:105 in choose_for 101│ 102│ links.append(link) 103│...

Hi, just ran into a bug when using the `--sequential` flag in the build script. Essentially, it overwrites the CLI-args with something else (the content of `settings["targets"].items()` and fails later...