Skip to content

Commit e0708c7

Browse files
assignUseramoeba
andcommitted
GH-46051: [R] Backport NEWS.md changes from 19.0.1.1 (#46056)
### Rationale for this change Keep NEWS.md in sync ### What changes are included in this PR? Update NEWS.md ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #46051 Lead-authored-by: "Bryce Mecum <[email protected]>" Co-authored-by: Jacob Wujciak-Jens <[email protected]> Co-authored-by: Bryce Mecum <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
1 parent df361ce commit e0708c7

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

r/NEWS.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,23 @@
1919

2020
# arrow 19.0.1.9000
2121

22+
# arrow 19.0.1.1
23+
24+
## Minor improvements and fixes
25+
26+
- Updated internal code to comply with new CRAN requirements on non-API calls ([#45949](https://github.com/apache/arrow/issues/45949))
27+
- Enable building the bundled third-party libraries under CMake 4.0 ([#45987](https://github.com/apache/arrow/issues/45987))
28+
2229
# arrow 19.0.1
2330

24-
# arrow 19.0.0
31+
This release primarily updates the underlying Arrow C++ version used by the
32+
package to version 19.0.1 and includes all changes from the 19.0.0 and 19.0.1
33+
releases. For what's changed in Arrow C++ 19.0.0, please see the [blog
34+
post](https://arrow.apache.org/blog/2025/01/16/19.0.0-release/) and
35+
[changelog](https://arrow.apache.org/release/19.0.0.html#changelog).
36+
For what's changed in Arrow C++ 19.0.1, please see the [blog
37+
post](https://arrow.apache.org/blog/2025/02/16/19.0.1-release/) and
38+
[changelog](https://arrow.apache.org/release/19.0.1.html#changelog).
2539

2640
# arrow 18.1.0
2741

@@ -72,7 +86,7 @@
7286
## Minor improvements and fixes
7387

7488
* Dataset and table output printing now truncates schemas longer than 20 items long (#38916)
75-
* Fixed pointer conversion to Python for latest reticulate to ensure data can be passed between Arrow and PyArrow (#39969)
89+
* Fixed pointer conversion to Python for latest reticulate to ensure data can be passed between Arrow and PyArrow (#39969)
7690
* Check on macOS if we are using GNU libtool is and ensure we use macOS libtool instead (#40259)
7791
* Fix an error where creating a bundled tarball with all dependencies was failing on Windows (@hutch3232, #40232)
7892

@@ -86,7 +100,7 @@
86100
data into R (@m-muecke, #38601).
87101
* Calling `dimnames` or `colnames` on `Dataset` objects now returns a useful
88102
result rather than just `NULL` (#38377).
89-
* The `code()` method on Schema objects now takes an optional `namespace`
103+
* The `code()` method on Schema objects now takes an optional `namespace`
90104
argument which, when `TRUE`, prefixes names with `arrow::` which makes
91105
the output more portable (@orgadish, #38144).
92106

@@ -101,7 +115,7 @@
101115
ND-JSON support added in arrow 13.0.0 (@Divyansh200102, #38258).
102116
* To make debugging problems easier when using arrow with AWS S3
103117
(e.g., `s3_bucket`, `S3FileSystem`), the debug log level for S3 can be set
104-
with the `AWS_S3_LOG_LEVEL` environment variable.
118+
with the `AWS_S3_LOG_LEVEL` environment variable.
105119
See `?S3FileSystem` for more information. (#38267)
106120
* Using arrow with duckdb (i.e., `to_duckdb()`) no longer results in warnings
107121
when quitting your R session. (#38495)
@@ -143,8 +157,8 @@
143157

144158
* If pkg-config fails to detect the required libraries an additional search
145159
without pkg-config is run (#38970).
146-
* Fetch the latest nightly Arrow C++ binary when installing a development
147-
Version (#38236).
160+
* Fetch the latest nightly Arrow C++ binary when installing a development
161+
Version (#38236).
148162

149163
# arrow 14.0.0.1
150164

@@ -168,7 +182,7 @@
168182
* `schema()` can now be called on `data.frame` objects to retrieve their
169183
inferred Arrow schema (#37843).
170184
* CSVs with a comma or other character as decimal mark can now be read in
171-
by the dataset reading functions and new function `read_csv2_arrow()`
185+
by the dataset reading functions and new function `read_csv2_arrow()`
172186
(#38002).
173187

174188
## Minor improvements and fixes
@@ -246,7 +260,7 @@
246260

247261
# arrow 12.0.1
248262

249-
* Update the version of the date library vendored with Arrow C++ library
263+
* Update the version of the date library vendored with Arrow C++ library
250264
for compatibility with tzdb 0.4.0 (#35594, #35612).
251265
* Update some tests for compatibility with waldo 0.5.1 (#35131, #35308).
252266

0 commit comments

Comments
 (0)