Skip to content

Commit c7cb411

Browse files
authored
GH-49793: [R] Update NEWS.md for 24.0.0 (#49794)
### Rationale for this change Update NEWS for 24.0.0 ### What changes are included in this PR? Update NEWS for 24.0.0 ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #49793 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent 36c8c9a commit c7cb411

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

r/NEWS.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,26 @@
1717
under the License.
1818
-->
1919

20-
# arrow 23.0.1.9000
20+
# arrow 24.0.0.9000
21+
22+
# arrow 24.0.0
23+
24+
## New features
25+
26+
- `dplyr::when_any()` and `dplyr::when_all()` helper bindings (#49535).
27+
- `dplyr::filter_out()` binding (@larry77, #49256).
28+
- `dplyr::recode_values()`, `dplyr::replace_values()`, and `dplyr::replace_when()` bindings (#49536).
29+
- `write_dataset()` gains a `preserve_order` argument to preserve row ordering within partitions (@marberts, #49343).
30+
31+
## Minor improvements and fixes
32+
33+
- Zero-length `POSIXct` objects with integer storage (as created by `as.POSIXct(NULL)` in R 4.5.2+) are now correctly mapped to timestamp type instead of integer (#49619).
34+
- `all.equal()` S3 method is now correctly registered (@MichaelChirico, #49481).
35+
36+
## Installation
37+
38+
- arm64 (aarch64) Linux binaries are now available (#48574).
39+
2140
# arrow 23.0.1.2
2241

2342
## Minor improvements and fixes

0 commit comments

Comments
 (0)