Skip to content

Changes Since Previous Release

Connor Bain edited this page Jul 30, 2021 · 42 revisions

Changes since the release of NetLogo 6.2.0 on December 23, 2020

New Sample Models:

  • River Meanders
  • Robotic Factory
  • Taxi Cab

New Code Examples:

  • palette:
  • palette:
  • palette:

Sample Models

  • Brian's Brain: Rewritten erasing function for NLW compatibility.
  • Crystallization Basic: Fixed issue where world size depended on height rather than width.
  • Kaleidoscope: Promoted from unverified. Updated INTERFACE, INFO, and CODE tabs.
  • Lattice Gas Automaton: Mouse movement moved to a forever button for NLW compatibility.
  • Life: Rewritten erasing function for NLW compatibility.
  • Life Turtle-Based: Rewritten erasing function for NLW compatibility
  • N-Bodies: Rewritten mouse handling routine for NLW compatibility.
  • Planarity: Updated for NLW full compatibility
  • Small Worlds: Fixed bug with clustering coefficient being undefined for single-link.
  • Sunflower Biomorphs: Rewritten mouse handling routine for NLW compatibility
  • Surface Walking 2D: Mouse movement moved to forever button for NLW compatibility.
  • PANDA BEAR Solo: Mouse movement rewritten for NLW compatibility.

Code Examples

  • gis – GIS General Examples: Rewritten to take advantage of new primitives released in gis v1.3.0.

Infrastructure

  • The NetLogo/models repo is now built via GitHub actions rather than a custom build server.

Complete Release Notes

For complete release notes on the Library, please visit the NetLogo release notes page.