Skip to content

Commit

Permalink
deps: bump polars to py-1.19.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 3, 2025
1 parent 68c73e4 commit 8805951
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,11 @@ 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=58c1745
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.18.0" }
polars = { git = "https://github.com/pola-rs/polars", rev = "58c1745" }
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.18.0" }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "58c1745" }
# QSV_POLARS_REV=py-1.19.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.19.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "58c1745" }
polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.19.0" }
# polars-ops = { git = "https://github.com/pola-rs/polars", rev = "58c1745" }

[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 @@ -100,7 +100,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.45.1](https://img.shields.io/badge/polars-0.45.1-blue) at the py-1.18.0 release tag](https://github.com/pola-rs/polars/releases/tag/py-1.18.0).
πŸ»β€β„οΈ: command powered by [![polars 0.45.1](https://img.shields.io/badge/polars-0.45.1-blue) at the py-1.19.0 release tag](https://github.com/pola-rs/polars/releases/tag/py-1.19.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 8805951

Please sign in to comment.