Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `vortex-alp`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-array`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-buffer`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-datetime-dtype`: 0.9.0 -> 0.10.0 * `vortex-dtype`: 0.9.0 -> 0.10.0 * `vortex-error`: 0.9.0 -> 0.10.0 * `vortex-flatbuffers`: 0.9.0 -> 0.10.0 * `vortex-proto`: 0.9.0 -> 0.10.0 * `vortex-scalar`: 0.9.0 -> 0.10.0 * `vortex-datafusion`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-expr`: 0.9.0 -> 0.10.0 * `vortex-schema`: 0.9.0 -> 0.10.0 * `vortex-serde`: 0.9.0 -> 0.10.0 * `vortex-fastlanes`: 0.9.0 -> 0.10.0 (⚠️ API breaking changes) * `vortex-sampling-compressor`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-datetime-parts`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-dict`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-fsst`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-roaring`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-runend`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-zigzag`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-bytebool`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `vortex-runend-bool`: 0.9.0 -> 0.10.0 (✓ API compatible changes) ###⚠️ `vortex-fastlanes` breaking changes ``` --- failure method_parameter_count_changed: pub method parameter count changed --- Description: A publicly-visible method now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/method_parameter_count_changed.ron Failed in: vortex_fastlanes::BitPackedArray::try_new now takes 6 parameters instead of 5, in /tmp/.tmpAq5Yxz/vortex/encodings/fastlanes/src/bitpacking/mod.rs:39 ``` <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information