Skip to content

2.0-RC-4

Compare
Choose a tag to compare
@pedro-andrade-inpe pedro-andrade-inpe released this 18 Jul 20:11
· 1114 commits to master since this release
  • terralib package was renamed to gis (no backward compatibility)
  • New function UnitTest:assertWarning. UnitTest:assertError() does not accept warnings anymore (no backward compatibility)
  • sessionInfo().time displays the current simulation time
  • CellularSpace:save() with shapefiles runs up to 100x faster now
  • CellularSpace:save() now saves files that do not belong to projects (such as a shapefile directly)
  • Trajectory:save() now saves only the selected cells
  • New functions Agent:emptyNeighbor(), Agent:walkIfEmpty(), Agent:walkToEmpty(), and Utils:forEachAttribute()
  • Packages can now have a config.lua
  • Configuration files for tests can now have a tolerance
  • new example abm-sir in base package
  • FAQ added to the documentation
  • 6 bugs fixed