Skip to content

Commit

Permalink
Merge pull request #2340 from dathere/polars-0.45
Browse files Browse the repository at this point in the history
bump polars from 0.44.2 to 0.45
  • Loading branch information
jqnatividad authored Dec 8, 2024
2 parents 5c27f85 + 9dc0207 commit aadfd28
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 44 deletions.
100 changes: 60 additions & 40 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ mlua = { version = "0.10", features = [
num_cpus = "1"
odht = "0.3"
phf = { version = "0.11", features = ["macros"], optional = true }
polars = { version = "0.44.2", features = [
polars = { version = "0.45", features = [
"asof_join",
"avro",
"avx512",
Expand Down Expand Up @@ -329,9 +329,9 @@ strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to
# BUILD NOTE: Be sure to set QSV_POLARS_REV below to the latest commit short hash or tag
# of polars/py-polars before building qsv. This allows us to show the polars rev/tag in --version.
# if we are using a release version of Rust Polars, leave QSV_POLARS_REV empty
# QSV_POLARS_REV=a6ca94d
# QSV_POLARS_REV=
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.16.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "a6ca94d" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "a6ca94d" }

[features]
default = ["mimalloc"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
😣: uses additional memory proportional to the cardinality of the columns in the CSV.
🧠: expensive operations are memoized with available inter-session Redis/Disk caching for fetch commands.
πŸ—„οΈ: [Extended input support](#extended-input-support).
πŸ»β€β„οΈ: command powered by [![polars 0.44.2](https://img.shields.io/badge/polars-0.44.2-blue) at the py-1.16.0 tag](https://github.com/pola-rs/polars/releases/tag/py-1.16.0).
πŸ»β€β„οΈ: command powered by [![polars 0.45.0](https://img.shields.io/badge/polars-0.45.0-blue)](https://github.com/pola-rs/polars/releases/tag/rs-0.45.0).
πŸ€–: command uses Natural Language Processing & General AI techniques.
🏎️: multithreaded and/or faster when an index (πŸ“‡) is available.
πŸš€: multithreaded even without an index.
Expand Down

0 comments on commit aadfd28

Please sign in to comment.