Skip to content

Releases: pola-rs/r-polars

v0.6.0

04 May 10:32
2148237
Compare
Choose a tag to compare

0.6.0 is here!

Find all relevant changes in NEWS

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Apr 22:31
e9d98de
Compare
Choose a tag to compare

What's Changed

Awesome New Contributors 🚀 🎸 🍰 🎉

Full Changelog: v0.4.7...v0.5.0

v0.4.7

05 Apr 20:38
8c8c491
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉 🥳

Full Changelog: v0.4.6...v0.4.7

v0.4.6

13 Mar 20:43
d62d810
Compare
Choose a tag to compare

What's new

  • Almost all Expr translated, only missing 'binary'-expr now. #52 #53

  • Run polar queries in detached background threads, no need for any parallel libraries or cluster config #56 #59

  • Full support for when-then-otherwise-syntax #65

  • rpolars now uses bit64 integer64 vectors as input/output for i64 vectors: #68 #69

  • use pl$from_arrow to zero-copy(almost) import Table/Array from r-arrow. #67

  • Support inter process connections with scan_ipc

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

21 Feb 14:41
12c72eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.5

v0.4.3

01 Feb 14:52
c8c8108
Compare
Choose a tag to compare

What's Changed

###All DateTime expresssions implemented + update rust-polars to latest commit.

Developer changes

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Jan 21:44
8187128
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V0.4.1...v0.4.2

V0.4.1

12 Jan 16:29
1daf373
Compare
Choose a tag to compare

What's Changed

Dev env

  • Renv is deactivated as default. Renv.lock still defines package stack on build server @sorhawell in #19

Minor stuff

New Contributors

Full Changelog: v0.4.0...V0.4.1

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