Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 2.05 KB

CHANGES.md

File metadata and controls

24 lines (18 loc) · 2.05 KB

Change Log

0.2.0

NEW

0.1.6

NEW
  • This project is now using Gradle instead of Maven and can be built and published to JFrog Artifactory using the Gradle plugin, see c43173b.
  • Added categorization of detected changes to facilitate more user-friendly reading/interpretation, see 6ba3c1e.
  • Added example scripts for running the program using parallel execution (such as for tiles), see cbc57d1.
  • Added handling of empty city models while exporting RTree images, see 5e0494e.
  • Added a statistics bot StatBot, see ea6695a.
  • Added option for mapping only one city model (instead of two), see 29069a6.
  • Added option for mapping only (without matching/editing), see 29069a6.
UPDATE
  • Optimized database memory consumption of very large datasets, see 29069a6.
FIXES
  • Fixed matching values of length elements with respect to error tolerance, seee474001.