diff --git a/CHANGELOG.md b/CHANGELOG.md index 855c028..0bda548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ ## Unreleased +- Nothing yet + +## 2.8.2 - 2025-02-02 + - Add maven profile for release - Remove some more warnings reported by JDK 21. [#42](https://github.com/tzaeschke/phtree/pull/42) - Removed `Serializable` interface from `PhFilter` - Fixed ClassCastException HD tree. [#40](https://github.com/tzaeschke/phtree/pull/40) + +## 2.8.1 - 2024-06-22 + - getStats() for empty trees fails. [#36](https://github.com/tzaeschke/phtree/pull/36) - Fix some warnings. [#37](https://github.com/tzaeschke/phtree/pull/37) - Updated some dependencies. [#38](https://github.com/tzaeschke/phtree/pull/38) diff --git a/README.md b/README.md index 843e976..28a09d9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ In 2019 and 2020 development was kindly supported by [Improbable](https://improb ch.ethz.globis.phtree phtree - 2.8.1 + 2.8.2 ``` @@ -46,6 +46,11 @@ You can create GitHub Issues or contact me on [Discord](https://discord.gg/GNYjy # News +### 2025-02-02 +Release 2.8.2 ([CHANGELOG](CHANGELOG.md)) +- Fixed ClassCastException HD tree [#40](https://github.com/tzaeschke/phtree/pull/40) +- Fixed warning and refreshed dependencies; maven changes + ### 2024-06-22 Release 2.8.1 - Fixed NPE problem with getStats() on empty tree diff --git a/TODO.txt b/TODO.txt index dd0cca6..e136d56 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,6 @@ API === +- Fix wrong error size!!! - Change APIs to always use common PhEntryF and PhEntryDistF. -> PhTreeF + PhTreeMultiMapF - Compile with Java 17 or 20!!! -> Faster! - Remove (kNN).nextKey(), it doesn't help much and behavior is unclear, does it need to clone the returned key?!?!?