Releases: pharo-ai/graph-algorithms
Releases · pharo-ai/graph-algorithms
v1.2.10
v1.2.9
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- Fix Prim's algorithm implementation and update tests by @Alokzh in #41
- Implemented Depth-First Search (DFS) Algorithm & Added Tests by @Alokzh in #43
- Implemented Floyd Warshall Algorithm & Added Tests by @Alokzh in #45
- Add shortest path algorithm intentded to be used in ABCD algorithm in Druid by @m-demare in #47
- Added Edmonds-Karp Algorithm Implementation by @pankaj-bind in #48
- Fixed inspector by @jordanmontt
- CI fixed and minor changes by @jordanmontt
New Contributors
- @Alokzh made their first contribution in #41
- @m-demare made their first contribution in #47
- @pankaj-bind made their first contribution in #48
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Minor change. Removed newPriorityQueue method from AIDijkstra by @jordanmontt in commit
- Update README by @hernanmd and @jordanmontt
v1.2.6
v1.2.5
What's Changed
- Test added and findNode fixed with O(1) complexity by @virenvarma007 in #31
- Improve topological sorting by @jecisc in #33
- Implementation of Dinic's Algorithm by @dkgoutham in #25
- Cleanup: "AI-Algorithms-Graph" package contains untagged classes by @astares in #36
- Cleanup: AIGraphReducerTest>>#mergedNodesIn: should use isNotNil by @astares in #38
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Not loading graph generation packages by default
v1.2.3
Added inspector extension for the fixtures
v1.2.2
Using a Heap as a data structure for Dijkstra's algorithm .
v1.2.1
Refactor test