Skip to content

Releases: pola-rs/r-polars

V0.4.0

11 Jan 14:31
Compare
Choose a tag to compare

Breaking changes

Class label "DataType" is now called "RPolarsDataType". Syntax wise 'DataType' can still be used, e.g. .pr$DataType$

New features

all list Expr$arr$list functions have been translated:

Dev environment

Full Changelog: V0.3.1...v0.4.0

V0.3.1

07 Jan 17:18
0283759
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...V0.3.1

v0.3.0

31 Dec 08:48
Compare
Choose a tag to compare

What's Changed

  • use jemalloc(linux) else mimallac as py-polars by @sorhawell in #1
  • Bump rust polars 26.1 by @sorhawell in #3
    • Expr_interpolate now has two methods, linear, nearest
    • Expr_quantile also takes quantile value as an expression
    • map_alias improved error handling

Full Changelog: v0.2.1...v0.3.0

v0.2.1

27 Dec 13:27
Compare
Choose a tag to compare

first release from pola-rs site