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: version 0.19.0 #1210

Merged
merged 1 commit into from
Aug 29, 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.18.0.9000
Version: 0.19.0
Depends: R (>= 4.2)
Imports: utils, codetools, methods
Authors@R:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NEWS

## Polars R Package (development version)
## Polars R Package 0.19.0

### Breaking changes

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.42.0/libr_polars-0.42.0-aarch64-apple-darwin.tar.gz 01d5b4901b8a3c40383791a3be24c1501e43c76cadbd61f11ddad0af574a7569
https://github.com/pola-rs/r-polars/releases/download/lib-v0.42.0/libr_polars-0.42.0-aarch64-unknown-linux-gnu.tar.gz bb3728ea09ef36b833c6993bf571c649a21fef05800e72fb0489fc0573c015c3
https://github.com/pola-rs/r-polars/releases/download/lib-v0.42.0/libr_polars-0.42.0-x86_64-apple-darwin.tar.gz 09c3d1f5a54f2d97c5bdaa36605eb878019dfd8fffd111e0a96de76a5ca57e65
https://github.com/pola-rs/r-polars/releases/download/lib-v0.42.0/libr_polars-0.42.0-x86_64-pc-windows-gnu.tar.gz dea0e23194e9fc5eb7e226f0d0b25f74610319d0f96ba1f832315afaae50f5a1
https://github.com/pola-rs/r-polars/releases/download/lib-v0.42.0/libr_polars-0.42.0-x86_64-unknown-linux-gnu.tar.gz 492555ad0af9f0b30dbef82025d9a3400ff31990cf33c122e6bd88a38097ceab
Loading