Skip to content

v1.0.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nicolaspayette nicolaspayette released this 28 Oct 21:30

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).