Releases: iMoonLab/Hypergraph-DB
Releases · iMoonLab/Hypergraph-DB
v0.3.0 release
What's Changed
- fix: update documentation for hypergraph visualization by @yuxizhe in #3
- feat: enhance hypergraph viewer with additional edge properties and dynamic attribute display by @yuxizhe in #4
- feat: enhance hypergraph viewer with hover interactions and integrate custom G6 library by @yuxizhe in #5
- feat: refactor hypergraph viewer for improved hyperedge and color mapping by @yuxizhe in #6
- feat: refactor draw server into an API interface and visualization of both graph and hypergraph on the same plot by @yuxizhe in #7
- feat: enhance kv info display in hypergraph viewer by @yuxizhe in #8
Full Changelog: v0.2.0...v0.3.0
v0.2.0 release
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.