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.15.1 #911

Merged
merged 3 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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.15.0.9000
Version: 0.15.1
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.15.1

### New features

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.38.1/libr_polars-0.38.1-aarch64-apple-darwin.tar.gz 74496332ba599d9829f8f418c8f1cfd1d445282c6173b661a6a8afb86b617498
https://github.com/pola-rs/r-polars/releases/download/lib-v0.38.1/libr_polars-0.38.1-aarch64-unknown-linux-gnu.tar.gz 298ca83bf0b27883ec7c10d23dbfbe8e044032110a8b0a4f144ae55ab160f371
https://github.com/pola-rs/r-polars/releases/download/lib-v0.38.1/libr_polars-0.38.1-x86_64-apple-darwin.tar.gz 2b8ad42c90dbc281149afae03e874ec47ccc8fcfa3ee064e7a364aa296bb1132
https://github.com/pola-rs/r-polars/releases/download/lib-v0.38.1/libr_polars-0.38.1-x86_64-pc-windows-gnu.tar.gz 88a72fd6ace7574b30c2dd542ded040c7a291130048772ee4bdf006daef8b7a4
https://github.com/pola-rs/r-polars/releases/download/lib-v0.38.1/libr_polars-0.38.1-x86_64-unknown-linux-gnu.tar.gz 8ba938024659256b9478af4b65ad9f7568b73581b3e9c99eb8edabb8159f5e27
Loading