We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b4b6c commit cd24fcdCopy full SHA for cd24fcd
1 file changed
r/NEWS.md
@@ -18,6 +18,19 @@
18
-->
19
20
# arrow 24.0.0
21
+
22
+## New features
23
24
+- Added support for dplyr's `filter_out()` (#49256)
25
+- Added support for dplyr's `when_any()` and `when_all()` (#49535)
26
+- Pre-built libarrow binaries are now available for Linux `arm64` users (#48574)
27
28
+## Minor improvements and fixes
29
30
+- Added a new `preserve_order` argument to `write_dataset` which can be set to `TRUE` to preserve the order of rows when writing (#49343)
31
+- Improved the error message when reading CSVs with columns that start with many empty values (#49338)
32
+- Fixed a crash when handling zero-length POSIXct vectors (#49619)
33
34
# arrow 23.0.1.2
35
36
## Minor improvements and fixes
0 commit comments