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.22.0 #1303

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all 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.21.0.9000
Version: 0.22.0.9000
Depends: R (>= 4.2)
Imports: utils, codetools, methods
Authors@R:
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

## Polars R Package (development version)

## Polars R Package 0.22.0

### Breaking changes

- Updated Rust Polars to 0.45.1 (#1302).
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.45.0/libr_polars-0.45.0-aarch64-apple-darwin.tar.gz bd7b33d8451769bcb9fc463c3061bde3e06db6520833175d5cc16ede26e066bd
https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-aarch64-unknown-linux-gnu.tar.gz 65edd7aa1832379efd851f0c20ebe6bd0f29c515aaac9f3cbe0f94cc6efb194a
https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-x86_64-apple-darwin.tar.gz 464ad4d37d2fc75a575c496fe6f3f406109efa44c20523bae9840270782758d2
https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-x86_64-pc-windows-gnu.tar.gz 00435568a5980f0d2c82f7ef6b3ee1294261aa89efd670f64018153fe7f6fa4a
https://github.com/pola-rs/r-polars/releases/download/lib-v0.45.0/libr_polars-0.45.0-x86_64-unknown-linux-gnu.tar.gz 52a7ebfce3d02beea4f55d2a049d15a491aa83e269ccb11fabe8b6e0da64854e
Loading