We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b6090 commit d3033b3Copy full SHA for d3033b3
README.md
@@ -31,7 +31,7 @@ In 2019 and 2020 development was kindly supported by [Improbable](https://improb
31
<dependency>
32
<groupId>ch.ethz.globis.phtree</groupId>
33
<artifactId>phtree</artifactId>
34
- <version>2.8.0</version>
+ <version>2.8.1</version>
35
</dependency>
36
```
37
@@ -46,6 +46,11 @@ You can create GitHub Issues or contact me on [Discord](https://discord.gg/GNYjy
46
47
# News
48
49
+### 2024-06-22
50
+Release 2.8.1
51
+- Fixed NPE problem with getStats() on empty tree
52
+- Fixed warning and refreshed dependencies
53
+
54
### 2023-07-29
55
Release 2.8.0 (2.7.0 was a dud)
56
- Use MinMaxHeap for kNN in v13, v16 and v16HD.
0 commit comments