Skip to content

Commit 262567d

Browse files
ERSUCCTheBizzle
authored andcommitted
All_Bundled: Update for NetLogo 7.0.4
1 parent f946e2a commit 262567d

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

extensions/bitmap-1.3.2.zip

20 KB
Binary file not shown.

extensions/gis-1.4.2.zip

3.89 MB
Binary file not shown.

extensions/gogo-2.2.0.zip

2.28 MB
Binary file not shown.

extensions/ls-2.4.4.zip

2.19 MB
Binary file not shown.

extensions/profiler-1.3.2.zip

15.3 KB
Binary file not shown.

extensions/sound-1.2.2.zip

366 KB
Binary file not shown.

extensions/time-3.1.2.zip

231 KB
Binary file not shown.

libraries.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that
2424
codeName: "bitmap"
2525
shortDescription: "Image manipulation and drawing"
2626
longDescription: """The Bitmap Extension allows you to manipulate and import images into the drawing and patches. It offers features not provided by the NetLogo core primitives, such as: scaling, manipulation of different color channels, and width and height reporters."""
27-
version: "1.3.1"
27+
version: "1.3.2"
2828
homepage: "https://docs.netlogo.org/bitmap.html"
2929
}
3030
{
@@ -102,15 +102,15 @@ It allows you to perform unsupervised density-based clustering of turtles and pa
102102
longDescription: """This extension adds GIS (Geographic Information Systems) support to NetLogo. It provides the ability to load vector GIS data (points, lines, and polygons), and raster GIS data (grids) into your model.
103103

104104
The extension supports vector data in the form of ESRI shapefiles. The shapefile (.shp) format is the most common format for storing and exchanging vector GIS data. The extension supports raster data in the form of ESRI ASCII Grid files. The ASCII grid file (.asc or .grd) is not as common as the shapefile, but is supported as an interchange format by most GIS platforms."""
105-
version: "1.4.1"
105+
version: "1.4.2"
106106
homepage: "https://docs.netlogo.org/gis.html"
107107
}
108108
{
109109
name: "GoGo"
110110
codeName: "gogo"
111111
shortDescription: "Interact with HID-based GoGo boards"
112112
longDescription: """This is the new extension for physical computing, using sensors, motors, etc in NetLogo. It interfaces with GoGo boards running Human Interface Driver (HID) firmware, and it replaces the old GoGo Extension, which used USB-serial communications."""
113-
version: "2.1.2"
113+
version: "2.2.0"
114114
homepage: "https://docs.netlogo.org/gogo.html"
115115
}
116116
{
@@ -140,7 +140,7 @@ A continuous function optimization problem is one where you are are trying to fi
140140
Asking and reporting in LevelSpace is conceptually pretty straight forward: You pass blocks of code to child models, and the child models respond as if you had typed that code into their Command Center. LevelSpace allows you to report strings, numbers, and lists from a child to its parent.
141141

142142
In general, the LevelSpace syntax has been designed to align with existing NetLogo primitives whenever possible."""
143-
version: "2.4.3"
143+
version: "2.4.4"
144144
homepage: "https://docs.netlogo.org/ls.html"
145145
}
146146
{
@@ -235,7 +235,7 @@ If you’d like to know more about matrices and how they can be used, you might
235235
Caution:
236236

237237
The profiler extension is experimental. It is not yet well tested or user friendly. Nonetheless, we think some users will find it useful."""
238-
version: "1.3.1"
238+
version: "1.3.2"
239239
homepage: "https://docs.netlogo.org/profiler.html"
240240
}
241241
{
@@ -319,7 +319,7 @@ Secondly, it means not having to carry around external files (like CSV or GIS da
319319
codeName: "sound"
320320
shortDescription: "Play notes and sound files"
321321
longDescription: """"""
322-
version: "1.2.1"
322+
version: "1.2.2"
323323
homepage: "https://docs.netlogo.org/sound.html"
324324
}
325325
{
@@ -365,7 +365,7 @@ Although stats can be used to analyze the overall results of a run of a model, i
365365
Modelers commonly need to use time series data in NetLogo. The time extension provides convenient primitives for handling time series data. With a single command, you can load an entire time series data set from a text file. The first column in that text file holds dates or datetimes. The remaining columns can be numeric or string values. You then access the data by time and by column heading, akin to saying "get the flow from May 8, 2008".
366366

367367
The time extension enables a different approach to scheduling actions in NetLogo. Traditionally, a NetLogo modeler puts a series of actions or procedure calls into the "go" procedure, which is executed once each tick. Sometimes it is more natural or more efficient to instead say "have agent X execute procedure Y at time Z". This is what discrete event scheduling (also know as "dynamic scheduling") enables. Discrete event simulation has a long history and extensive literature, and this extension makes it much easier to use in NetLogo."""
368-
version: "3.1.1"
368+
version: "3.1.2"
369369
homepage: "https://docs.netlogo.org/time.html"
370370
}
371371
{

0 commit comments

Comments
 (0)