Skip to content

Commit

Permalink
GH-44518: [R] Update NEWS for 18.0.0 (#44520)
Browse files Browse the repository at this point in the history
### Rationale for this change

Update NEWS for release

### What changes are included in this PR?

Update NEWS for release

### Are these changes tested?

No

### Are there any user-facing changes?

No
* GitHub Issue: #44518

Authored-by: Nic Crane <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
  • Loading branch information
thisisnic authored Oct 26, 2024
1 parent 1b40800 commit a3c39ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@

# arrow 17.0.0.9000

## Minor improvements and fixes

* Fix bindings to allow filtering a factor column in a Dataset using `%in%` (#43446)
* Update `str_sub` binding to properly handle negative `end` values (@coussens, #44141)
* Fix summarize() performance regression (pushdown) (#43649)
* Fix altrep string columns from readr (#43351)
* Fix crash in ParquetFileWriter$WriteTable and add WriteBatch (#42241)
* Fix bindings in Math group generics (@aboyoun, #43162)
* Fix pull on a grouped query returns the wrong column (#43172)

# arrow 17.0.0

## New features
Expand Down

0 comments on commit a3c39ec

Please sign in to comment.