From 8870dad06299786f215546f02a0340dc89939cdf Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:33:04 -0500 Subject: [PATCH] docs: update polars legend to indicate 0.45.1 [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436115801..2807408a7 100644 --- a/README.md +++ b/README.md @@ -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.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 powered by [![polars 0.45.1](https://img.shields.io/badge/polars-0.45.1-blue)](https://github.com/pola-rs/polars/releases/tag/rs-0.45.1). 🤖: command uses Natural Language Processing & General AI techniques. 🏎️: multithreaded and/or faster when an index (📇) is available. 🚀: multithreaded even without an index.