v1.0.0-RC2
Pre-release
Pre-release
Requires NetLogo 5.0.5RC1 or greater.
Changes since RC1:
nw:load-graphml
no longer crashes whenattr.type
is missing in the GraphML file (#83) or when you try to load a graph containing directed links withedgedefault="undirected"
(#96).nw:weak-component-clusters
now interacts properly withnw: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
andnw: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
andnw:turtles-in-reverse-radius
, andnw: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).