Skip to content

v0.4.0

Compare
Choose a tag to compare
@abstractqqq abstractqqq released this 06 Apr 21:51
· 501 commits to main since this release
594d8cc

Breaking Changes

For almost all old functions that were invoked like

pl.col("a").name_space.method_call(, ...)

You can now call them via

import polars_ds as pds

pds.method_call(...)

Linters now should recognize the package and all its methods.

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.4.0