diff --git a/extensions/bitmap-1.3.2.zip b/extensions/bitmap-1.3.2.zip new file mode 100644 index 0000000..8a9007b Binary files /dev/null and b/extensions/bitmap-1.3.2.zip differ diff --git a/extensions/gis-1.4.2.zip b/extensions/gis-1.4.2.zip new file mode 100644 index 0000000..e4c25d2 Binary files /dev/null and b/extensions/gis-1.4.2.zip differ diff --git a/extensions/gogo-2.2.0.zip b/extensions/gogo-2.2.0.zip new file mode 100644 index 0000000..22635f3 Binary files /dev/null and b/extensions/gogo-2.2.0.zip differ diff --git a/extensions/ls-2.4.4.zip b/extensions/ls-2.4.4.zip new file mode 100644 index 0000000..49fd025 Binary files /dev/null and b/extensions/ls-2.4.4.zip differ diff --git a/extensions/profiler-1.3.2.zip b/extensions/profiler-1.3.2.zip new file mode 100644 index 0000000..7efdb3f Binary files /dev/null and b/extensions/profiler-1.3.2.zip differ diff --git a/extensions/sound-1.2.2.zip b/extensions/sound-1.2.2.zip new file mode 100644 index 0000000..0ea4dec Binary files /dev/null and b/extensions/sound-1.2.2.zip differ diff --git a/extensions/time-3.1.2.zip b/extensions/time-3.1.2.zip new file mode 100644 index 0000000..6a4b99b Binary files /dev/null and b/extensions/time-3.1.2.zip differ diff --git a/libraries.conf b/libraries.conf index fbe86c1..8476a42 100644 --- a/libraries.conf +++ b/libraries.conf @@ -24,7 +24,7 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that codeName: "bitmap" shortDescription: "Image manipulation and drawing" 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.""" - version: "1.3.1" + version: "1.3.2" homepage: "https://docs.netlogo.org/bitmap.html" } { @@ -102,7 +102,7 @@ It allows you to perform unsupervised density-based clustering of turtles and pa 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. 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.""" - version: "1.4.1" + version: "1.4.2" homepage: "https://docs.netlogo.org/gis.html" } { @@ -110,7 +110,7 @@ The extension supports vector data in the form of ESRI shapefiles. The shapefile codeName: "gogo" shortDescription: "Interact with HID-based GoGo boards" 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.""" - version: "2.1.2" + version: "2.2.0" homepage: "https://docs.netlogo.org/gogo.html" } { @@ -140,7 +140,7 @@ A continuous function optimization problem is one where you are are trying to fi 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. In general, the LevelSpace syntax has been designed to align with existing NetLogo primitives whenever possible.""" - version: "2.4.3" + version: "2.4.4" homepage: "https://docs.netlogo.org/ls.html" } { @@ -235,7 +235,7 @@ If you’d like to know more about matrices and how they can be used, you might Caution: The profiler extension is experimental. It is not yet well tested or user friendly. Nonetheless, we think some users will find it useful.""" - version: "1.3.1" + version: "1.3.2" homepage: "https://docs.netlogo.org/profiler.html" } { @@ -319,7 +319,7 @@ Secondly, it means not having to carry around external files (like CSV or GIS da codeName: "sound" shortDescription: "Play notes and sound files" longDescription: """""" - version: "1.2.1" + version: "1.2.2" homepage: "https://docs.netlogo.org/sound.html" } { @@ -365,7 +365,7 @@ Although stats can be used to analyze the overall results of a run of a model, i 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". 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.""" - version: "3.1.1" + version: "3.1.2" homepage: "https://docs.netlogo.org/time.html" } {