Skip to content

Commit 54b44bd

Browse files
chore: release v0.22.0
1 parent 6d80788 commit 54b44bd

File tree

3 files changed

+172
-55
lines changed

3 files changed

+172
-55
lines changed

CHANGELOG.md

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

12129
### 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)