Skip to content

v2.1.0

Compare
Choose a tag to compare
@tzaeschke tzaeschke released this 12 Aug 11:36
· 25 commits to master since this release

Summary

Added factory methods for all indices, e.g. PointMap.Factory.createKdTree(...).

Changelog

Added

  • API change: Added missing factory methods for STR loaded R-Trees and kD-Tree(IndexConfig). #30
  • API change: Added factory classes for indexes, e.g. PointMap.Factory.createKdTree(). #29

Fixed

  • Fix javadoc regressions. #32
  • Test candidates should counsistently use integers as values. #31
  • Remove erroneous references to GPL 3.0. This library is APL 2.0 only. #27, #28