Releases: pola-rs/r-polars
Releases · pola-rs/r-polars
v0.4.2
What's Changed
- fix minor Series syntax issue #8 @sorhawell in #22
- nanoarrow followup: docs + adjust test by @sorhawell in #21
- Add R CMD check workflow by @eitsupi in #23
- usethis::use_mit_license() by @yutannihilation in #27
- Fix check errors by @sorhawell in #26
New Contributors
- @eitsupi made their first contribution in #23
- @yutannihilation made their first contribution in #27
Full Changelog: V0.4.1...v0.4.2
V0.4.1
What's Changed
- Export ArrowArrayStream from polars data frame by @paleolimbot in #5
- Minor arithmetics syntax improvement @sorhawell in #20
Dev env
- Renv is deactivated as default. Renv.lock still defines package stack on build server @sorhawell in #19
Minor stuff
- Improve docs by @sorhawell in #16
- Update rust polars to +26.1 by @sorhawell in #18
New Contributors
- @paleolimbot made their first contribution in #5
Full Changelog: v0.4.0...V0.4.1
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