Change8

Migrating to Polars rs-0.47.0

Version rs-0.47.0 introduces 1 breaking change. This guide details how to update your code.

Released: 5/5/2025

1
Breaking Changes
0
Migration Steps
12
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

histcollect_allpl.ArrayDataFrameSeriestorch.TensorExpr.diffdt.is_business_daycat.slicerepeat_byis_inLazyFrame.profile

Breaking Changes

Issue #1

Make bottom interval closed in `hist` (#22090)

Release Summary

This release introduces significant performance improvements across the streaming engine, new SQL functions, and enhanced support for array types and various sink configurations. A breaking change was made to how the bottom interval is handled in `hist`.

Need More Details?

View the full release notes and all changes for Polars rs-0.47.0.

View Full Changelog