Releases: pharo-ai/graph-algorithms
Releases · pharo-ai/graph-algorithms
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
v1.2.0
Merge pull request #16 from astares/15-Cleanup-unnecessary-tabs-space…
v1.1.0
Added rawNodes: method
v1.0.0
Updated baseline