Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.16.1 #1045

Merged
merged 4 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: polars
Title: Lightning-Fast 'DataFrame' Library
Version: 0.16.0.9000
Version: 0.16.1
Depends: R (>= 4.2)
Imports: utils, codetools, methods
Authors@R:
Expand Down
12 changes: 10 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# NEWS

## polars (development version)
## polars 0.16.1

This is a small hot-fix release to update dependent Rust polars to 0.39.1 (#1042).

Also, there are some updates.

### Bug fixes

* `$len()` now correctly includes `null` values in the count (#1044).
- `$len()` now correctly includes `null` values in the count (#1044).

### Other improvements

- `$arr$max()` and `$arr$min()` work without the `nightly` feature (#1042).

## Polars R Package 0.16.0

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.39.1/libr_polars-0.39.1-aarch64-apple-darwin.tar.gz 9b33f54b2ee22ec0fa855b45f4029c966e69ff2c4c7a11155ccc63682ee36d6b
https://github.com/pola-rs/r-polars/releases/download/lib-v0.39.1/libr_polars-0.39.1-aarch64-unknown-linux-gnu.tar.gz bd9bd4b775e0904b1ef21dd055f53771369b77bb3ec292234daa6c4dc3521f80
https://github.com/pola-rs/r-polars/releases/download/lib-v0.39.1/libr_polars-0.39.1-x86_64-apple-darwin.tar.gz 23c584183f2e0b49c60fcffac18a2d6a3c386a9267068107375e3198831bf18b
https://github.com/pola-rs/r-polars/releases/download/lib-v0.39.1/libr_polars-0.39.1-x86_64-pc-windows-gnu.tar.gz 78b58262290205a0c6b687911726ec51c229f71b9e4e07e68723259f06d7ebdb
https://github.com/pola-rs/r-polars/releases/download/lib-v0.39.1/libr_polars-0.39.1-x86_64-unknown-linux-gnu.tar.gz 9f6dcfb0df047b4527e2fd6017288ea6765ce394d724f7d21c5208d5855472b5
Loading