Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LS to 2.3.0 #22

Merged
merged 1 commit into from
Nov 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added extensions/ls-2.3.0.zip
Binary file not shown.
19 changes: 15 additions & 4 deletions libraries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,21 @@ 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.2.4"
homepage: "http://ccl.northwestern.edu/netlogo/docs/ls.html"
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/ls-2.2.4.zip"
In general, the LevelSpace syntax has been designed to align with existing NetLogo primitives whenever possible.

Changelog:

v2.3.0:

- Gracefully handle errors in model loading. Fixes NetLogo/LevelSpace#138
- Preserve original file path in compiler error messages
- Disable generator for child models, dramatically speeding up model load times and reducing memory consumption. Fixes NetLogo/LevelSpace#59 and NetLogo/LevelSpace#120.
- Made headless models use normal repaint mechanism, meaning they now work with `display` and repaint significantly less. Fixes NetLogo/LevelSpace#94
- Hidden interactive models now run at full speed. Fixes NetLogo/LevelSpace#125 and NetLogo/LevelSpace#136
"""
version: "2.3.0"
homepage: "http://ccl.northwestern.edu/netlogo/6.1.1/docs/ls.html"
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/ls-2.3.0.zip"
}
{
name: "Matrix"
Expand Down