This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new b9631d7182 GH-47120: [R] Update NEWS for 21.0.0 (#47121)
b9631d7182 is described below
commit b9631d7182c0f3ae04860cf3d51d79667268e999
Author: Nic Crane <[email protected]>
AuthorDate: Sat Jul 19 19:57:25 2025 +0100
GH-47120: [R] Update NEWS for 21.0.0 (#47121)
### Rationale for this change
NEWS file not updated
### What changes are included in this PR?
Update NEWS.md for the release
### Are these changes tested?
no
### Are there any user-facing changes?
nope
* GitHub Issue: #47120
Lead-authored-by: Nic Crane <[email protected]>
Co-authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
r/NEWS.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/r/NEWS.md b/r/NEWS.md
index 0be0bc8e0d..2c010576a4 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -19,13 +19,23 @@
# arrow 20.0.0.9000
+## New features
+
+- Support for Arrow's 32 and 64 bit Decimal types (#46720).
+- `hms::hms()` and `hms::as_hms()` bindings implemented to create and
manipulate time of day variables (#46206).
+- `atan()`, `sinh()`, `cosh()`, `tanh()`, `asinh()`, `acosh()`, and `tanh()`,
and `expm1()` bindings added (#44953).
+
## Minor improvements and fixes
-- Added bindings for atan, sinh, cosh, tanh, asinh, acosh, and tanh, and expm1
(#44953)
- Expose an option `check_directory_existence_before_creation` in
`S3FileSystem`
- to reduce I/O calls on cloud storage (@HaochengLIU, #41998)
+ to reduce I/O calls on cloud storage (@HaochengLIU, #41998).
- `case_when()` now correctly detects objects that are not in the global
environment (@etiennebacher, #46667).
+- Negative fractional dates now correctly converted to integers by flooring
values (#46873).
+- Backwards compatibility checks for legacy Arrow C++ versions have been
removed
+ from the R package (#46491). This shouldn't affect most users this package
and would only impact you
+ if you were building the R package from source with different R package and
Arrow C++ versions.
+- Require CMake 3.25 or greater in bundled build script for full-source builds
(#46834). This shouldn't affect most users.
# arrow 20.0.0.1