Skip to content

git+pip release

Choose a tag to compare

@SkBlaz SkBlaz released this 28 Oct 19:41
· 377 commits to master since this release
0442e80

🔧 What’s New

Improved performance for large-scale multilayer graphs — faster adjacency matrix construction and community detection.

Refined visualization tools with better layout stability and layer distinction.

Enhanced integration with networkx and igraph — seamless import/export and mixed-format support.

API cleanup and consistency — deprecated functions removed, with clearer naming and improved docstrings.

New examples and tutorials covering heterogeneous node/edge handling and dynamic multilayer models.

🧪 Testing & Compatibility

Verified compatibility with Python 3.9–3.12

Improved test coverage across core modules

Continuous integration setup streamlined