File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Nothing yet
6
+
7
+ ## 2.8.2 - 2025-02-02
8
+
5
9
- Add maven profile for release
6
10
- Remove some more warnings reported by JDK 21.
7
11
[ #42 ] ( https://github.com/tzaeschke/phtree/pull/42 )
8
12
- Removed ` Serializable ` interface from ` PhFilter `
9
13
- Fixed ClassCastException HD tree.
10
14
[ #40 ] ( https://github.com/tzaeschke/phtree/pull/40 )
15
+
16
+ ## 2.8.1 - 2024-06-22
17
+
11
18
- getStats() for empty trees fails. [ #36 ] ( https://github.com/tzaeschke/phtree/pull/36 )
12
19
- Fix some warnings. [ #37 ] ( https://github.com/tzaeschke/phtree/pull/37 )
13
20
- Updated some dependencies. [ #38 ] ( https://github.com/tzaeschke/phtree/pull/38 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ In 2019 and 2020 development was kindly supported by [Improbable](https://improb
31
31
<dependency>
32
32
<groupId>ch.ethz.globis.phtree</groupId>
33
33
<artifactId>phtree</artifactId>
34
- <version>2.8.1 </version>
34
+ <version>2.8.2 </version>
35
35
</dependency>
36
36
```
37
37
@@ -46,6 +46,11 @@ You can create GitHub Issues or contact me on [Discord](https://discord.gg/GNYjy
46
46
47
47
# News
48
48
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
+
49
54
### 2024-06-22
50
55
Release 2.8.1
51
56
- Fixed NPE problem with getStats() on empty tree
Original file line number Diff line number Diff line change 1
1
API
2
2
===
3
+ - Fix wrong error size!!!
3
4
- Change APIs to always use common PhEntryF and PhEntryDistF. -> PhTreeF + PhTreeMultiMapF
4
5
- Compile with Java 17 or 20!!! -> Faster!
5
6
- Remove (kNN).nextKey(), it doesn't help much and behavior is unclear, does it need to clone the returned key?!?!?
You can’t perform that action at this time.
0 commit comments