Skip to content

Releases: TerraME/terrame

2.0.1

21 Aug 02:37
Compare
Choose a tag to compare
  • Portable version for Windows and Mac
  • Fixing a bug

2.0

01 Jul 11:00
0d51e76
Compare
Choose a tag to compare
2.0
  • Binary for Ubuntu 18
  • Stable interface for Project and Layer
  • New strategy median for Layer:fill()

2.0-RC-9

15 Mar 15:43
5dc9be1
Compare
Choose a tag to compare
  • New function Layer:check()
  • Layer:export() now works with WFS
  • Feedback while filling attributes
  • Full support to QGS files (QGIS projects)
  • Layer:fill() operation coverage can now compute areas
  • Windows version compiled with Visual Studio 2017
  • four bugs fixed

2.0-RC-8

01 Oct 11:15
9a2a5be
Compare
Choose a tag to compare
  • TerraME now handles tif files as CellularSpace
  • ZeroBrane integration improved with new tutorials
  • Better error messages
  • New function Layer:drop()
  • All latin characters are now allowed in paths and file names
  • 6 bugs fixed, including an old bug when observed agents die

2.0-RC-7

20 Apr 18:12
15bc6c1
Compare
Choose a tag to compare
  • Updated to TerraLib 5.3.2
  • Data access is now faster
  • Two temporal representations for Layers
  • Layer:split() and Layer:merge() to convert temporal representation
  • 8 bugs fixed
  • New tutorial Multiple Simulations

2.0-RC-6

29 Jan 17:38
675eabf
Compare
Choose a tag to compare
  • New type Profiler to measure simulation time
  • Better integration with ZeroBrane:
    • Simpler configuration of ZeroBrane
    • Tutorials with source code within ZeroBrane
    • Coloured simulation output (errors and warnings)
  • New functions Layer:poligonize() and Utils:equals()
  • New strategy "spread" for Environment:createPlacement()
  • Loading the same CellularSpace several times is now faster
  • Default value for Event:start is now Event:period (no backward compatibility)
  • 11 bugs fixed (one related to random numbers with no backward compatibility)

2.0-RC5

29 Sep 17:56
Compare
Choose a tag to compare
  • TerraME can now read .qgs files
  • New function Layer:box()
  • Agent can now work as class to implement inheritance
  • Random numbers now use Boost library
  • New Random distributions
  • New tutorial Publishing Geospatial Data
  • Event with period zero will execute only once.
  • No backward compatibility:
    • CellularSpace:geometry = true as default
    • Trajectory/Group:rebuild() reviewed
    • Neighborhood cannot add a Cell twice anymore
  • 12 bugs fixed

2.0-RC-4

18 Jul 20:11
Compare
Choose a tag to compare
  • 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

2.0-RC-3

09 Jun 19:00
Compare
Choose a tag to compare

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() and disableGraphics() replaced by sessionInfo().graphics
  • In Layer:fill(), argument nodata was replaced by dummy
  • In Layer:fill(), argument default was replaced by missing

New functionalities:

  • CellularSpace has new argument missing
  • Random numbers from statistical distributions
  • Layer:fill() has new strategy count
  • Project has new argument directory to add shape and tif files from given directory automatically
  • ZeroBrane can now create documentation of data packages directly
  • 11 bugs fixed

2.0-RC-2

09 May 11:32
Compare
Choose a tag to compare
  • PostGIS layers reviewed (no backward compatibility)
  • All documented Layer:fill() operations are now working properly
  • Layer now supports WMS
  • Layer:attributes() now return their types
  • New functions Layer:delete() and Layer:simplify()
  • -sketch now creates initial documentation for Models
  • Small improvements to the HTML documentation
  • 17 bugs fixed