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:versionprimitive. - 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-graphmlno longer crashes whenattr.typeis missing in the GraphML file (#83) or when you try to load a graph containing directed links withedgedefault="undirected"(#96).nw:weak-component-clustersnow interacts properly withnw:set-context(#85) and takes directed links into account (#91)nw:get-contextnow 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-toandnw:turtles-in-radiusnow 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-radiusandnw:turtles-in-reverse-radius, andnw:set-contextcan be used to limit those to directed or undirected links if needed (#94). nw:path-tois 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-randomnow supports directed graphs (#80).- Performance of
nw:path-tonw:turtles-on-path-toimproved for unweighted graphs (#79). nw:set-snapshotreplaced withnw:set-context(#76).- Clusterers now report list of agentsets instead of lists of turtles (#75).
nw:save-matrixnow independent from locale settings (#69).nw:save-graphmlnow fills outattrib.type(#60).nw:load-graphmladded.nw:turtles-in-radiuscan now handle large values for radius (#42).nw:k-means-clustersremoved (#38). (Moved to separate K-Means extension.)nw:biggest-maximal-cliqueis nownw:biggest-maximal-cliqueS(#34).- Lists of clusters and cliques now randomized (#23).