Skip to content

Commit

Permalink
chore: release v0.10.0 (#885)
Browse files Browse the repository at this point in the history
## 🤖 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
github-actions[bot] authored Sep 20, 2024
1 parent b44daab commit 3194009
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 50 deletions.
113 changes: 113 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,119 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `vortex-runend-bool` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.9.0...vortex-runend-bool-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-bytebool` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-bytebool-v0.9.0...vortex-bytebool-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

## `vortex-zigzag` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-zigzag-v0.9.0...vortex-zigzag-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-runend` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-runend-v0.9.0...vortex-runend-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))
- Fix take on sliced RunEnd array ([#859](https://github.com/spiraldb/vortex/pull/859))

## `vortex-roaring` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-roaring-v0.9.0...vortex-roaring-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Compute stats for RoaringBoolArray ([#874](https://github.com/spiraldb/vortex/pull/874))

## `vortex-fsst` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-fsst-v0.9.0...vortex-fsst-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- make miri tests fast again (take 2) ([#884](https://github.com/spiraldb/vortex/pull/884))
- also run the compress benchmarks ([#841](https://github.com/spiraldb/vortex/pull/841))
- Use sliced_bytes of VarBinArray when iterating over bytes() ([#867](https://github.com/spiraldb/vortex/pull/867))
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-dict` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-dict-v0.9.0...vortex-dict-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-datetime-parts` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-datetime-parts-v0.9.0...vortex-datetime-parts-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-sampling-compressor` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-sampling-compressor-v0.9.0...vortex-sampling-compressor-v0.10.0) - 2024-09-20

### Added
- use Buffer for BitPackedArray ([#862](https://github.com/spiraldb/vortex/pull/862))

## `vortex-fastlanes` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.9.0...vortex-fastlanes-v0.10.0) - 2024-09-20

### Added
- add back ptype check for BitPackedArray ([#872](https://github.com/spiraldb/vortex/pull/872))
- use Buffer for BitPackedArray ([#862](https://github.com/spiraldb/vortex/pull/862))

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-datafusion` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.9.0...vortex-datafusion-v0.10.0) - 2024-09-20

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-buffer` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-buffer-v0.9.0...vortex-buffer-v0.10.0) - 2024-09-20

### Added
- use Buffer for BitPackedArray ([#862](https://github.com/spiraldb/vortex/pull/862))

## `vortex-array` - [0.10.0](https://github.com/spiraldb/vortex/compare/0.9.0...0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))
- teach compute_as_cast and get_as_cast to handle null-only arrays ([#881](https://github.com/spiraldb/vortex/pull/881))

### Other
- Remove clone when creating ArrayData to run validation ([#888](https://github.com/spiraldb/vortex/pull/888))
- Don't validate offset buffers when converting them to arrow ([#887](https://github.com/spiraldb/vortex/pull/887))
- Add doc to bytes and sliced_bytes methods of VarBinArray ([#869](https://github.com/spiraldb/vortex/pull/869))
- Use sliced_bytes of VarBinArray when iterating over bytes() ([#867](https://github.com/spiraldb/vortex/pull/867))
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-alp` - [0.10.0](https://github.com/spiraldb/vortex/compare/vortex-alp-v0.9.0...vortex-alp-v0.10.0) - 2024-09-20

### Fixed
- ID collision between vortex.ext and fastlanes.delta ([#878](https://github.com/spiraldb/vortex/pull/878))

### Other
- Make entry point compute functions accept generic arguments ([#861](https://github.com/spiraldb/vortex/pull/861))

## `vortex-serde` - [0.9.0](https://github.com/spiraldb/vortex/compare/vortex-serde-v0.8.0...vortex-serde-v0.9.0) - 2024-09-17

### Added
Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3194009

Please sign in to comment.