Releases: iMoonLab/Hypergraph-DB
Releases · iMoonLab/Hypergraph-DB
v0.1.2 release
Fix bugs of "remove_e()" function, and update readme.
v0.1.1 release
Release Notes for Version 0.1.1
In this release, we have improved the speed of hypergraph construction and querying by 100 times. For example, constructing a hypergraph with 10,000 nodes and performing 40,000 vertex and hyperedge queries took 90 seconds in version 0.1.0, but now it only takes 0.05 seconds in version 0.1.1.
Additionally, we have added more comprehensive tests and introduced dedicated stress tests to ensure the stability and performance of the system under heavy workloads.
v0.1.0 release
The first version of Hypergraph Database.