Skip to content

Releases: iMoonLab/Hypergraph-DB

v0.3.0 release

Choose a tag to compare

@yifanfeng97 yifanfeng97 released this 14 Oct 08:31

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

Choose a tag to compare

@yifanfeng97 yifanfeng97 released this 09 Sep 03:50

What's Changed

  • feat: add hypergraph visualization feature with interactive web interface by @yuxizhe in #1
  • fix: improve graph rendering logic by @yuxizhe in #2

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2 release

Choose a tag to compare

@yifanfeng97 yifanfeng97 released this 22 Dec 09:53

Fix bugs of "remove_e()" function, and update readme.

v0.1.1 release

Choose a tag to compare

@yifanfeng97 yifanfeng97 released this 16 Dec 09:21

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

Choose a tag to compare

@yifanfeng97 yifanfeng97 released this 16 Dec 05:57

The first version of Hypergraph Database.