Skip to content

Commit 400c0fc

Browse files
authored
post 2.8.2 (#44)
1 parent 4480308 commit 400c0fc

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
## Unreleased
44

5+
- Nothing yet
6+
7+
## 2.8.2 - 2025-02-02
8+
59
- Add maven profile for release
610
- Remove some more warnings reported by JDK 21.
711
[#42](https://github.com/tzaeschke/phtree/pull/42)
812
- Removed `Serializable` interface from `PhFilter`
913
- Fixed ClassCastException HD tree.
1014
[#40](https://github.com/tzaeschke/phtree/pull/40)
15+
16+
## 2.8.1 - 2024-06-22
17+
1118
- getStats() for empty trees fails. [#36](https://github.com/tzaeschke/phtree/pull/36)
1219
- Fix some warnings. [#37](https://github.com/tzaeschke/phtree/pull/37)
1320
- Updated some dependencies. [#38](https://github.com/tzaeschke/phtree/pull/38)

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In 2019 and 2020 development was kindly supported by [Improbable](https://improb
3131
<dependency>
3232
<groupId>ch.ethz.globis.phtree</groupId>
3333
<artifactId>phtree</artifactId>
34-
<version>2.8.1</version>
34+
<version>2.8.2</version>
3535
</dependency>
3636
```
3737

@@ -46,6 +46,11 @@ You can create GitHub Issues or contact me on [Discord](https://discord.gg/GNYjy
4646

4747
# News
4848

49+
### 2025-02-02
50+
Release 2.8.2 ([CHANGELOG](CHANGELOG.md))
51+
- Fixed ClassCastException HD tree [#40](https://github.com/tzaeschke/phtree/pull/40)
52+
- Fixed warning and refreshed dependencies; maven changes
53+
4954
### 2024-06-22
5055
Release 2.8.1
5156
- Fixed NPE problem with getStats() on empty tree

TODO.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
API
22
===
3+
- Fix wrong error size!!!
34
- Change APIs to always use common PhEntryF and PhEntryDistF. -> PhTreeF + PhTreeMultiMapF
45
- Compile with Java 17 or 20!!! -> Faster!
56
- Remove (kNN).nextKey(), it doesn't help much and behavior is unclear, does it need to clone the returned key?!?!?

0 commit comments

Comments
 (0)