2.0-RC-3
pedro-andrade-inpe
released this
09 Jun 19:00
·
1239 commits
to master
since this release
No backward compatibility:
- Order of arguments in second order function of
forEachNeighbor()
changed from (cell
,neighbor
,weight
) to (neighbor
,weight
,cell
) - Order of arguments in second order function of
forEachConnection()
changed from (agent
,connection
,weight
) to (connection
,weight
,agent
) enableGraphics()
anddisableGraphics()
replaced bysessionInfo().graphics
- In
Layer:fill()
, argumentnodata
was replaced bydummy
- In
Layer:fill()
, argumentdefault
was replaced bymissing
New functionalities:
CellularSpace
has new argumentmissing
Random
numbers from statistical distributionsLayer:fill()
has new strategycount
Project
has new argumentdirectory
to add shape and tif files from given directory automatically- ZeroBrane can now create documentation of data packages directly
- 11 bugs fixed