P

Polars

P
Polars Database v1.43.2

Python Polars 1.43.2

⚠️ Deprecations Deprecate casts from Categorical to integer dtypes (#28525) Deprecate not setting the plan_stage argument in show_graph() (#28391) 🚀 Performance improvements Pushdown len() to concat/union inputs (#28570) ✨ Enhancements Issue FutureWarning on using from_arrow of ArrowStreamExportable (#28442) Add infer_schema_files parameter to scan_csv (#28440) 🐞 Bug fixes Properly propagate enum…

P
Polars Database v1.43.1

Python Polars 1.43.1

🚀 Performance improvements Optimize not(bool_f) to not_bool_f (#28474) ✨ Enhancements Allow callback sinks on cloud (#28458) 🐞 Bug fixes Fix panic on self join of scan_delta / scan_iceberg (#28468) Fix UB on first/last_non_null with empty chunk (#28495) Do not CSE non-column height expr on streaming engine (#28480) Propagate adjusted sortedness through Gather (#28493) Deduplicate the expression eq…

P
Polars Database v1.43.0

Python Polars 1.43.0

⚠️ Deprecations Deprecate casting numeric types to categoricals (#28349) Deprecate cat.get_categories() and cat.to_local() (#28299) Deprecate LazyFrame.profile() (#28275) Deprecate casts from non-nested dtypes into Lists (#28193) Deprecate bitwise ops between integers and booleans (#28186) Deprecate list/arr.to_struct() calls that don't pass field names (#28243) Rename missing_utf8_is_empty_string…

P
Polars Database v1.42.1

Python Polars 1.42.1

⚠️ Deprecations Deprecate strict parameter of pl.concat, replace with new how='horizontal_extend' (#27965) 🚀 Performance improvements Add a sampled resolve mode for multi-file parquet metadata (#28111) Speed up small dtype series sums with a upcast sum kernel (#27958) Don't block on path expansion (#28073) ✨ Enhancements Close ResourceWarning leaks in database tests (#28066) 🐞 Bug fixes Incorrect…

P
Polars Database v1.42.0

Python Polars 1.42.0

⚠️ Deprecations Deprecate casts from string to temporal dtypes (#28056) 🚀 Performance improvements Add bytes-based concurrency control for cloud IO (#27924) Stop flushing multiplexer on phase change (#28013) Prevent empty chunks from triggering copy in rechunk (#27953) Improve performance of struct unnest inside list eval on streaming (#27905) Eliminate filters with contradictory predicates (#2777…

P
Polars Database v0.54.4

Rust Polars 0.54.4

🏆 Highlights Add LazyFrame.gather (#27501) Nested common subplan elimination (#27340) Stabilize streaming engine (#27497) Speed up parquet metadata decode with hand-written Thrift (#27427) Add streaming support for grouped AsOf join (#27293) 🚀 Performance improvements Eliminate filters with contradictory predicates (#27775) Update to new jemalloc (#27797) Do not materialize ScalarColumn in Column…

P
Polars Database v1.41.2

Python Polars 1.41.2

🚀 Performance improvements Update to new jemalloc (#27797) Do not materialize ScalarColumn in Column split_at (#27782) Avoid materializing broadcast in array.shift (#27740) Avoid materializing broadcast list in list.sample(n) and list.sample(frac) (#27679) ✨ Enhancements Update to new jemalloc (#27797) 🐞 Bug fixes Broken link to AI Policy corrected (#27793) Update to new jemalloc (#27797) 📖 Docume…

P
Polars Database v1.41.1

Python Polars 1.41.1

🚀 Performance improvements Adaptive size dispatch to hashset or radix sort + capacity-aware reset in agg_n_unique (#27719) ✨ Enhancements Allow deeper expressions (#27768) 🐞 Bug fixes Raise length mismatch in multiple sort_by in group_by (#27772) Respect min_samples for rolling_by ops with nulls (#27706) Fix memory usage regression affecting TPCH Q22 (#27758) Add POLARS_ALLOW_NESTED_CSPE env var a…

P
Polars Database v1.41.0

Python Polars 1.41.0

🏆 Highlights Add LazyFrame.gather (#27501) Nested common subplan elimination (#27340) Stabilize streaming engine (#27497) Speed up parquet metadata decode with hand-written Thrift (#27427) ⚠️ Deprecations Deprecate the StringCache (#27580) 🚀 Performance improvements Dispatch {list,arr}.{unique,n_unique,reverse} to group_by engine (#27278) Improve in-memory grouped non-null count (#27702) Factor sh…

P
Polars Database v1.40.1

Python Polars 1.40.1

🚀 Performance improvements Skip validity mask processing in __array_ufunc__ when no inputs have nulls (#27358) ✨ Enhancements Cargo deny (#27363) Add maintain_order parameter to merge_sorted (#27263) 🐞 Bug fixes Honor having predicate in GroupBy iter (#27370) Use the physical dtype for NumUnorderedImplodeReducer arrow ListArray (#27375) Address bug in reduce_balanced for certain input length lists…

P
Polars Database v1.40.0

Python Polars 1.40.0

🏆 Highlights Add streaming support for grouped AsOf join (#27293) ⚠️ Deprecations Deprecate support for dataframe interchange protocol (#27214) 🚀 Performance improvements Create IR slice from expr slice pushdown (#27200) Add streaming support for grouped AsOf join (#27293) Avoid unnecessary rechunk when sorting already sorted DataFrame (#27264) Lower basic over() to streaming primitives (#27303) L…