Skip to content

Python Polars 0.18.10

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 11:41
· 3044 commits to refs/heads/main since this release
459379b

✨ Enhancements

  • raise a better error message from read_database if not passed a string URI (#10191)
  • Add pyarrow write_to_dataset to write_parquet function (#9835)

🐞 Bug fixes

  • fix is_in on empty series (#10195)
  • fix cse windows (#10197)
  • block predicate pushdown is_in and null producing … (#10194)
  • prevent re-ordering of dict keys inside .apply (#10172)
  • initialize fixed null values (#10192)
  • Don't pickle _scan_impl (#10175)
  • ensure window function run partitioned when cse is hit (#10170)

🛠️ Other improvements

  • prepend set_ to set operations on lists (#10182)
  • Track version in deprecation utils (#10147)
  • Add a simple util issue_deprecation_warning (#10146)
  • more precise checks for inefficient apply warnings (#10135)

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