Skip to content

Commit

Permalink
Docs/Infrastructure: Update for 2.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Dec 4, 2023
1 parent e1addb6 commit a26a8d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/beak/session-lite.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEFAULT_REDRAW_DELAY = 1000 / 30
MAX_REDRAW_DELAY = 1000
REDRAW_EXP = 2

NETLOGO_VERSION = '2.10.8'
NETLOGO_VERSION = '2.11.0'

# performance.now gives submillisecond timing, which improves the event loop
# for models with submillisecond go procedures. Unfortunately, iOS Safari
Expand Down
13 changes: 13 additions & 0 deletions app/views/whatsNew.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

<div class="inner-content" style="margin: 0 10%; text-align: justify;">

<h2 id="v2.11.0">December 4th 2023 - v2.11.0</h2>

<p>This release adds compatibility with some <a href="https://ccl.northwestern.edu/netlogo/docs/versions.html#version-640-november-2023">NetLogo 6.4</a> features, including updates to the models library.</p>

<ul>
<li>Support multi-variable assignment with <code>let</code> and <code>set</code>.</li>
<li>Support <a href="https://ccl.northwestern.edu/netlogo/docs/dictionary.html#who-are-not">the new <code>who-are-not</code> reporter</a> for agentset disjunction.</li>
<li>Plot errors messages will correctly include the plot's name.</li>
<li>The CSV extension will correctly parse strings that start with numbers as text.</li>
<li>When a model has code errors, those errors will be displayed first before displaying errors from the plot widgets that may be caused by the code errors.</li>
<li>New FAQ entries have been added about <a href="docs/faq#mouse">best practices for using mouse prims</a> and <a href="docs/faq#repeat-go">looping constructs in NetLogo Web</a>.</li>
</ul>

<h2 id="v2.10.8">October 17th 2023 - v2.10.8</h2>

<p>This release includes a few small improvements and fixes.</p>
Expand Down

0 comments on commit a26a8d5

Please sign in to comment.