Skip to content

Releases: NetLogo/NW-Extension

v3.7.6 for NetLogo 6.0.4+

04 Apr 16:41
Compare
Choose a tag to compare
Bump version to v3.7.6

v3.7.5 NW for NetLogo 6.0.4+

03 Apr 15:05
Compare
Choose a tag to compare
Infrastructure: Provide version number (v3.7.5)

v1.0.0-RC3

11 Dec 19:46
Compare
Choose a tag to compare
v1.0.0-RC3 Pre-release
Pre-release

Requires NetLogo 5.0.5RC1 or greater.

Changes since RC2:

  • Added nw:version primitive.
  • Added a check for NetLogo version when loading the extension.

v1.0.0-RC2

28 Oct 21:30
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release

Requires NetLogo 5.0.5RC1 or greater.

Changes since RC1:

  • nw:load-graphml no longer crashes when attr.type is missing in the GraphML file (#83) or when you try to load a graph containing directed links with edgedefault="undirected" (#96).
  • nw:weak-component-clusters now interacts properly with nw:set-context (#85) and takes directed links into account (#91)
  • nw:get-context now returns actual agentsets instead of a string, making it possible to use those agentsets to set the context back to a previous one (#89)
  • nw:distance-to, nw:path-to, nw:turtles-on-path-to and nw:turtles-in-radius now follow both undirected links and directed out links (#92)
  • the old set of "in radius" primitives have been replaced by the combination of nw:turtles-in-radius and nw:turtles-in-reverse-radius, and nw:set-context can be used to limit those to directed or undirected links if needed (#94).
  • nw:path-to is now able to randomly select different parallel edges each time it is called (#95).

NW Extension v1.0.0-RC1

14 Aug 18:43
Compare
Choose a tag to compare
Pre-release

This new release is a major update on the last beta (0.0.2). Its use requires NetLogo >= 5.0.5. The most important change is that nw:set-snapshot has been replaced by nw:set-context. The major new feature is the ability to load from GraphML files.

Here is a complete list of changes:

  • Returned shortest paths now properly randomized (#82).
  • nw:generate-random now supports directed graphs (#80).
  • Performance of nw:path-to nw:turtles-on-path-to improved for unweighted graphs (#79).
  • nw:set-snapshot replaced with nw:set-context (#76).
  • Clusterers now report list of agentsets instead of lists of turtles (#75).
  • nw:save-matrix now independent from locale settings (#69).
  • nw:save-graphml now fills out attrib.type (#60).
  • nw:load-graphml added.
  • nw:turtles-in-radius can now handle large values for radius (#42).
  • nw:k-means-clusters removed (#38). (Moved to separate K-Means extension.)
  • nw:biggest-maximal-clique is now nw:biggest-maximal-cliqueS (#34).
  • Lists of clusters and cliques now randomized (#23).