Skip to content

Python Polars 0.19.5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 15:35
· 2520 commits to refs/heads/main since this release
b83bf67

🚀 Performance improvements

  • remove double memcopy (#11365)
  • adress perf regression (#11354)

🐞 Bug fixes

  • revert invalid runtime check (#11363)
  • more cloud urls (#11361)
  • ensure cloud globbing can deal with spaces (#11360)
  • recognize more cloud urls (#11357)

🛠️ Other improvements

  • Disable version warning banner for now (#11359)
  • Fix error message reference to infer_schema_length (#11358)
  • Mark some tests as slow (#11350)
  • improve parametric tests for group_by_rolling by skipping overflowing cases (#11286)

Thank you to all our contributors for making this release possible!
@MarcoGorelli, @jonashaag, @orlp, @ritchie46 and @stinodego