Polars: py-0.14.24 Release

Release date:
October 28, 2022
Previous version:
py-0.14.23 (released October 25, 2022)
Magnitude:
2,394 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

19 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored October 28, 2022

Top Contributors in py-0.14.24

ritchie46
alexander-beedie
AlecZorab
ghuls

Directory Browser for py-0.14.24

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

โœจ Enhancements

  • shrink_type expression (#5351)
  • don't raise error but print a warning if mp fork methodโ€ฆ (#5342)
  • tz_localize expression (#5340)
  • accept expr in arr.get (#5337)
  • Implement forward strategy in groupby join_asof (#5335)

๐Ÿž Bug fixes

  • unnest only pushdown column if there are projections (#5360)
  • block is_null predicate in asof join (#5358)
  • ensure that no-projection is seen as select all inโ€ฆ (#5356)
  • resolve duplicated column names in pivot (#5349)
  • remove unused branch in getitem (#5348)
  • nested dicts / list generation (#5336)
  • fix serde of expression (pickle) (#5333)
  • handle old-style module loaders such that we can still lazy load them (#5331)
  • explicit output type in apply (#5328)

๐Ÿ› ๏ธ Other improvements

  • remove multiprocessing check, and leave it to the user (#5347)
  • Update dev, lint and docs dependencies (#5338)
  • lazy module proxy (obviate attribute access guards for missing modules) (#5320)

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