Skip to content

Commit

Permalink
docs(news): polish news
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 27, 2024
1 parent bb70f8c commit 33d10ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# NEWS

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

### New features

- `$cut()` and `$qcut()` to bin continuous values into discrete categories (#1057).
- `pl$scan_parquet()` and `pl$read_parquet()` can read data from the internet by specifying a URL
to the first argument (#1056, @andyquinterom).
- `pl$scan_parquet()` and `pl$read_parquet()` gain an argument `storage_options`
to scan/read data via cloud storage providers (GCP, AWS, Azure). Note that this
support is experimental (#1056, @andyquinterom).
Expand All @@ -15,7 +17,7 @@
- In some read/scan functions, downloading files could fail if the URL was too
long. This is now fixed (#1049, @DyfanJones).

## polars 0.16.1
## Polars R Package 0.16.1

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

Expand Down

0 comments on commit 33d10ed

Please sign in to comment.