Skip to content

Commit

Permalink
chore: increment version number to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Feb 12, 2024
1 parent c4d05c5 commit 8387e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.13.1.9000
Version: 0.14.0
Depends: R (>= 4.2)
Imports: utils, codetools
Authors@R:
Expand Down
6 changes: 3 additions & 3 deletions 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.14.0

### Breaking changes due to Rust-polars update

Expand All @@ -26,7 +26,7 @@

- The `simd` feature of the Rust library is removed in favor of
the new `nightly` feature (#800).
If you specified `simd` via the `LIBR_POLARS_FEATURES` environment variable
If you specified `simd` via the `LIBR_POLARS_FEATURES` environment variable
during source installations, please use `nightly` instead;
there is no change if you specified `full_features` because
it now contains `nightly` instead of `simd`.
Expand Down Expand Up @@ -56,7 +56,7 @@

- `pl$threadpool_size()` is deprecated and will be removed in 0.15.0. Use
`pl$thread_pool_size()` instead (#784).

### New features

- Implementation of the subnamespace `$arr` for expressions on `array`-type
Expand Down

0 comments on commit 8387e0a

Please sign in to comment.