Skip to content

Releases: rxdu/libgraph

v3.1.0

21 Dec 14:07

Choose a tag to compare

What's Changed

  • updated codecov.yml by @rxdu in #23
  • [Refactor] Production readiness: thread-safety, performance, and testing by @rxdu in #24

Full Changelog: v3.0.1...v3.1.0

v3.0.1

20 Aug 02:18

Choose a tag to compare

What's Changed

  • Fixed a few release-related issues
    • cpack config
    • updated readme
  • Fixed test coverage stats
    • Enhancement test coverage by @rxdu in #22

Full Changelog: v3.0.0...v3.0.1

v3.0.0

20 Aug 00:11

Choose a tag to compare

What's Changed

  • Enhancement code refactoring by @rxdu in #20
  • fixed code creation date by @rxdu in #21

Full Changelog: v2.0.3...v3.0.0

v2.0.3

12 Oct 04:51

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

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

Choose a tag to compare

Minor changes in CMake configurations for debian packaging

v2.0

24 Jan 14:43
21b007f

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

Choose a tag to compare

A usable version but the API could be cleaner.