Skip to content

Commit 05e72dc

Browse files
committed
Table: Bump to 2.0.0
1 parent 15bf707 commit 05e72dc

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

extensions/table-1.3.1.zip

-20.3 KB
Binary file not shown.

extensions/table-2.0.0.zip

237 KB
Binary file not shown.

libraries.conf

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -488,24 +488,25 @@ Although stats can be used to analyze the overall results of a run of a model, i
488488
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/stats-2.1.1.zip"
489489
}
490490
{
491-
name: "Store"
492-
codeName: "store"
493-
shortDescription: "This extension provides primitives for writing and reading string values to and from a keyed, persistent data store with callback-based primitives to match NetLogo Web."
494-
longDescription: """The primary purpose of this extension on NetLogo desktop is to provide compatibility with the NetLogo Web version. This extension provides a unified way for a model to read and write data that persists across model loads in NetLogo desktop or NetLogo Web.
491+
name: "Store"
492+
codeName: "store"
493+
shortDescription: "This extension provides primitives for writing and reading string values to and from a keyed, persistent data store with callback-based primitives to match NetLogo Web."
494+
longDescription: """The primary purpose of this extension on NetLogo desktop is to provide compatibility with the NetLogo Web version. This extension provides a unified way for a model to read and write data that persists across model loads in NetLogo desktop or NetLogo Web.
495495

496496
In NetLogo Web, due to the browser-based runtime environment, persistent storage available between model compiles or page refreshes must be provided in an asynchronous way using web APIs. While NetLogo desktop can simply write and read to files to store data using the built-in file primitives, NetLogo Web has no way to interact with files on a user's computer without user interaction."""
497-
version: "1.0.1"
498-
homepage: "https://github.com/NetLogo/Store-Extension"
499-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/store-1.0.1.zip"
497+
version: "1.0.1"
498+
homepage: "https://github.com/NetLogo/Store-Extension"
499+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/store-1.0.1.zip"
500500
}
501501
{
502502
name: "Table"
503503
codeName: "table"
504504
shortDescription: "Store pairs of values, so you can retrieve the second value by knowing the first one"
505505
longDescription: """Tables are useful when you need to do associate values with other values. For example, you might make a table of words and their definitions. Then you can look up the definition of any word. Here, the words are the "keys". You can easily retrieve the value for any key in the table, but not vice versa."""
506-
version: "1.3.1"
506+
version: "2.0.0"
507507
homepage: "http://ccl.northwestern.edu/netlogo/docs/table.html"
508-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/table-1.3.1.zip"
508+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/table-2.0.0.zip"
509+
minNetLogoVersion: "NetLogo 6.3.0"
509510
}
510511
{
511512
name: "Time"

0 commit comments

Comments
 (0)