diff --git a/CHANGELOG.md b/CHANGELOG.md index b083000c79..a92f4d8037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## `vortex-datafusion` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.14.0...vortex-datafusion-v0.15.1) - 2024-11-13 +## `vortex-datafusion` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-datafusion-v0.14.0...vortex-datafusion-v0.15.2) - 2024-11-13 ### Added - [**breaking**] standardize file format names & stop wrapping Footer contents in messages ([#1275](https://github.com/spiraldb/vortex/pull/1275)) @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - some documentation of the layout reading system ([#1225](https://github.com/spiraldb/vortex/pull/1225)) - Replace usages of lazy_static with LazyLock ([#1214](https://github.com/spiraldb/vortex/pull/1214)) -## `vortex-serde` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-serde-v0.14.0...vortex-serde-v0.15.1) - 2024-11-13 +## `vortex-serde` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-serde-v0.14.0...vortex-serde-v0.15.2) - 2024-11-13 ### Added - [**breaking**] standardize file format names & stop wrapping Footer contents in messages ([#1275](https://github.com/spiraldb/vortex/pull/1275)) @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - move Array enum out of public interface ([#1212](https://github.com/spiraldb/vortex/pull/1212)) - Replace usages of lazy_static with LazyLock ([#1214](https://github.com/spiraldb/vortex/pull/1214)) -## `vortex-zigzag` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-zigzag-v0.14.0...vortex-zigzag-v0.15.1) - 2024-11-13 +## `vortex-zigzag` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-zigzag-v0.14.0...vortex-zigzag-v0.15.2) - 2024-11-13 ### Added - teach PrimitiveArrayTrait iterate_primitive_array! and RowMask from_index_array ([#1241](https://github.com/spiraldb/vortex/pull/1241)) @@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - Remove unused dependencies ([#1256](https://github.com/spiraldb/vortex/pull/1256)) -## `vortex-sampling-compressor` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-sampling-compressor-v0.14.0...vortex-sampling-compressor-v0.15.1) - 2024-11-13 +## `vortex-sampling-compressor` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-sampling-compressor-v0.14.0...vortex-sampling-compressor-v0.15.2) - 2024-11-13 ### Added - eagerly compute pruning stats during compression ([#1252](https://github.com/spiraldb/vortex/pull/1252)) @@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enable more lints about unused lifetimes and unnecessary prefixes ([#1233](https://github.com/spiraldb/vortex/pull/1233)) - Replace usages of lazy_static with LazyLock ([#1214](https://github.com/spiraldb/vortex/pull/1214)) -## `vortex-runend-bool` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.14.0...vortex-runend-bool-v0.15.1) - 2024-11-13 +## `vortex-runend-bool` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-runend-bool-v0.14.0...vortex-runend-bool-v0.15.2) - 2024-11-13 ### Added - teach PrimitiveArrayTrait iterate_primitive_array! and RowMask from_index_array ([#1241](https://github.com/spiraldb/vortex/pull/1241)) @@ -70,12 +70,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - Add Not vortex expr and use it in pruning expression conversion ([#1213](https://github.com/spiraldb/vortex/pull/1213)) -## `vortex-runend` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-runend-v0.14.0...vortex-runend-v0.15.1) - 2024-11-13 +## `vortex-runend` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-runend-v0.14.0...vortex-runend-v0.15.2) - 2024-11-13 ### Added - teach PrimitiveArrayTrait iterate_primitive_array! and RowMask from_index_array ([#1241](https://github.com/spiraldb/vortex/pull/1241)) -## `vortex-roaring` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-roaring-v0.14.0...vortex-roaring-v0.15.1) - 2024-11-13 +## `vortex-roaring` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-roaring-v0.14.0...vortex-roaring-v0.15.2) - 2024-11-13 ### Added - teach PrimitiveArrayTrait iterate_primitive_array! and RowMask from_index_array ([#1241](https://github.com/spiraldb/vortex/pull/1241)) @@ -84,13 +84,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove unused dependencies ([#1256](https://github.com/spiraldb/vortex/pull/1256)) - Add Not vortex expr and use it in pruning expression conversion ([#1213](https://github.com/spiraldb/vortex/pull/1213)) -## `vortex-expr` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-expr-v0.14.0...vortex-expr-v0.15.1) - 2024-11-13 +## `vortex-expr` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-expr-v0.14.0...vortex-expr-v0.15.2) - 2024-11-13 ### Other - Remove unused dependencies ([#1256](https://github.com/spiraldb/vortex/pull/1256)) - Add Not vortex expr and use it in pruning expression conversion ([#1213](https://github.com/spiraldb/vortex/pull/1213)) -## `vortex-dict` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-dict-v0.14.0...vortex-dict-v0.15.1) - 2024-11-13 +## `vortex-dict` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-dict-v0.14.0...vortex-dict-v0.15.2) - 2024-11-13 ### Added - teach PrimitiveArrayTrait iterate_primitive_array! and RowMask from_index_array ([#1241](https://github.com/spiraldb/vortex/pull/1241)) @@ -100,12 +100,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - cleanup dict encoding logic ([#1231](https://github.com/spiraldb/vortex/pull/1231)) - Enable more lints about unused lifetimes and unnecessary prefixes ([#1233](https://github.com/spiraldb/vortex/pull/1233)) -## `vortex-datetime-parts` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-datetime-parts-v0.14.0...vortex-datetime-parts-v0.15.1) - 2024-11-13 +## `vortex-datetime-parts` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-datetime-parts-v0.14.0...vortex-datetime-parts-v0.15.2) - 2024-11-13 ### Other - Remove unused dependencies ([#1256](https://github.com/spiraldb/vortex/pull/1256)) -## `vortex-bytebool` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-bytebool-v0.14.0...vortex-bytebool-v0.15.1) - 2024-11-13 +## `vortex-bytebool` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-bytebool-v0.14.0...vortex-bytebool-v0.15.2) - 2024-11-13 ### Added - teach PrimitiveArrayTrait iterate_primitive_array! and RowMask from_index_array ([#1241](https://github.com/spiraldb/vortex/pull/1241)) @@ -115,7 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add Not vortex expr and use it in pruning expression conversion ([#1213](https://github.com/spiraldb/vortex/pull/1213)) - Enable more lints about unused lifetimes and unnecessary prefixes ([#1233](https://github.com/spiraldb/vortex/pull/1233)) -## `vortex-fastlanes` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.14.0...vortex-fastlanes-v0.15.1) - 2024-11-13 +## `vortex-fastlanes` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-fastlanes-v0.14.0...vortex-fastlanes-v0.15.2) - 2024-11-13 ### Added - propagate statistics through compression ([#1236](https://github.com/spiraldb/vortex/pull/1236)) @@ -125,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - Remove unused dependencies ([#1256](https://github.com/spiraldb/vortex/pull/1256)) -## `vortex-scalar` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-scalar-v0.14.0...vortex-scalar-v0.15.1) - 2024-11-13 +## `vortex-scalar` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-scalar-v0.14.0...vortex-scalar-v0.15.2) - 2024-11-13 ### Added - propagate statistics through compression ([#1236](https://github.com/spiraldb/vortex/pull/1236)) @@ -133,7 +133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - Remove unused dependencies ([#1256](https://github.com/spiraldb/vortex/pull/1256)) -## `vortex-flatbuffers` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-flatbuffers-v0.14.0...vortex-flatbuffers-v0.15.1) - 2024-11-13 +## `vortex-flatbuffers` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-flatbuffers-v0.14.0...vortex-flatbuffers-v0.15.2) - 2024-11-13 ### Added - [**breaking**] standardize file format names & stop wrapping Footer contents in messages ([#1275](https://github.com/spiraldb/vortex/pull/1275)) @@ -142,23 +142,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enable more lints about unused lifetimes and unnecessary prefixes ([#1233](https://github.com/spiraldb/vortex/pull/1233)) - some documentation of the layout reading system ([#1225](https://github.com/spiraldb/vortex/pull/1225)) -## `vortex-error` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-error-v0.14.0...vortex-error-v0.15.1) - 2024-11-13 +## `vortex-error` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-error-v0.14.0...vortex-error-v0.15.2) - 2024-11-13 ### Other - Annotate wrapped error in Context error type as #[source] ([#1265](https://github.com/spiraldb/vortex/pull/1265)) - Enable more lints about unused lifetimes and unnecessary prefixes ([#1233](https://github.com/spiraldb/vortex/pull/1233)) -## `vortex-datetime-dtype` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-datetime-dtype-v0.14.0...vortex-datetime-dtype-v0.15.1) - 2024-11-13 +## `vortex-datetime-dtype` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-datetime-dtype-v0.14.0...vortex-datetime-dtype-v0.15.2) - 2024-11-13 ### Other - Replace usages of lazy_static with LazyLock ([#1214](https://github.com/spiraldb/vortex/pull/1214)) -## `vortex-buffer` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-buffer-v0.14.0...vortex-buffer-v0.15.1) - 2024-11-13 +## `vortex-buffer` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-buffer-v0.14.0...vortex-buffer-v0.15.2) - 2024-11-13 ### Other - move Buffer enum to private inner struct ([#1216](https://github.com/spiraldb/vortex/pull/1216)) -## `vortex-array` - [0.15.1](https://github.com/spiraldb/vortex/compare/0.14.0...0.15.1) - 2024-11-13 +## `vortex-array` - [0.15.2](https://github.com/spiraldb/vortex/compare/0.14.0...0.15.2) - 2024-11-13 ### Added - propagate statistics through compression ([#1236](https://github.com/spiraldb/vortex/pull/1236)) @@ -177,7 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - move Array enum out of public interface ([#1212](https://github.com/spiraldb/vortex/pull/1212)) - Replace usages of lazy_static with LazyLock ([#1214](https://github.com/spiraldb/vortex/pull/1214)) -## `vortex-alp` - [0.15.1](https://github.com/spiraldb/vortex/compare/vortex-alp-v0.14.0...vortex-alp-v0.15.1) - 2024-11-13 +## `vortex-alp` - [0.15.2](https://github.com/spiraldb/vortex/compare/vortex-alp-v0.14.0...vortex-alp-v0.15.2) - 2024-11-13 ### Added - Support patching bool arrays, patch primitive array validity and use patching when canonicalizing sparse arrays ([#1218](https://github.com/spiraldb/vortex/pull/1218)) diff --git a/Cargo.lock b/Cargo.lock index a38b0ec311..188df44d9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bench-vortex" -version = "0.15.1" +version = "0.15.2" dependencies = [ "anyhow", "arrow-array", @@ -3170,7 +3170,7 @@ dependencies = [ [[package]] name = "pyvortex" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow", "itertools 0.13.0", @@ -4338,7 +4338,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vortex" -version = "0.15.1" +version = "0.15.2" dependencies = [ "vortex-alp", "vortex-array", @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "vortex-alp" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-array", "divan", @@ -4383,7 +4383,7 @@ dependencies = [ [[package]] name = "vortex-array" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arbitrary", "arrow-arith", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "vortex-buffer" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-buffer", "bytes", @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "vortex-bytebool" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-buffer", "num-traits", @@ -4444,7 +4444,7 @@ dependencies = [ [[package]] name = "vortex-datafusion" -version = "0.15.1" +version = "0.15.2" dependencies = [ "anyhow", "arrow-array", @@ -4474,7 +4474,7 @@ dependencies = [ [[package]] name = "vortex-datetime-dtype" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-schema", "jiff", @@ -4486,7 +4486,7 @@ dependencies = [ [[package]] name = "vortex-datetime-parts" -version = "0.15.1" +version = "0.15.2" dependencies = [ "itertools 0.13.0", "serde", @@ -4499,7 +4499,7 @@ dependencies = [ [[package]] name = "vortex-dict" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-buffer", "criterion", @@ -4515,7 +4515,7 @@ dependencies = [ [[package]] name = "vortex-dtype" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arbitrary", "flatbuffers", @@ -4533,7 +4533,7 @@ dependencies = [ [[package]] name = "vortex-error" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-schema", "datafusion-common", @@ -4550,7 +4550,7 @@ dependencies = [ [[package]] name = "vortex-expr" -version = "0.15.1" +version = "0.15.2" dependencies = [ "datafusion-expr", "datafusion-physical-expr", @@ -4565,7 +4565,7 @@ dependencies = [ [[package]] name = "vortex-fastlanes" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrayref", "arrow-buffer", @@ -4584,14 +4584,14 @@ dependencies = [ [[package]] name = "vortex-flatbuffers" -version = "0.15.1" +version = "0.15.2" dependencies = [ "flatbuffers", ] [[package]] name = "vortex-fsst" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-array", "arrow-buffer", @@ -4606,7 +4606,7 @@ dependencies = [ [[package]] name = "vortex-fuzz" -version = "0.15.1" +version = "0.15.2" dependencies = [ "libfuzzer-sys", "vortex-array", @@ -4618,7 +4618,7 @@ dependencies = [ [[package]] name = "vortex-proto" -version = "0.15.1" +version = "0.15.2" dependencies = [ "prost", "prost-types", @@ -4626,7 +4626,7 @@ dependencies = [ [[package]] name = "vortex-roaring" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-buffer", "croaring", @@ -4641,7 +4641,7 @@ dependencies = [ [[package]] name = "vortex-runend" -version = "0.15.1" +version = "0.15.2" dependencies = [ "itertools 0.13.0", "num-traits", @@ -4654,7 +4654,7 @@ dependencies = [ [[package]] name = "vortex-runend-bool" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-buffer", "criterion", @@ -4670,7 +4670,7 @@ dependencies = [ [[package]] name = "vortex-sampling-compressor" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arbitrary", "chrono", @@ -4696,7 +4696,7 @@ dependencies = [ [[package]] name = "vortex-scalar" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arbitrary", "arrow-array", @@ -4721,7 +4721,7 @@ dependencies = [ [[package]] name = "vortex-schema" -version = "0.15.1" +version = "0.15.2" dependencies = [ "vortex-dtype", "vortex-error", @@ -4729,7 +4729,7 @@ dependencies = [ [[package]] name = "vortex-serde" -version = "0.15.1" +version = "0.15.2" dependencies = [ "arrow-array", "arrow-buffer", @@ -4762,7 +4762,7 @@ dependencies = [ [[package]] name = "vortex-zigzag" -version = "0.15.1" +version = "0.15.2" dependencies = [ "serde", "vortex-array", @@ -5306,7 +5306,7 @@ checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852" [[package]] name = "xtask" -version = "0.15.1" +version = "0.15.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 72ef1bfb6c..28c7a9b728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.15.1" +version = "0.15.2" homepage = "https://github.com/spiraldb/vortex" repository = "https://github.com/spiraldb/vortex" authors = ["Vortex Authors "] @@ -133,30 +133,30 @@ url = "2" uuid = "1.8.0" # BEGIN crates published by this project -vortex = { version = "0.15.1", path = "./vortex" } -vortex-alp = { version = "0.15.1", path = "./encodings/alp" } -vortex-array = { version = "0.15.1", path = "./vortex-array" } -vortex-buffer = { version = "0.15.1", path = "./vortex-buffer" } -vortex-bytebool = { version = "0.15.1", path = "./encodings/bytebool" } -vortex-datafusion = { version = "0.15.1", path = "./vortex-datafusion" } -vortex-datetime-dtype = { version = "0.15.1", path = "./vortex-datetime-dtype" } -vortex-datetime-parts = { version = "0.15.1", path = "./encodings/datetime-parts" } -vortex-dict = { version = "0.15.1", path = "./encodings/dict" } -vortex-dtype = { version = "0.15.1", path = "./vortex-dtype", default-features = false } -vortex-error = { version = "0.15.1", path = "./vortex-error" } -vortex-expr = { version = "0.15.1", path = "./vortex-expr" } -vortex-fastlanes = { version = "0.15.1", path = "./encodings/fastlanes" } -vortex-flatbuffers = { version = "0.15.1", path = "./vortex-flatbuffers" } -vortex-fsst = { version = "0.15.1", path = "./encodings/fsst" } -vortex-proto = { version = "0.15.1", path = "./vortex-proto" } -vortex-roaring = { version = "0.15.1", path = "./encodings/roaring" } -vortex-runend = { version = "0.15.1", path = "./encodings/runend" } -vortex-runend-bool = { version = "0.15.1", path = "./encodings/runend-bool" } -vortex-scalar = { version = "0.15.1", path = "./vortex-scalar", default-features = false } -vortex-schema = { version = "0.15.1", path = "./vortex-schema" } -vortex-serde = { version = "0.15.1", path = "./vortex-serde", default-features = false } -vortex-sampling-compressor = { version = "0.15.1", path = "./vortex-sampling-compressor" } -vortex-zigzag = { version = "0.15.1", path = "./encodings/zigzag" } +vortex = { version = "0.15.2", path = "./vortex" } +vortex-alp = { version = "0.15.2", path = "./encodings/alp" } +vortex-array = { version = "0.15.2", path = "./vortex-array" } +vortex-buffer = { version = "0.15.2", path = "./vortex-buffer" } +vortex-bytebool = { version = "0.15.2", path = "./encodings/bytebool" } +vortex-datafusion = { version = "0.15.2", path = "./vortex-datafusion" } +vortex-datetime-dtype = { version = "0.15.2", path = "./vortex-datetime-dtype" } +vortex-datetime-parts = { version = "0.15.2", path = "./encodings/datetime-parts" } +vortex-dict = { version = "0.15.2", path = "./encodings/dict" } +vortex-dtype = { version = "0.15.2", path = "./vortex-dtype", default-features = false } +vortex-error = { version = "0.15.2", path = "./vortex-error" } +vortex-expr = { version = "0.15.2", path = "./vortex-expr" } +vortex-fastlanes = { version = "0.15.2", path = "./encodings/fastlanes" } +vortex-flatbuffers = { version = "0.15.2", path = "./vortex-flatbuffers" } +vortex-fsst = { version = "0.15.2", path = "./encodings/fsst" } +vortex-proto = { version = "0.15.2", path = "./vortex-proto" } +vortex-roaring = { version = "0.15.2", path = "./encodings/roaring" } +vortex-runend = { version = "0.15.2", path = "./encodings/runend" } +vortex-runend-bool = { version = "0.15.2", path = "./encodings/runend-bool" } +vortex-scalar = { version = "0.15.2", path = "./vortex-scalar", default-features = false } +vortex-schema = { version = "0.15.2", path = "./vortex-schema" } +vortex-serde = { version = "0.15.2", path = "./vortex-serde", default-features = false } +vortex-sampling-compressor = { version = "0.15.2", path = "./vortex-sampling-compressor" } +vortex-zigzag = { version = "0.15.2", path = "./encodings/zigzag" } # END crates published by this project walkdir = "2.5.0"