Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Aug 1, 2024
1 parent 098ef57 commit 27e4494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Nothing yet

## [2.1.4 - Unreleased]
## [2.1.4] - 2024-08-01

### Fixed
- Fixed tree corruption after remove() in QT2. [#40](https://github.com/tzaeschke/tinspin-indexes/issues/40)
Expand Down Expand Up @@ -169,7 +169,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added CHANGELOG - [2015-10-11]
- Pushed to v1.3.3-SNAPSHOT - [2015-10-11]

[Unreleased]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-2.1.3...HEAD
[Unreleased]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-2.1.4...HEAD
[2.1.4]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-2.1.3...tinspin-indexes-2.1.4
[2.1.3]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-2.1.2...tinspin-indexes-2.1.3
[2.1.2]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-2.1.1...tinspin-indexes-2.1.2
[2.1.1]: https://github.com/tzaeschke/tinspin-indexes/compare/tinspin-indexes-2.1.0...tinspin-indexes-2.1.1
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.1.3</version>
<version>2.1.4</version>
</dependency>
```

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

See [CHANGELOG](CHANGELOG.md) for details.
- 2.1.4 Fixed precision problems in quadtrees when adding/removing entries.
- 2.1.3 Fixed `remove()` not cleaning up properly and kNN returning deleted entries.
- 2.1.2 Made `create()` method `static` for `IndexConfig`.
- 2.1.1 Added `create()` method for `IndexConfig`.
Expand Down

0 comments on commit 27e4494

Please sign in to comment.