Skip to content

Python Polars 0.15.18

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 18:13
292fe16

✨ Enhancements

  • More precise pipe type annotation (#6457)

🐞 Bug fixes

  • use consistent floor division for floats/ints (#6460)
  • split semi/anti join optimization (#6459)

🛠️ Other improvements

  • Specify deltalake minimum version (#6363)
  • deprecate iterrows in favour of iter_rows, add new @redirect class decorator (#6461)
  • Improve IO test structure (#6453)

Thank you to all our contributors for making this release possible!
@alexander-beedie, @josh, @ritchie46 and @stinodego