Skip to content

Commit 609e6be

Browse files
chore: release v0.21.2
1 parent fa08a07 commit 609e6be

File tree

3 files changed

+106
-55
lines changed

3 files changed

+106
-55
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## `vortex-runend` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-runend-v0.21.1...vortex-runend-v0.22.0) - 2024-12-17
11+
12+
### Added
13+
- add BinaryNumericFn for array arithmetic (#1640)
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-17
16+
17+
### Added
18+
- BitPackedCompressor allows signed arrays (#1699)
19+
20+
## `vortex-io` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-io-v0.21.1...vortex-io-v0.22.0) - 2024-12-17
21+
22+
### Other
23+
- test for repeated columns in a projection (#1691)
24+
25+
## `vortex-file` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-file-v0.21.1...vortex-file-v0.22.0) - 2024-12-17
26+
27+
### Other
28+
- test for repeated columns in a projection (#1691)
29+
30+
## `vortex-dict` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-dict-v0.21.1...vortex-dict-v0.22.0) - 2024-12-17
31+
32+
### Added
33+
- add BinaryNumericFn for array arithmetic (#1640)
34+
35+
## `vortex-fastlanes` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.21.1...vortex-fastlanes-v0.22.0) - 2024-12-17
36+
37+
### Added
38+
- BitPackedCompressor allows signed arrays (#1699)
39+
40+
### Other
41+
- use PrimitiveArray::patch in bitpacking take (#1690)
42+
43+
## `vortex-scalar` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-scalar-v0.21.1...vortex-scalar-v0.22.0) - 2024-12-17
44+
45+
### Added
46+
- add BinaryNumericFn for array arithmetic (#1640)
47+
48+
## `vortex-dtype` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-dtype-v0.21.1...vortex-dtype-v0.22.0) - 2024-12-17
49+
50+
### Added
51+
- add BinaryNumericFn for array arithmetic (#1640)
52+
53+
## `vortex-array` - [0.22.0](https://github.com/spiraldb/vortex/compare/vortex-array-v0.21.1...vortex-array-v0.22.0) - 2024-12-17
54+
55+
### Added
56+
- add BinaryNumericFn for array arithmetic (#1640)
57+
58+
### Other
59+
- use PrimitiveArray::patch in bitpacking take (#1690)
60+
1061
## `vortex-datafusion` - [0.21.1](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.20.0...vortex-datafusion-v0.21.1) - 2024-12-16
1162

1263
### Added

Cargo.lock

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

Cargo.toml

+26-26
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
resolver = "2"
2525

2626
[workspace.package]
27-
version = "0.21.1"
27+
version = "0.22.0"
2828
homepage = "https://github.com/spiraldb/vortex"
2929
repository = "https://github.com/spiraldb/vortex"
3030
authors = ["Vortex Authors <[email protected]>"]
@@ -130,31 +130,31 @@ uuid = "1.8.0"
130130
wasm-bindgen-futures = "0.4"
131131

132132
# BEGIN crates published by this project
133-
vortex = { version = "0.21.1", path = "./vortex" }
134-
vortex-alp = { version = "0.21.1", path = "./encodings/alp" }
135-
vortex-array = { version = "0.21.1", path = "./vortex-array" }
136-
vortex-buffer = { version = "0.21.1", path = "./vortex-buffer" }
137-
vortex-bytebool = { version = "0.21.1", path = "./encodings/bytebool" }
138-
vortex-datafusion = { version = "0.21.1", path = "./vortex-datafusion" }
139-
vortex-datetime-dtype = { version = "0.21.1", path = "./vortex-datetime-dtype" }
140-
vortex-datetime-parts = { version = "0.21.1", path = "./encodings/datetime-parts" }
141-
vortex-dict = { version = "0.21.1", path = "./encodings/dict" }
142-
vortex-dtype = { version = "0.21.1", path = "./vortex-dtype", default-features = false }
143-
vortex-error = { version = "0.21.1", path = "./vortex-error" }
144-
vortex-expr = { version = "0.21.1", path = "./vortex-expr" }
145-
vortex-fastlanes = { version = "0.21.1", path = "./encodings/fastlanes" }
146-
vortex-file = { version = "0.21.1", path = "./vortex-file", default-features = false }
147-
vortex-flatbuffers = { version = "0.21.1", path = "./vortex-flatbuffers" }
148-
vortex-fsst = { version = "0.21.1", path = "./encodings/fsst" }
149-
vortex-io = { version = "0.21.1", path = "./vortex-io" }
150-
vortex-ipc = { version = "0.21.1", path = "./vortex-ipc" }
151-
vortex-proto = { version = "0.21.1", path = "./vortex-proto" }
152-
vortex-roaring = { version = "0.21.1", path = "./encodings/roaring" }
153-
vortex-runend = { version = "0.21.1", path = "./encodings/runend" }
154-
vortex-runend-bool = { version = "0.21.1", path = "./encodings/runend-bool" }
155-
vortex-scalar = { version = "0.21.1", path = "./vortex-scalar", default-features = false }
156-
vortex-sampling-compressor = { version = "0.21.1", path = "./vortex-sampling-compressor" }
157-
vortex-zigzag = { version = "0.21.1", path = "./encodings/zigzag" }
133+
vortex = { version = "0.22.0", path = "./vortex" }
134+
vortex-alp = { version = "0.22.0", path = "./encodings/alp" }
135+
vortex-array = { version = "0.22.0", path = "./vortex-array" }
136+
vortex-buffer = { version = "0.22.0", path = "./vortex-buffer" }
137+
vortex-bytebool = { version = "0.22.0", path = "./encodings/bytebool" }
138+
vortex-datafusion = { version = "0.22.0", path = "./vortex-datafusion" }
139+
vortex-datetime-dtype = { version = "0.22.0", path = "./vortex-datetime-dtype" }
140+
vortex-datetime-parts = { version = "0.22.0", path = "./encodings/datetime-parts" }
141+
vortex-dict = { version = "0.22.0", path = "./encodings/dict" }
142+
vortex-dtype = { version = "0.22.0", path = "./vortex-dtype", default-features = false }
143+
vortex-error = { version = "0.22.0", path = "./vortex-error" }
144+
vortex-expr = { version = "0.22.0", path = "./vortex-expr" }
145+
vortex-fastlanes = { version = "0.22.0", path = "./encodings/fastlanes" }
146+
vortex-file = { version = "0.22.0", path = "./vortex-file", default-features = false }
147+
vortex-flatbuffers = { version = "0.22.0", path = "./vortex-flatbuffers" }
148+
vortex-fsst = { version = "0.22.0", path = "./encodings/fsst" }
149+
vortex-io = { version = "0.22.0", path = "./vortex-io" }
150+
vortex-ipc = { version = "0.22.0", path = "./vortex-ipc" }
151+
vortex-proto = { version = "0.22.0", path = "./vortex-proto" }
152+
vortex-roaring = { version = "0.22.0", path = "./encodings/roaring" }
153+
vortex-runend = { version = "0.22.0", path = "./encodings/runend" }
154+
vortex-runend-bool = { version = "0.22.0", path = "./encodings/runend-bool" }
155+
vortex-scalar = { version = "0.22.0", path = "./vortex-scalar", default-features = false }
156+
vortex-sampling-compressor = { version = "0.22.0", path = "./vortex-sampling-compressor" }
157+
vortex-zigzag = { version = "0.22.0", path = "./encodings/zigzag" }
158158
# END crates published by this project
159159

160160
worker = "0.5.0"

0 commit comments

Comments
 (0)