Skip to content

v1.0.1

Compare
Choose a tag to compare
@eitsupi eitsupi released this 22 Jul 13:19

This is a small patch release that includes minor improvements discovered right after the 1.0.0 release.

Performance

  • The performance of creating polars expressions has been significantly improved (#1444).

Other improvements

  • To improve interoperability with other data.frame-like objects, the [[ operator can now be used to extract a column from a polars DataFrame as a Series (#1442).