You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 🤖 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>
0 commit comments