Skip to content

Commit 0095a0c

Browse files
chore: release v0.21.0 (#1484)
## 🤖 New release * `vortex`: 0.20.0 -> 0.21.0 * `vortex-alp`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-array`: 0.20.0 -> 0.21.0 (⚠️ API breaking changes) * `vortex-buffer`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-datetime-dtype`: 0.20.0 -> 0.21.0 * `vortex-dtype`: 0.20.0 -> 0.21.0 * `vortex-error`: 0.20.0 -> 0.21.0 * `vortex-flatbuffers`: 0.20.0 -> 0.21.0 * `vortex-proto`: 0.20.0 -> 0.21.0 * `vortex-scalar`: 0.20.0 -> 0.21.0 * `vortex-fastlanes`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-bytebool`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-datetime-parts`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-dict`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-expr`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-file`: 0.20.0 -> 0.21.0 (⚠️ API breaking changes) * `vortex-io`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-ipc`: 0.20.0 -> 0.21.0 * `vortex-sampling-compressor`: 0.20.0 -> 0.21.0 * `vortex-fsst`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-roaring`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-runend`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-runend-bool`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-zigzag`: 0.20.0 -> 0.21.0 (✓ API compatible changes) * `vortex-datafusion`: 0.20.0 -> 0.21.0 (✓ API compatible changes) ### ⚠️ `vortex-array` breaking changes ``` --- failure function_missing: pub fn removed or renamed --- Description: A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron Failed in: function vortex_array::compute::unary::try_cast, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/cast.rs:30 function vortex_array::compute::unary::scalar_at, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_at.rs:30 function vortex_array::compute::unary::fill_forward, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/fill_forward.rs:31 function vortex_array::compute::unary::subtract_scalar, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_subtract.rs:28 --- failure module_missing: pub module removed or renamed --- Description: A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/module_missing.ron Failed in: mod vortex_array::compute::unary, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/mod.rs:1 --- failure trait_method_missing: pub trait method removed or renamed --- Description: A trait method is no longer callable, and may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_missing.ron Failed in: method invert of trait BoolArrayTrait, previously in file /tmp/.tmp8nwQKL/vortex-array/src/variants.rs:90 --- failure trait_missing: pub trait removed or renamed --- Description: A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_missing.ron Failed in: trait vortex_array::compute::unary::ScalarAtFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_at.rs:10 trait vortex_array::compute::unary::CastFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/cast.rs:7 trait vortex_array::compute::unary::SubtractScalarFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_subtract.rs:8 trait vortex_array::compute::unary::FillForwardFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/fill_forward.rs:11 ``` ### ⚠️ `vortex-file` breaking changes ``` --- failure trait_method_added: pub trait method added --- Description: A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_added.ron Failed in: trait method vortex_file::LayoutReader::read_metadata in file /tmp/.tmpe7MhwT/vortex/vortex-file/src/read/mod.rs:110 trait method vortex_file::LayoutReader::can_prune in file /tmp/.tmpe7MhwT/vortex/vortex-file/src/read/mod.rs:113 ``` <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51245ec commit 0095a0c

File tree

3 files changed

+155
-55
lines changed

3 files changed

+155
-55
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,106 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## `vortex-datafusion` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.20.0...vortex-datafusion-v0.21.0) - 2024-11-27
10+
11+
### Added
12+
- Layout metadata reader and column statistics ([#1455](https://github.com/spiraldb/vortex/pull/1455))
13+
14+
## `vortex-zigzag` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-zigzag-v0.20.0...vortex-zigzag-v0.21.0) - 2024-11-27
15+
16+
### Other
17+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
18+
19+
## `vortex-runend-bool` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.20.0...vortex-runend-bool-v0.21.0) - 2024-11-27
20+
21+
### Other
22+
- Move invert from BoolArrayTrait to InvertFn ([#1490](https://github.com/spiraldb/vortex/pull/1490))
23+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
24+
25+
## `vortex-runend` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-runend-v0.20.0...vortex-runend-v0.21.0) - 2024-11-27
26+
27+
### Other
28+
- Move invert from BoolArrayTrait to InvertFn ([#1490](https://github.com/spiraldb/vortex/pull/1490))
29+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
30+
31+
## `vortex-roaring` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-roaring-v0.20.0...vortex-roaring-v0.21.0) - 2024-11-27
32+
33+
### Other
34+
- Move invert from BoolArrayTrait to InvertFn ([#1490](https://github.com/spiraldb/vortex/pull/1490))
35+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
36+
37+
## `vortex-fsst` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-fsst-v0.20.0...vortex-fsst-v0.21.0) - 2024-11-27
38+
39+
### Other
40+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
41+
42+
## `vortex-io` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-io-v0.20.0...vortex-io-v0.21.0) - 2024-11-27
43+
44+
### Added
45+
- Layout metadata reader and column statistics ([#1455](https://github.com/spiraldb/vortex/pull/1455))
46+
47+
### Fixed
48+
- regression for ObjectStoreReadAt ([#1483](https://github.com/spiraldb/vortex/pull/1483))
49+
50+
## `vortex-file` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-file-v0.20.0...vortex-file-v0.21.0) - 2024-11-27
51+
52+
### Added
53+
- prune layouts based on stats ([#1485](https://github.com/spiraldb/vortex/pull/1485))
54+
- Layout metadata reader and column statistics ([#1455](https://github.com/spiraldb/vortex/pull/1455))
55+
56+
### Other
57+
- Remove uses of with_dyn for validity ([#1487](https://github.com/spiraldb/vortex/pull/1487))
58+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
59+
60+
## `vortex-expr` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-expr-v0.20.0...vortex-expr-v0.21.0) - 2024-11-27
61+
62+
### Other
63+
- Move invert from BoolArrayTrait to InvertFn ([#1490](https://github.com/spiraldb/vortex/pull/1490))
64+
65+
## `vortex-dict` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-dict-v0.20.0...vortex-dict-v0.21.0) - 2024-11-27
66+
67+
### Other
68+
- Move invert from BoolArrayTrait to InvertFn ([#1490](https://github.com/spiraldb/vortex/pull/1490))
69+
- Remove uses of with_dyn for validity ([#1487](https://github.com/spiraldb/vortex/pull/1487))
70+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
71+
72+
## `vortex-datetime-parts` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-datetime-parts-v0.20.0...vortex-datetime-parts-v0.21.0) - 2024-11-27
73+
74+
### Other
75+
- Remove uses of with_dyn for validity ([#1487](https://github.com/spiraldb/vortex/pull/1487))
76+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
77+
78+
## `vortex-bytebool` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-bytebool-v0.20.0...vortex-bytebool-v0.21.0) - 2024-11-27
79+
80+
### Other
81+
- Move invert from BoolArrayTrait to InvertFn ([#1490](https://github.com/spiraldb/vortex/pull/1490))
82+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
83+
84+
## `vortex-fastlanes` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.20.0...vortex-fastlanes-v0.21.0) - 2024-11-27
85+
86+
### Other
87+
- Remove uses of with_dyn for validity ([#1487](https://github.com/spiraldb/vortex/pull/1487))
88+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
89+
90+
## `vortex-buffer` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-buffer-v0.20.0...vortex-buffer-v0.21.0) - 2024-11-27
91+
92+
### Added
93+
- Layout metadata reader and column statistics ([#1455](https://github.com/spiraldb/vortex/pull/1455))
94+
95+
## `vortex-array` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-array-v0.20.0...vortex-array-v0.21.0) - 2024-11-27
96+
97+
### Other
98+
- Move invert from BoolArrayTrait to InvertFn ([#1490](https://github.com/spiraldb/vortex/pull/1490))
99+
- Remove uses of with_dyn for validity ([#1487](https://github.com/spiraldb/vortex/pull/1487))
100+
- Make BinaryBooleanFn consistent with CompareFn ([#1488](https://github.com/spiraldb/vortex/pull/1488))
101+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
102+
103+
## `vortex-alp` - [0.21.0](https://github.com/spiraldb/vortex/compare/vortex-alp-v0.20.0...vortex-alp-v0.21.0) - 2024-11-27
104+
105+
### Other
106+
- Remove uses of with_dyn for validity ([#1487](https://github.com/spiraldb/vortex/pull/1487))
107+
- Flatten unary compute mod ([#1489](https://github.com/spiraldb/vortex/pull/1489))
108+
9109
## `vortex-datafusion` - [0.20.0](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.19.0...vortex-datafusion-v0.20.0) - 2024-11-26
10110

11111
### Fixed

Cargo.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)