Skip to content

Commit

Permalink
Rust Polars 0.41.0 (#17123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Jun 22, 2024
1 parent 46ba436 commit 21602ba
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 42 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

42 changes: 21 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-members = [
# ]

[workspace.package]
version = "0.40.0"
version = "0.41.0"
authors = ["Ritchie Vink <[email protected]>"]
edition = "2021"
homepage = "https://www.pola.rs/"
Expand Down Expand Up @@ -93,33 +93,33 @@ version_check = "0.9.4"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
zstd = "0.13"

polars = { version = "0.40.0", path = "crates/polars", default-features = false }
polars-compute = { version = "0.40.0", path = "crates/polars-compute", default-features = false }
polars-core = { version = "0.40.0", path = "crates/polars-core", default-features = false }
polars-error = { version = "0.40.0", path = "crates/polars-error", default-features = false }
polars-expr = { version = "0.40.0", path = "crates/polars-expr", default-features = false }
polars-ffi = { version = "0.40.0", path = "crates/polars-ffi", default-features = false }
polars-io = { version = "0.40.0", path = "crates/polars-io", default-features = false }
polars-json = { version = "0.40.0", path = "crates/polars-json", default-features = false }
polars-lazy = { version = "0.40.0", path = "crates/polars-lazy", default-features = false }
polars-mem-engine = { version = "0.40.0", path = "crates/polars-mem-engine", default-features = false }
polars-ops = { version = "0.40.0", path = "crates/polars-ops", default-features = false }
polars-parquet = { version = "0.40.0", path = "crates/polars-parquet", default-features = false }
polars-pipe = { version = "0.40.0", path = "crates/polars-pipe", default-features = false }
polars-plan = { version = "0.40.0", path = "crates/polars-plan", default-features = false }
polars-row = { version = "0.40.0", path = "crates/polars-row", default-features = false }
polars-sql = { version = "0.40.0", path = "crates/polars-sql", default-features = false }
polars-stream = { version = "0.40.0", path = "crates/polars-stream", default-features = false }
polars-time = { version = "0.40.0", path = "crates/polars-time", default-features = false }
polars-utils = { version = "0.40.0", path = "crates/polars-utils", default-features = false }
polars = { version = "0.41.0", path = "crates/polars", default-features = false }
polars-compute = { version = "0.41.0", path = "crates/polars-compute", default-features = false }
polars-core = { version = "0.41.0", path = "crates/polars-core", default-features = false }
polars-error = { version = "0.41.0", path = "crates/polars-error", default-features = false }
polars-expr = { version = "0.41.0", path = "crates/polars-expr", default-features = false }
polars-ffi = { version = "0.41.0", path = "crates/polars-ffi", default-features = false }
polars-io = { version = "0.41.0", path = "crates/polars-io", default-features = false }
polars-json = { version = "0.41.0", path = "crates/polars-json", default-features = false }
polars-lazy = { version = "0.41.0", path = "crates/polars-lazy", default-features = false }
polars-mem-engine = { version = "0.41.0", path = "crates/polars-mem-engine", default-features = false }
polars-ops = { version = "0.41.0", path = "crates/polars-ops", default-features = false }
polars-parquet = { version = "0.41.0", path = "crates/polars-parquet", default-features = false }
polars-pipe = { version = "0.41.0", path = "crates/polars-pipe", default-features = false }
polars-plan = { version = "0.41.0", path = "crates/polars-plan", default-features = false }
polars-row = { version = "0.41.0", path = "crates/polars-row", default-features = false }
polars-sql = { version = "0.41.0", path = "crates/polars-sql", default-features = false }
polars-stream = { version = "0.41.0", path = "crates/polars-stream", default-features = false }
polars-time = { version = "0.41.0", path = "crates/polars-time", default-features = false }
polars-utils = { version = "0.41.0", path = "crates/polars-utils", default-features = false }

[workspace.dependencies.arrow-format]
package = "polars-arrow-format"
version = "0.1.0"

[workspace.dependencies.arrow]
package = "polars-arrow"
version = "0.40.0"
version = "0.41.0"
path = "crates/polars-arrow"
default-features = false
features = [
Expand Down
2 changes: 2 additions & 0 deletions crates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ publish: ## Publish Polars crates
cargo publish --allow-dirty -p polars-io
cargo publish --allow-dirty -p polars-plan
cargo publish --allow-dirty -p polars-expr
cargo publish --allow-dirty -p polars-mem-engine
cargo publish --allow-dirty -p polars-stream
cargo publish --allow-dirty -p polars-pipe
cargo publish --allow-dirty -p polars-lazy
cargo publish --allow-dirty -p polars-sql
Expand Down
20 changes: 20 additions & 0 deletions crates/polars-mem-engine/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2020 Ritchie Vink
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
5 changes: 5 additions & 0 deletions crates/polars-mem-engine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# polars-mem-engine

`polars-mem-engine` is an **internal sub-crate** of the [Polars](https://crates.io/crates/polars) library.

**Important Note**: This crate is **not intended for external usage**. Please refer to the main [Polars crate](https://crates.io/crates/polars) for intended usage.

0 comments on commit 21602ba

Please sign in to comment.