Releases: pola-rs/r-polars
Releases · pola-rs/r-polars
V0.4.0
Breaking changes
Class label "DataType" is now called "RPolarsDataType". Syntax wise 'DataType' can still be used, e.g. .pr$DataType$
- try fix name space collision with arrow by @sorhawell in #15
New features
all list Expr$arr$list functions have been translated:
- Expr list 2.0 by @sorhawell in #10
- Expr list 3.0 by @sorhawell in #12
Dev environment
- update rextendr by @sorhawell in #13
Full Changelog: V0.3.1...v0.4.0
V0.3.1
What's Changed
- drop github action upload pre-release of PR's by @sorhawell in #7
- Fix readme typo by @erjanmx in #6
- Expr arr list functions + rework r_to_series by @sorhawell in #2
New Contributors
Full Changelog: v0.3.0...V0.3.1
v0.3.0
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