Skip to content

Releases: pharo-ai/graph-algorithms

v1.2.7

05 Mar 13:12
c0bd677
Compare
Choose a tag to compare

What's Changed

v1.2.6

23 Nov 08:08
205f4af
Compare
Choose a tag to compare

What's Changed

  • Categorize tests methods in AIGraphAlgorithmTest by @astares in #40

Full Changelog: v1.2.5...v1.2.6

v1.2.5

22 Nov 12:19
8b9f916
Compare
Choose a tag to compare

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

23 Jun 15:08
Compare
Choose a tag to compare

Not loading graph generation packages by default

v1.2.3

22 Jun 16:31
3b3f527
Compare
Choose a tag to compare

Added inspector extension for the fixtures

v1.2.2

24 Mar 12:37
f8c72fc
Compare
Choose a tag to compare

Using a Heap as a data structure for Dijkstra's algorithm .

v1.2.1

24 Feb 15:11
Compare
Choose a tag to compare
Refactor test

v1.2.0

03 Jan 09:13
5be86f6
Compare
Choose a tag to compare
Merge pull request #16 from astares/15-Cleanup-unnecessary-tabs-space…

v1.1.0

17 May 13:52
Compare
Choose a tag to compare
Added rawNodes: method

v1.0.0

06 Dec 13:09
Compare
Choose a tag to compare
Updated baseline