Skip to content

Commit

Permalink
Update NEWS for 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Oct 23, 2024
1 parent 10ac8e0 commit ba908e4
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 18.0.0

## 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 ba908e4

Please sign in to comment.