From 19e52fd03b8edd6c939bbeb33f03e802fa8dbb75 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 15 Nov 2024 19:20:21 +0000
Subject: [PATCH] chore: release v0.18.1 (#1325)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `vortex`: 0.18.0 -> 0.18.1
* `vortex-alp`: 0.18.0 -> 0.18.1
* `vortex-array`: 0.18.0 -> 0.18.1
* `vortex-buffer`: 0.18.0 -> 0.18.1
* `vortex-datetime-dtype`: 0.18.0 -> 0.18.1
* `vortex-dtype`: 0.18.0 -> 0.18.1
* `vortex-error`: 0.18.0 -> 0.18.1
* `vortex-flatbuffers`: 0.18.0 -> 0.18.1 (✓ API compatible changes)
* `vortex-proto`: 0.18.0 -> 0.18.1
* `vortex-scalar`: 0.18.0 -> 0.18.1
* `vortex-fastlanes`: 0.18.0 -> 0.18.1
* `vortex-bytebool`: 0.18.0 -> 0.18.1
* `vortex-datetime-parts`: 0.18.0 -> 0.18.1
* `vortex-dict`: 0.18.0 -> 0.18.1
* `vortex-expr`: 0.18.0 -> 0.18.1
* `vortex-file`: 0.18.0 -> 0.18.1
* `vortex-io`: 0.18.0 -> 0.18.1
* `vortex-ipc`: 0.18.0 -> 0.18.1
* `vortex-sampling-compressor`: 0.18.0 -> 0.18.1
* `vortex-fsst`: 0.18.0 -> 0.18.1
* `vortex-roaring`: 0.18.0 -> 0.18.1
* `vortex-runend`: 0.18.0 -> 0.18.1
* `vortex-runend-bool`: 0.18.0 -> 0.18.1
* `vortex-zigzag`: 0.18.0 -> 0.18.1
* `vortex-schema`: 0.18.0 -> 0.18.1
* `vortex-datafusion`: 0.18.0 -> 0.18.1
Changelog
---
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>
---
CHANGELOG.md | 13 ++++++++++++
Cargo.lock | 60 ++++++++++++++++++++++++++--------------------------
Cargo.toml | 54 +++++++++++++++++++++++-----------------------
3 files changed, 70 insertions(+), 57 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f59f124db6..65af0de3fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## `vortex-file` - [0.18.1](https://github.com/spiraldb/vortex/compare/vortex-file-v0.18.0...vortex-file-v0.18.1) - 2024-11-15
+
+### Other
+- Rename Array -> ArrayData ([#1316](https://github.com/spiraldb/vortex/pull/1316))
+- Restore perfoamnce of filter bitmask to bitmap conversion for dense rowmasks ([#1302](https://github.com/spiraldb/vortex/pull/1302))
+- Reuse the IoDispatcher across DataFusion instances ([#1299](https://github.com/spiraldb/vortex/pull/1299))
+- replace vortex-serde with 3 crates ([#1296](https://github.com/spiraldb/vortex/pull/1296))
+
+## `vortex-flatbuffers` - [0.18.1](https://github.com/spiraldb/vortex/compare/vortex-flatbuffers-v0.18.0...vortex-flatbuffers-v0.18.1) - 2024-11-15
+
+### Fixed
+- use correct feature flags for vortex-ipc -> vortex-fbs dep ([#1328](https://github.com/spiraldb/vortex/pull/1328))
+
## `vortex-file` - [0.18.0](https://github.com/spiraldb/vortex/compare/vortex-file-v0.17.0...vortex-file-v0.18.0) - 2024-11-15
### Other
diff --git a/Cargo.lock b/Cargo.lock
index f402f8894f..1b357c7efc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -452,7 +452,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bench-vortex"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"anyhow",
"arrow-array",
@@ -3336,7 +3336,7 @@ dependencies = [
[[package]]
name = "pyvortex"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow",
"flume",
@@ -4521,7 +4521,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "vortex"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"vortex-alp",
"vortex-array",
@@ -4551,7 +4551,7 @@ dependencies = [
[[package]]
name = "vortex-alp"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-array",
"divan",
@@ -4568,7 +4568,7 @@ dependencies = [
[[package]]
name = "vortex-array"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arbitrary",
"arrow-arith",
@@ -4606,7 +4606,7 @@ dependencies = [
[[package]]
name = "vortex-buffer"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-buffer",
"bytes",
@@ -4615,7 +4615,7 @@ dependencies = [
[[package]]
name = "vortex-bytebool"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-buffer",
"num-traits",
@@ -4629,7 +4629,7 @@ dependencies = [
[[package]]
name = "vortex-datafusion"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"anyhow",
"arrow-array",
@@ -4660,7 +4660,7 @@ dependencies = [
[[package]]
name = "vortex-datetime-dtype"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-schema",
"jiff",
@@ -4672,7 +4672,7 @@ dependencies = [
[[package]]
name = "vortex-datetime-parts"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"itertools 0.13.0",
"serde",
@@ -4685,7 +4685,7 @@ dependencies = [
[[package]]
name = "vortex-dict"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-buffer",
"criterion",
@@ -4701,7 +4701,7 @@ dependencies = [
[[package]]
name = "vortex-dtype"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arbitrary",
"flatbuffers",
@@ -4719,7 +4719,7 @@ dependencies = [
[[package]]
name = "vortex-error"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-schema",
"datafusion-common",
@@ -4736,7 +4736,7 @@ dependencies = [
[[package]]
name = "vortex-expr"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"datafusion-expr",
"datafusion-physical-expr",
@@ -4752,7 +4752,7 @@ dependencies = [
[[package]]
name = "vortex-fastlanes"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrayref",
"arrow-buffer",
@@ -4771,7 +4771,7 @@ dependencies = [
[[package]]
name = "vortex-file"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4807,14 +4807,14 @@ dependencies = [
[[package]]
name = "vortex-flatbuffers"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"flatbuffers",
]
[[package]]
name = "vortex-fsst"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4829,7 +4829,7 @@ dependencies = [
[[package]]
name = "vortex-fuzz"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"libfuzzer-sys",
"vortex-array",
@@ -4841,7 +4841,7 @@ dependencies = [
[[package]]
name = "vortex-io"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"bytes",
"compio",
@@ -4856,7 +4856,7 @@ dependencies = [
[[package]]
name = "vortex-ipc"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-array",
"arrow-ipc",
@@ -4880,7 +4880,7 @@ dependencies = [
[[package]]
name = "vortex-proto"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"prost",
"prost-types",
@@ -4888,7 +4888,7 @@ dependencies = [
[[package]]
name = "vortex-roaring"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-buffer",
"croaring",
@@ -4903,7 +4903,7 @@ dependencies = [
[[package]]
name = "vortex-runend"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"itertools 0.13.0",
"num-traits",
@@ -4916,7 +4916,7 @@ dependencies = [
[[package]]
name = "vortex-runend-bool"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arrow-buffer",
"criterion",
@@ -4933,7 +4933,7 @@ dependencies = [
[[package]]
name = "vortex-sampling-compressor"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arbitrary",
"chrono",
@@ -4959,7 +4959,7 @@ dependencies = [
[[package]]
name = "vortex-scalar"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"arbitrary",
"arrow-array",
@@ -4984,7 +4984,7 @@ dependencies = [
[[package]]
name = "vortex-schema"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"vortex-dtype",
"vortex-error",
@@ -4992,7 +4992,7 @@ dependencies = [
[[package]]
name = "vortex-zigzag"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"serde",
"vortex-array",
@@ -5470,7 +5470,7 @@ checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852"
[[package]]
name = "xtask"
-version = "0.18.0"
+version = "0.18.1"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 72500ec2be..d787092687 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.18.0"
+version = "0.18.1"
homepage = "https://github.com/spiraldb/vortex"
repository = "https://github.com/spiraldb/vortex"
authors = ["Vortex Authors "]
@@ -138,32 +138,32 @@ url = "2"
uuid = "1.8.0"
# BEGIN crates published by this project
-vortex = { version = "0.18.0", path = "./vortex" }
-vortex-alp = { version = "0.18.0", path = "./encodings/alp" }
-vortex-array = { version = "0.18.0", path = "./vortex-array" }
-vortex-buffer = { version = "0.18.0", path = "./vortex-buffer" }
-vortex-bytebool = { version = "0.18.0", path = "./encodings/bytebool" }
-vortex-datafusion = { version = "0.18.0", path = "./vortex-datafusion" }
-vortex-datetime-dtype = { version = "0.18.0", path = "./vortex-datetime-dtype" }
-vortex-datetime-parts = { version = "0.18.0", path = "./encodings/datetime-parts" }
-vortex-dict = { version = "0.18.0", path = "./encodings/dict" }
-vortex-dtype = { version = "0.18.0", path = "./vortex-dtype", default-features = false }
-vortex-error = { version = "0.18.0", path = "./vortex-error" }
-vortex-expr = { version = "0.18.0", path = "./vortex-expr" }
-vortex-fastlanes = { version = "0.18.0", path = "./encodings/fastlanes" }
-vortex-file = { version = "0.18.0", path = "./vortex-file", default-features = false }
-vortex-flatbuffers = { version = "0.18.0", path = "./vortex-flatbuffers" }
-vortex-fsst = { version = "0.18.0", path = "./encodings/fsst" }
-vortex-io = { version = "0.18.0", path = "./vortex-io" }
-vortex-ipc = { version = "0.18.0", path = "./vortex-ipc" }
-vortex-proto = { version = "0.18.0", path = "./vortex-proto" }
-vortex-roaring = { version = "0.18.0", path = "./encodings/roaring" }
-vortex-runend = { version = "0.18.0", path = "./encodings/runend" }
-vortex-runend-bool = { version = "0.18.0", path = "./encodings/runend-bool" }
-vortex-scalar = { version = "0.18.0", path = "./vortex-scalar", default-features = false }
-vortex-schema = { version = "0.18.0", path = "./vortex-schema" }
-vortex-sampling-compressor = { version = "0.18.0", path = "./vortex-sampling-compressor" }
-vortex-zigzag = { version = "0.18.0", path = "./encodings/zigzag" }
+vortex = { version = "0.18.1", path = "./vortex" }
+vortex-alp = { version = "0.18.1", path = "./encodings/alp" }
+vortex-array = { version = "0.18.1", path = "./vortex-array" }
+vortex-buffer = { version = "0.18.1", path = "./vortex-buffer" }
+vortex-bytebool = { version = "0.18.1", path = "./encodings/bytebool" }
+vortex-datafusion = { version = "0.18.1", path = "./vortex-datafusion" }
+vortex-datetime-dtype = { version = "0.18.1", path = "./vortex-datetime-dtype" }
+vortex-datetime-parts = { version = "0.18.1", path = "./encodings/datetime-parts" }
+vortex-dict = { version = "0.18.1", path = "./encodings/dict" }
+vortex-dtype = { version = "0.18.1", path = "./vortex-dtype", default-features = false }
+vortex-error = { version = "0.18.1", path = "./vortex-error" }
+vortex-expr = { version = "0.18.1", path = "./vortex-expr" }
+vortex-fastlanes = { version = "0.18.1", path = "./encodings/fastlanes" }
+vortex-file = { version = "0.18.1", path = "./vortex-file", default-features = false }
+vortex-flatbuffers = { version = "0.18.1", path = "./vortex-flatbuffers" }
+vortex-fsst = { version = "0.18.1", path = "./encodings/fsst" }
+vortex-io = { version = "0.18.1", path = "./vortex-io" }
+vortex-ipc = { version = "0.18.1", path = "./vortex-ipc" }
+vortex-proto = { version = "0.18.1", path = "./vortex-proto" }
+vortex-roaring = { version = "0.18.1", path = "./encodings/roaring" }
+vortex-runend = { version = "0.18.1", path = "./encodings/runend" }
+vortex-runend-bool = { version = "0.18.1", path = "./encodings/runend-bool" }
+vortex-scalar = { version = "0.18.1", path = "./vortex-scalar", default-features = false }
+vortex-schema = { version = "0.18.1", path = "./vortex-schema" }
+vortex-sampling-compressor = { version = "0.18.1", path = "./vortex-sampling-compressor" }
+vortex-zigzag = { version = "0.18.1", path = "./encodings/zigzag" }
# END crates published by this project
walkdir = "2.5.0"