Skip to content

Commit 9342cb2

Browse files
chore: release v0.22.0
1 parent a32dcda commit 9342cb2

File tree

3 files changed

+173
-55
lines changed

3 files changed

+173
-55
lines changed

CHANGELOG.md

+118
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,124 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## `vortex-datafusion` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.21.1...vortex-datafusion-v0.22.0) - 2024-12-30
11+
12+
### Other
13+
- Use vortex-buffer over bytes::Bytes ([#1713](https://github.com/spiraldb/vortex/pull/1713))
14+
15+
## `vortex-sampling-compressor` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-sampling-compressor-v0.21.1...vortex-sampling-compressor-v0.22.0) - 2024-12-30
16+
17+
### Added
18+
- re-enable ALP-RD as top-level float compressor (#1725)
19+
- BitPackedCompressor allows signed arrays (#1699)
20+
21+
### Fixed
22+
- sampling compressor overflow with large parameters (#1737)
23+
- BitPackedArray enforces can only be built over non-negative values (#1705)
24+
25+
## `vortex-runend` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-runend-v0.21.1...vortex-runend-v0.22.0) - 2024-12-30
26+
27+
### Added
28+
- add BinaryNumericFn for array arithmetic (#1640)
29+
30+
## `vortex-fsst` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-fsst-v0.21.1...vortex-fsst-v0.22.0) - 2024-12-30
31+
32+
### Other
33+
- Add debug assertions to ComputeFn results ([#1716](https://github.com/spiraldb/vortex/pull/1716))
34+
35+
## `vortex-ipc` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-ipc-v0.21.1...vortex-ipc-v0.22.0) - 2024-12-30
36+
37+
### Other
38+
- Message Codec ([#1692](https://github.com/spiraldb/vortex/pull/1692))
39+
40+
## `vortex-io` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-io-v0.21.1...vortex-io-v0.22.0) - 2024-12-30
41+
42+
### Other
43+
- Use vortex-buffer over bytes::Bytes ([#1713](https://github.com/spiraldb/vortex/pull/1713))
44+
- move IoBuf to vortex-io (#1714)
45+
- Message Codec ([#1692](https://github.com/spiraldb/vortex/pull/1692))
46+
- test for repeated columns in a projection (#1691)
47+
48+
## `vortex-file` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-file-v0.21.1...vortex-file-v0.22.0) - 2024-12-30
49+
50+
### Other
51+
- Use vortex-buffer over bytes::Bytes ([#1713](https://github.com/spiraldb/vortex/pull/1713))
52+
- Message Codec ([#1692](https://github.com/spiraldb/vortex/pull/1692))
53+
- test for repeated columns in a projection (#1691)
54+
55+
## `vortex-dict` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-dict-v0.21.1...vortex-dict-v0.22.0) - 2024-12-30
56+
57+
### Added
58+
- add BinaryNumericFn for array arithmetic (#1640)
59+
60+
## `vortex-fastlanes` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.21.1...vortex-fastlanes-v0.22.0) - 2024-12-30
61+
62+
### Added
63+
- BitPackedCompressor allows signed arrays (#1699)
64+
65+
### Fixed
66+
- BitPackedArray ptype changed by compute funcs (#1724)
67+
- BitPackedArray enforces can only be built over non-negative values (#1705)
68+
69+
### Other
70+
- use PrimitiveArray::patch in bitpacking take (#1690)
71+
72+
## `vortex-scalar` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-scalar-v0.21.1...vortex-scalar-v0.22.0) - 2024-12-30
73+
74+
### Added
75+
- impl subtract for primitive_scalar (#1592)
76+
- add BinaryNumericFn for array arithmetic (#1640)
77+
78+
### Other
79+
- Use vortex-buffer over bytes::Bytes ([#1713](https://github.com/spiraldb/vortex/pull/1713))
80+
- Add debug assertions to ComputeFn results ([#1716](https://github.com/spiraldb/vortex/pull/1716))
81+
- Added a list builder ([#1711](https://github.com/spiraldb/vortex/pull/1711))
82+
83+
## `vortex-flatbuffers` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-flatbuffers-v0.21.1...vortex-flatbuffers-v0.22.0) - 2024-12-30
84+
85+
### Other
86+
- Message Codec ([#1692](https://github.com/spiraldb/vortex/pull/1692))
87+
88+
## `vortex-dtype` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-dtype-v0.21.1...vortex-dtype-v0.22.0) - 2024-12-30
89+
90+
### Added
91+
- add BinaryNumericFn for array arithmetic (#1640)
92+
93+
### Other
94+
- Added a list builder ([#1711](https://github.com/spiraldb/vortex/pull/1711))
95+
96+
## `vortex-buffer` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-buffer-v0.21.1...vortex-buffer-v0.22.0) - 2024-12-30
97+
98+
### Other
99+
- Use vortex-buffer over bytes::Bytes ([#1713](https://github.com/spiraldb/vortex/pull/1713))
100+
- move IoBuf to vortex-io (#1714)
101+
- Message Codec ([#1692](https://github.com/spiraldb/vortex/pull/1692))
102+
103+
## `vortex-array` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-array-v0.21.1...vortex-array-v0.22.0) - 2024-12-30
104+
105+
### Added
106+
- impl subtract for primitive_scalar (#1592)
107+
- add BinaryNumericFn for array arithmetic (#1640)
108+
109+
### Fixed
110+
- BitPackedArray ptype changed by compute funcs (#1724)
111+
- better child names (#1722)
112+
- BitPackedArray enforces can only be built over non-negative values (#1705)
113+
114+
### Other
115+
- Added list to the fuzzer ([#1712](https://github.com/spiraldb/vortex/pull/1712))
116+
- Remove null array usage from list view ([#1728](https://github.com/spiraldb/vortex/pull/1728))
117+
- Remove static from NativePType ([#1731](https://github.com/spiraldb/vortex/pull/1731))
118+
- Rename recordbatch to record_batch ([#1727](https://github.com/spiraldb/vortex/pull/1727))
119+
- Into canonical (for list) should use dtype of elements, not inferred type of elements. ([#1726](https://github.com/spiraldb/vortex/pull/1726))
120+
- Use vortex-buffer over bytes::Bytes ([#1713](https://github.com/spiraldb/vortex/pull/1713))
121+
- Fix builder bugs ([#1718](https://github.com/spiraldb/vortex/pull/1718))
122+
- Named child arrays ([#1710](https://github.com/spiraldb/vortex/pull/1710))
123+
- Add debug assertions to ComputeFn results ([#1716](https://github.com/spiraldb/vortex/pull/1716))
124+
- Added a list builder ([#1711](https://github.com/spiraldb/vortex/pull/1711))
125+
- Message Codec ([#1692](https://github.com/spiraldb/vortex/pull/1692))
126+
- use PrimitiveArray::patch in bitpacking take (#1690)
127+
10128
## `vortex-datafusion` - [0.21.1](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.20.0...vortex-datafusion-v0.21.1) - 2024-12-16
11129

12130
### Added

Cargo.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)