Skip to content

Commit

Permalink
deps: bump polars to 0.44.2 at py-polars-1.15.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 26, 2024
1 parent 42fa8b6 commit 982ba19
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 27 deletions.
54 changes: 30 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ strum_macros = { git = "https://github.com/jqnatividad/strum", branch = "bump-ph
# 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=py-1.14.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.14.0" }
# QSV_POLARS_REV=py-1.15.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.15.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "da38e37" }
[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.14.0 tag](https://github.com/pola-rs/polars/releases/tag/py-1.14.0).
🐻‍❄️: command powered by [![polars 0.44.2](https://img.shields.io/badge/polars-0.44.2-blue) at the py-1.15.0 tag](https://github.com/pola-rs/polars/releases/tag/py-1.15.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 982ba19

Please sign in to comment.