Skip to content

Commit

Permalink
release: version 0.18.0 (pola-rs#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Jul 6, 2024
1 parent d67c57d commit 4ee3340
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: polars
Title: Lightning-Fast 'DataFrame' Library
Version: 0.17.0.9000
Version: 0.18.0.9000
Depends: R (>= 4.2)
Imports: utils, codetools, methods
Authors@R:
Expand Down Expand Up @@ -118,5 +118,5 @@ Collate:
'zzz.R'
Config/rextendr/version: 0.3.1
VignetteBuilder: knitr
Config/polars/LibVersion: 0.40.1
Config/polars/LibVersion: 0.41.0
Config/polars/RustToolchainVersion: nightly-2024-06-23
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## Polars R Package (development version)

Updated rust-polars to 0.41.3 (#1147, #1156).
## Polars R Package 0.18.0

### Breaking changes

- Updated rust-polars to 0.41.3 (#1147, #1156).
- In `$n_chunks()`, the default value of `strategy` now is `"first"` (#1137).
- `$sample()` for Expr and DataFrame (#1136):
- the argument `frac` is renamed `fraction`;
Expand Down Expand Up @@ -48,7 +49,6 @@ Updated rust-polars to 0.41.3 (#1147, #1156).
- In `$join()`, when `how = "cross"`, `on`, `left_on` and `right_on` must be
`NULL` (#1147).


### New features

- New method `$has_nulls()` (#1133).
Expand Down
6 changes: 6 additions & 0 deletions tools/lib-sums.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
url sha256sum
https://github.com/pola-rs/r-polars/releases/download/lib-v0.41.0/libr_polars-0.41.0-aarch64-apple-darwin.tar.gz 7816ec3d1a4b81942a3db9175f4931918c72c49f573f3cadcaccefcc49781ef1
https://github.com/pola-rs/r-polars/releases/download/lib-v0.41.0/libr_polars-0.41.0-aarch64-unknown-linux-gnu.tar.gz 1775c3a04697d6cc84f1b2450f9721b3ff91ee132ae0cfc69c32eeec9197dbef
https://github.com/pola-rs/r-polars/releases/download/lib-v0.41.0/libr_polars-0.41.0-x86_64-apple-darwin.tar.gz 78689bc91e3b0a9b8e580d896e98f1f63d1d64c8254726ca6041c50db5e228a5
https://github.com/pola-rs/r-polars/releases/download/lib-v0.41.0/libr_polars-0.41.0-x86_64-pc-windows-gnu.tar.gz c4b226271fa29cd3a533677fae3afbe55ce76f0107ee74aa06e8f60b3ed298e9
https://github.com/pola-rs/r-polars/releases/download/lib-v0.41.0/libr_polars-0.41.0-x86_64-unknown-linux-gnu.tar.gz ef4ad1788d95b9c0167c7d4a565858ac2115effce67fbaae39122d5c7f84ef42

0 comments on commit 4ee3340

Please sign in to comment.