@@ -7,6 +7,98 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## ` vortex-metrics ` - [ 0.25.2] ( https://github.com/spiraldb/vortex/releases/tag/vortex-metrics-v0.25.2 ) - 2025-03-03
11
+
12
+ ### Fixed
13
+ - update setup instructions (rye -> uv) ([ #1176 ] ( https://github.com/spiraldb/vortex/pull/1176 ) )
14
+ - fix docs badge in readme ([ #753 ] ( https://github.com/spiraldb/vortex/pull/753 ) )
15
+
16
+ ### Other
17
+ - * (deps)* update all patch updates (patch) ([ #2339 ] ( https://github.com/spiraldb/vortex/pull/2339 ) )
18
+ - * (deps)* update rust crate getrandom to 0.3.0 ([ #2074 ] ( https://github.com/spiraldb/vortex/pull/2074 ) )
19
+ - emit per partition and per file metrics in VortexExec ([ #2431 ] ( https://github.com/spiraldb/vortex/pull/2431 ) )
20
+ - read and coalescing metrics ([ #2413 ] ( https://github.com/spiraldb/vortex/pull/2413 ) )
21
+ - remove unused Decimal dtype in proto/fbs ([ #2156 ] ( https://github.com/spiraldb/vortex/pull/2156 ) )
22
+ - Add bibtex to docs ([ #2094 ] ( https://github.com/spiraldb/vortex/pull/2094 ) )
23
+ - link docs from README ([ #1521 ] ( https://github.com/spiraldb/vortex/pull/1521 ) )
24
+ - deny missing_docs on vortex-dtype ([ #1182 ] ( https://github.com/spiraldb/vortex/pull/1182 ) )
25
+ - very small README.md fixes
26
+ - More README.md improvements ([ #1084 ] ( https://github.com/spiraldb/vortex/pull/1084 ) )
27
+ - Update README.md ([ #1055 ] ( https://github.com/spiraldb/vortex/pull/1055 ) )
28
+ - minor addition to README ([ #1030 ] ( https://github.com/spiraldb/vortex/pull/1030 ) )
29
+ - updated README ([ #876 ] ( https://github.com/spiraldb/vortex/pull/876 ) )
30
+ - release to Test PyPI on each push to version tags ([ #760 ] ( https://github.com/spiraldb/vortex/pull/760 ) )
31
+ - Run ETE benchmarks with MiMalloc and leave a note encouraging its usage ([ #399 ] ( https://github.com/spiraldb/vortex/pull/399 ) )
32
+ - README updates ([ #394 ] ( https://github.com/spiraldb/vortex/pull/394 ) )
33
+ - Download flatc instead of building it from source ([ #374 ] ( https://github.com/spiraldb/vortex/pull/374 ) )
34
+ - Update README.md ([ #337 ] ( https://github.com/spiraldb/vortex/pull/337 ) )
35
+ - IPC Prototype ([ #181 ] ( https://github.com/spiraldb/vortex/pull/181 ) )
36
+ - Add note to readme about git submodules and zig version ([ #176 ] ( https://github.com/spiraldb/vortex/pull/176 ) )
37
+ - acknowledgments ([ #171 ] ( https://github.com/spiraldb/vortex/pull/171 ) )
38
+ - Update README.md ([ #168 ] ( https://github.com/spiraldb/vortex/pull/168 ) )
39
+ - More README updates ([ #140 ] ( https://github.com/spiraldb/vortex/pull/140 ) )
40
+ - Update README.md
41
+ - readme improvements ([ #137 ] ( https://github.com/spiraldb/vortex/pull/137 ) )
42
+ - README ([ #102 ] ( https://github.com/spiraldb/vortex/pull/102 ) )
43
+ - Root project is vortex-array ([ #67 ] ( https://github.com/spiraldb/vortex/pull/67 ) )
44
+ - Add minimal description to readme and fixup cargo metadata ([ #30 ] ( https://github.com/spiraldb/vortex/pull/30 ) )
45
+ - Add Readme
46
+
47
+ ## ` vortex-btrblocks ` - [ 0.25.2] ( https://github.com/spiraldb/vortex/releases/tag/vortex-btrblocks-v0.25.2 ) - 2025-03-03
48
+
49
+ ### Added
50
+ - Refining` Statistics ` , ` StatsSet ` and related functionality ([ #2522 ] ( https://github.com/spiraldb/vortex/pull/2522 ) )
51
+ - is_constant VTable ([ #2476 ] ( https://github.com/spiraldb/vortex/pull/2476 ) )
52
+ - use BtrBlocks compressor in vortex-file strategy ([ #2423 ] ( https://github.com/spiraldb/vortex/pull/2423 ) )
53
+ - btrblocks compressor v0 ([ #2247 ] ( https://github.com/spiraldb/vortex/pull/2247 ) )
54
+
55
+ ### Fixed
56
+ - Avoid overflow when computing FoR's difference of min and max ([ #2549 ] ( https://github.com/spiraldb/vortex/pull/2549 ) )
57
+ - BtrBlocks stats distinct count doesn't ignore last value ([ #2534 ] ( https://github.com/spiraldb/vortex/pull/2534 ) )
58
+ - more robust handling of empty array compression ([ #2520 ] ( https://github.com/spiraldb/vortex/pull/2520 ) )
59
+ - * (btrblocks)* do not attempt BP with current ptype width ([ #2428 ] ( https://github.com/spiraldb/vortex/pull/2428 ) )
60
+ - codspeed build ([ #2422 ] ( https://github.com/spiraldb/vortex/pull/2422 ) )
61
+ - update setup instructions (rye -> uv) ([ #1176 ] ( https://github.com/spiraldb/vortex/pull/1176 ) )
62
+ - fix docs badge in readme ([ #753 ] ( https://github.com/spiraldb/vortex/pull/753 ) )
63
+
64
+ ### Other
65
+ - Remove sampling compressor ([ #2497 ] ( https://github.com/spiraldb/vortex/pull/2497 ) )
66
+ - Some fixes to BtrBlocks compressor ([ #2500 ] ( https://github.com/spiraldb/vortex/pull/2500 ) )
67
+ - Move to the 2024 rust edition ([ #2490 ] ( https://github.com/spiraldb/vortex/pull/2490 ) )
68
+ - Dispatch statistics to compute ([ #2477 ] ( https://github.com/spiraldb/vortex/pull/2477 ) )
69
+ - * (deps)* update rust crate rand to 0.9.0 ([ #2082 ] ( https://github.com/spiraldb/vortex/pull/2082 ) )
70
+ - Array Traits ([ #2463 ] ( https://github.com/spiraldb/vortex/pull/2463 ) )
71
+ - * (deps)* update rust crate getrandom to 0.3.0 ([ #2074 ] ( https://github.com/spiraldb/vortex/pull/2074 ) )
72
+ - divan runs single threaded by default ([ #2450 ] ( https://github.com/spiraldb/vortex/pull/2450 ) )
73
+ - minor datafusion improvement and make all eprintln use proper logging ([ #2438 ] ( https://github.com/spiraldb/vortex/pull/2438 ) )
74
+ - Small one: vortex::array -> vortex::arrays ([ #2426 ] ( https://github.com/spiraldb/vortex/pull/2426 ) )
75
+ - clean up cfg codspeed handling ([ #2424 ] ( https://github.com/spiraldb/vortex/pull/2424 ) )
76
+ - remove unused Decimal dtype in proto/fbs ([ #2156 ] ( https://github.com/spiraldb/vortex/pull/2156 ) )
77
+ - Add bibtex to docs ([ #2094 ] ( https://github.com/spiraldb/vortex/pull/2094 ) )
78
+ - link docs from README ([ #1521 ] ( https://github.com/spiraldb/vortex/pull/1521 ) )
79
+ - deny missing_docs on vortex-dtype ([ #1182 ] ( https://github.com/spiraldb/vortex/pull/1182 ) )
80
+ - very small README.md fixes
81
+ - More README.md improvements ([ #1084 ] ( https://github.com/spiraldb/vortex/pull/1084 ) )
82
+ - Update README.md ([ #1055 ] ( https://github.com/spiraldb/vortex/pull/1055 ) )
83
+ - minor addition to README ([ #1030 ] ( https://github.com/spiraldb/vortex/pull/1030 ) )
84
+ - updated README ([ #876 ] ( https://github.com/spiraldb/vortex/pull/876 ) )
85
+ - release to Test PyPI on each push to version tags ([ #760 ] ( https://github.com/spiraldb/vortex/pull/760 ) )
86
+ - Run ETE benchmarks with MiMalloc and leave a note encouraging its usage ([ #399 ] ( https://github.com/spiraldb/vortex/pull/399 ) )
87
+ - README updates ([ #394 ] ( https://github.com/spiraldb/vortex/pull/394 ) )
88
+ - Download flatc instead of building it from source ([ #374 ] ( https://github.com/spiraldb/vortex/pull/374 ) )
89
+ - Update README.md ([ #337 ] ( https://github.com/spiraldb/vortex/pull/337 ) )
90
+ - IPC Prototype ([ #181 ] ( https://github.com/spiraldb/vortex/pull/181 ) )
91
+ - Add note to readme about git submodules and zig version ([ #176 ] ( https://github.com/spiraldb/vortex/pull/176 ) )
92
+ - acknowledgments ([ #171 ] ( https://github.com/spiraldb/vortex/pull/171 ) )
93
+ - Update README.md ([ #168 ] ( https://github.com/spiraldb/vortex/pull/168 ) )
94
+ - More README updates ([ #140 ] ( https://github.com/spiraldb/vortex/pull/140 ) )
95
+ - Update README.md
96
+ - readme improvements ([ #137 ] ( https://github.com/spiraldb/vortex/pull/137 ) )
97
+ - README ([ #102 ] ( https://github.com/spiraldb/vortex/pull/102 ) )
98
+ - Root project is vortex-array ([ #67 ] ( https://github.com/spiraldb/vortex/pull/67 ) )
99
+ - Add minimal description to readme and fixup cargo metadata ([ #30 ] ( https://github.com/spiraldb/vortex/pull/30 ) )
100
+ - Add Readme
101
+
10
102
## ` vortex-metrics ` - [ 0.25.1] ( https://github.com/spiraldb/vortex/releases/tag/vortex-metrics-v0.25.1 ) - 2025-03-03
11
103
12
104
### Fixed
0 commit comments