Skip to content

Commit

Permalink
Remove future entries from NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed May 25, 2024
1 parent 34ef719 commit 1ede55f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@

# arrow 16.1.0

# arrow 15.0.2
* R functions that users write that use functions that Arrow supports in dataset queries now can be used in queries too. Previously, only functions that used arithmetic operators worked. For example, `time_hours <- function(mins) mins / 60` worked, but `time_hours_rounded <- function(mins) round(mins / 60)` did not; now both work. These are automatic translations rather than true user-defined functions (UDFs); for UDFs, see `register_scalar_function()`. (#41223)
* `summarize()` supports more complex expressions, and correctly handles cases where column names are reused in expressions.
* The `na_matches` argument to the `dplyr::*_join()` functions is now supported. This argument controls whether `NA` values are considered equal when joining. (#41358)

# arrow 16.1.0

## New features

* Streams can now be written to socket connections (#38897)
Expand Down

0 comments on commit 1ede55f

Please sign in to comment.