Release v3.0.0
What's Changed
- Added reverseDirectedGraph() function by @Grufoony in #320
- Fix bug in overload of addEdge by @sbaldu in #321
- Bump thomaseizinger/create-pull-request from 1.3.0 to 1.3.1 by @dependabot in #323
- Create windows-cmake.yml by @ZigRazor in #327
- Add tests for cycles in directed graphs by @sbaldu in #325
- Migrate from CMake FetchContent to CMake Package Manager (CPM) by @perhapsmaple in #332
- Edge equality operator is incorrect (#333) by @nrkramer in #326
- introduce tarjan's algorithm (#103) by @suncanghuai in #322
- Reduce warnings from CMake by @nrkramer in #334
- Added changes to save shortest path nodes for Dijkstra shortest path. Modified tests. by @guru2396 in #336
- Bump actions/checkout from 3 to 4 by @dependabot in #343
- close #345 fixed Node move constructor by @AryanGitHub in #346
- [Fix] [Issue 338] Inconsistent id types by @nrkramer in #342
- Caching Adjacency Matrix for faster edge lookup by @guru2396 in #344
- Update README.md by @ZigRazor in #349
- Feature node storage for Graph class by @sbaldu in #347
- Create PaperToTakeIntoConsideration.txt by @ZigRazor in #337
- fixed make install, close #335 by @AryanGitHub in #354
- Update README.md by @ZigRazor in #355
- Feature in/out Edges convenience functions by @sbaldu in #357
- Use cached adjacency matrix in all Graph algorithms by @sbaldu in #358
- Fix construction of weighted Edge in addEdge overload by @sbaldu in #360
- Implement generic addNodes and addEdges by @sbaldu in #363
- Update README.md by @kamari-a in #329
- changing output format of Kosaraju algorithm by @guru2396 in #365
- Implement matrices used in network dynamics by @carlosfrodrigues in #366
- Preparing stable release 3.0.0 by @ZigRazor in #368
New Contributors
- @Grufoony made their first contribution in #320
- @perhapsmaple made their first contribution in #332
- @guru2396 made their first contribution in #336
- @AryanGitHub made their first contribution in #346
- @kamari-a made their first contribution in #329
- @carlosfrodrigues made their first contribution in #366
Full Changelog: v2.0.0...v3.0.0