Skip to content

Python Polars 0.16.4

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 10:33
c060bef

πŸš€ Performance improvements

  • remove PySequence downcast (#6803)
  • optimize arg_min/arg_max (#6799)

✨ Enhancements

  • boolean Series broadcast comparison (eq/neq) against scalar True/False (#6797)

🐞 Bug fixes

  • ensure join frame types are consistent (#6798)
  • enable empty DataFrame (and Series) init from List of Structs/Lists schema/dtype (#6795)

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