Skip to content

Commit

Permalink
deps: bump polars 0.46.0 to py-1.22.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Feb 9, 2025
1 parent 044cc9b commit 4b61102
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 46 deletions.
66 changes: 24 additions & 42 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 @@ -343,10 +343,10 @@ textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" }
# (e.g. py-1.19.0:52ea381 to indicate that we are Python Polars 1.19.0,
# and the commit hash 52ea381)
# ================================
# QSV_POLARS_REV=
# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.21.0" }
# QSV_POLARS_REV=py-1.22.0
polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }
# polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.21.0" }
polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.22.0" }
# polars-ops = { git = "https://github.com/pola-rs/polars", rev = "e98e09b" }

[features]
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.46.0](https://img.shields.io/badge/polars-0.46.0-blue)](https://github.com/pola-rs/polars/releases/tag/rs-0.46.0).
πŸ»β€β„οΈ: command powered by [![polars 0.46.0](https://img.shields.io/badge/polars-0.46.0-blue) at the py-1.22.0 tag](https://github.com/pola-rs/polars/releases/tag/py-1.22.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 4b61102

Please sign in to comment.