Commit c519168
committed
Bump version to v0.7.1
Release v0.7.1 with native precision support and architectural improvements:
- Native float32/float64 precision throughout the entire stack
- Eliminated idx2exact complexity for simpler code
- Auto-detection for precision based on dtype and file loading
- Advanced precision control (adaptive epsilon, configurable epsilon)
- Fixed precision validation gaps and query precision issues
Changes:
- pyproject.toml: 0.7.0 → 0.7.1
- __init__.py: 0.7.0 → 0.7.1
- CHANGES.md: Updated release date to 2025-11-09
- README.md: Updated version history to v0.7.11 parent afe19a3 commit c519168
File tree
4 files changed
+4
-4
lines changed- src/python_prtree
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments