Skip to content

Releases: rxdu/libgraph

v2.0.3

12 Oct 04:51
Compare
Choose a tag to compare

What's Changed

  • Updated CI coverage test configuration
  • Enhancement build in ubuntu24 by @rxdu in #19

Full Changelog: v2.0.2...v2.0.3

v2.0.2

12 Oct 04:50
Compare
Choose a tag to compare

What's Changed

  • cmake: updated pkg name to graph instead of libgraph and use xmotion … by @rxdu in #18

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Jun 02:39
Compare
Choose a tag to compare

Minor changes in CMake configurations for debian packaging

v2.0

24 Jan 14:43
21b007f
Compare
Choose a tag to compare
  • Added dynamic priority queue to replace the old one based on std::priority_queue
  • Cleaned up the implementation of Dijkstra and A* search algorithm, reduced duplicated code
  • A few member variable naming updates for consistency
  • Improved unit tests and code test coverage

v1.0

05 Sep 13:53
Compare
Choose a tag to compare

A usable version but the API could be cleaner.