Releases: NetLogo/NW-Extension
Releases · NetLogo/NW-Extension
v3.7.6 for NetLogo 6.0.4+
v3.7.5 NW for NetLogo 6.0.4+
Infrastructure: Provide version number (v3.7.5)
v1.0.0-RC3
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
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).
NW Extension v1.0.0-RC1
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 withnw: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 outattrib.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 nownw:biggest-maximal-cliqueS
(#34).- Lists of clusters and cliques now randomized (#23).