* The binary is now compiled with numpy>=2.0, making the package compatible with latest numpy versions
removed
0.1.2
Release on April 19, 2024.
Added
* Windows support
Changed
* Switch from `int_` to `int64` to make the package working on windows (see https://stackoverflow.com/questions/21851985/difference-between-np-int-np-int-int-and-np-int-t-in-cython)
Removed
0.1.1
Released on March 12, 2024.
Added
* changelog file * project urls
Changed
Removed
0.1.0
Released on March 12, 2024.
Added
* First version of the package - Documentation in README - One function: extract_edges with or without adjacency information extraction - For python 3.8+, linux and macos