Skip to content

Commit

Permalink
Doc updates for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Aug 12, 2023
1 parent bf312f7 commit 9da5304
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Nothing yet

## [2.1.0]

### Added
- Added missing factory methods for STR loaded R-Trees and kD-Tree(IndexConfig)
- **API change:** Added missing factory methods for STR loaded R-Trees and kD-Tree(IndexConfig)
[#30](https://github.com/tzaeschke/tinspin-indexes/pull/30)
- Added factory classes for indexes, e.g. `PointMap.Factory.createKdTree()`.
- **API change:** Added factory classes for indexes, e.g. `PointMap.Factory.createKdTree()`.
[#29](https://github.com/tzaeschke/tinspin-indexes/pull/29)

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TinSpin indexes are also available via maven:
<dependency>
<groupId>org.tinspin</groupId>
<artifactId>tinspin-indexes</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
</dependency>
```

Expand All @@ -46,6 +46,7 @@ Note:
## Changelog

See [CHANGELOG](CHANGELOG.md) for details.
- 2.1.0 **API:** Added factory methods for all indexes.
- 2.0.1 Fixed issue with dependencies in generated pom.
- **2.0.0** **Major API rewrite.**
- 1.8.0 Full multimap support; many fixes; rewrote all kNN searches; Java 11.
Expand Down

0 comments on commit 9da5304

Please sign in to comment.