@@ -6,6 +6,131 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## ` vortex-zigzag ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-zigzag-v0.12.0...vortex-zigzag-v0.13.0 ) - 2024-10-14
10+
11+ ### Added
12+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
13+
14+ ## ` vortex-runend-bool ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.12.0...vortex-runend-bool-v0.13.0 ) - 2024-10-14
15+
16+ ### Added
17+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
18+
19+ ### Other
20+ - Faster RunEndBool decompression, plus metadata cleanup ([ #981 ] ( https://github.com/spiraldb/vortex/pull/981 ) )
21+
22+ ## ` vortex-runend ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-runend-v0.12.0...vortex-runend-v0.13.0 ) - 2024-10-14
23+
24+ ### Added
25+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
26+
27+ ### Other
28+ - RunEnd ends array max is length of the array ([ #1017 ] ( https://github.com/spiraldb/vortex/pull/1017 ) )
29+ - Clean up runend metadata & stats ([ #1011 ] ( https://github.com/spiraldb/vortex/pull/1011 ) )
30+
31+ ## ` vortex-roaring ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-roaring-v0.12.0...vortex-roaring-v0.13.0 ) - 2024-10-14
32+
33+ ### Added
34+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
35+
36+ ### Fixed
37+ - RoaringInt ` can_compress ` was erroneously always ` None ` ([ #1004 ] ( https://github.com/spiraldb/vortex/pull/1004 ) )
38+
39+ ### Other
40+ - RoaringBool bitmaps needs to manually append trailing false values when canonicalizing ([ #988 ] ( https://github.com/spiraldb/vortex/pull/988 ) )
41+
42+ ## ` vortex-fsst ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-fsst-v0.12.0...vortex-fsst-v0.13.0 ) - 2024-10-14
43+
44+ ### Added
45+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
46+
47+ ## ` vortex-dict ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-dict-v0.12.0...vortex-dict-v0.13.0 ) - 2024-10-14
48+
49+ ### Added
50+ - improved objective function in sampling compressor ([ #1000 ] ( https://github.com/spiraldb/vortex/pull/1000 ) )
51+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
52+
53+ ### Other
54+ - Use foldhash in dict encoding ([ #980 ] ( https://github.com/spiraldb/vortex/pull/980 ) )
55+
56+ ## ` vortex-datetime-parts ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-datetime-parts-v0.12.0...vortex-datetime-parts-v0.13.0 ) - 2024-10-14
57+
58+ ### Added
59+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
60+
61+ ## ` vortex-sampling-compressor ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-sampling-compressor-v0.12.0...vortex-sampling-compressor-v0.13.0 ) - 2024-10-14
62+
63+ ### Added
64+ - add ChunkedCompressor which compresses chunk n+1 like chunk n ([ #996 ] ( https://github.com/spiraldb/vortex/pull/996 ) )
65+ - improved objective function in sampling compressor ([ #1000 ] ( https://github.com/spiraldb/vortex/pull/1000 ) )
66+
67+ ### Fixed
68+ - Vortex (de)compress benchmarks read/write a Layout ([ #1024 ] ( https://github.com/spiraldb/vortex/pull/1024 ) )
69+ - RoaringInt ` can_compress ` was erroneously always ` None ` ([ #1004 ] ( https://github.com/spiraldb/vortex/pull/1004 ) )
70+
71+ ## ` vortex-serde ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-serde-v0.12.0...vortex-serde-v0.13.0 ) - 2024-10-14
72+
73+ ### Added
74+ - improved objective function in sampling compressor ([ #1000 ] ( https://github.com/spiraldb/vortex/pull/1000 ) )
75+
76+ ### Other
77+ - make write logic slightly more simple ([ #1026 ] ( https://github.com/spiraldb/vortex/pull/1026 ) )
78+ - Fix writing of Chunked Struct arrays ([ #1020 ] ( https://github.com/spiraldb/vortex/pull/1020 ) )
79+
80+ ## ` vortex-datafusion ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.12.0...vortex-datafusion-v0.13.0 ) - 2024-10-14
81+
82+ ### Added
83+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
84+
85+ ## ` vortex-bytebool ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-bytebool-v0.12.0...vortex-bytebool-v0.13.0 ) - 2024-10-14
86+
87+ ### Added
88+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
89+
90+ ## ` vortex-fastlanes ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.12.0...vortex-fastlanes-v0.13.0 ) - 2024-10-14
91+
92+ ### Added
93+ - improved objective function in sampling compressor ([ #1000 ] ( https://github.com/spiraldb/vortex/pull/1000 ) )
94+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
95+
96+ ## ` vortex-scalar ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-scalar-v0.12.0...vortex-scalar-v0.13.0 ) - 2024-10-14
97+
98+ ### Added
99+ - introduce ScalarType, the trait for scalar-y Rust types ([ #1008 ] ( https://github.com/spiraldb/vortex/pull/1008 ) )
100+ - proto matches serde: f16 serializes as an unsigned integer ([ #992 ] ( https://github.com/spiraldb/vortex/pull/992 ) )
101+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
102+
103+ ### Fixed
104+ - rely on ScalarValue Display in Scalar Display ([ #978 ] ( https://github.com/spiraldb/vortex/pull/978 ) )
105+ - teach protobuf how to deserialize f16 ([ #991 ] ( https://github.com/spiraldb/vortex/pull/991 ) )
106+
107+ ## ` vortex-dtype ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-dtype-v0.12.0...vortex-dtype-v0.13.0 ) - 2024-10-14
108+
109+ ### Fixed
110+ - RoaringInt ` can_compress ` was erroneously always ` None ` ([ #1004 ] ( https://github.com/spiraldb/vortex/pull/1004 ) )
111+
112+ ## ` vortex-array ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/0.12.0...0.13.0 ) - 2024-10-14
113+
114+ ### Added
115+ - better error message when an array encoding id is unknown ([ #997 ] ( https://github.com/spiraldb/vortex/pull/997 ) )
116+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
117+
118+ ### Fixed
119+ - RoaringInt ` can_compress ` was erroneously always ` None ` ([ #1004 ] ( https://github.com/spiraldb/vortex/pull/1004 ) )
120+ - teach pyvortex all our encodings ([ #998 ] ( https://github.com/spiraldb/vortex/pull/998 ) )
121+ - BitWidthFreq must be u64/usize ([ #974 ] ( https://github.com/spiraldb/vortex/pull/974 ) )
122+
123+ ### Other
124+ - Fix infinite loop in constant array compare ([ #1016 ] ( https://github.com/spiraldb/vortex/pull/1016 ) )
125+ - Slightly nicer unknown encodings error ([ #1002 ] ( https://github.com/spiraldb/vortex/pull/1002 ) )
126+ - Don't clone dtype on PrimitiveArray::cast ([ #972 ] ( https://github.com/spiraldb/vortex/pull/972 ) )
127+
128+ ## ` vortex-alp ` - [ 0.13.0] ( https://github.com/spiraldb/vortex/compare/vortex-alp-v0.12.0...vortex-alp-v0.13.0 ) - 2024-10-14
129+
130+ ### Added
131+ - improved objective function in sampling compressor ([ #1000 ] ( https://github.com/spiraldb/vortex/pull/1000 ) )
132+ - teach * Metadata and ScalarValue to Display ([ #975 ] ( https://github.com/spiraldb/vortex/pull/975 ) )
133+
9134## ` vortex-runend-bool ` - [ 0.12.0] ( https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.11.0...vortex-runend-bool-v0.12.0 ) - 2024-10-03
10135
11136### Added
0 commit comments