|
19 | 19 |
|
20 | 20 | # arrow 19.0.1.9000 |
21 | 21 |
|
| 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 | + |
22 | 29 | # arrow 19.0.1 |
23 | 30 |
|
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). |
25 | 39 |
|
26 | 40 | # arrow 18.1.0 |
27 | 41 |
|
|
72 | 86 | ## Minor improvements and fixes |
73 | 87 |
|
74 | 88 | * 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) |
76 | 90 | * Check on macOS if we are using GNU libtool is and ensure we use macOS libtool instead (#40259) |
77 | 91 | * Fix an error where creating a bundled tarball with all dependencies was failing on Windows (@hutch3232, #40232) |
78 | 92 |
|
|
86 | 100 | data into R (@m-muecke, #38601). |
87 | 101 | * Calling `dimnames` or `colnames` on `Dataset` objects now returns a useful |
88 | 102 | 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` |
90 | 104 | argument which, when `TRUE`, prefixes names with `arrow::` which makes |
91 | 105 | the output more portable (@orgadish, #38144). |
92 | 106 |
|
|
101 | 115 | ND-JSON support added in arrow 13.0.0 (@Divyansh200102, #38258). |
102 | 116 | * To make debugging problems easier when using arrow with AWS S3 |
103 | 117 | (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. |
105 | 119 | See `?S3FileSystem` for more information. (#38267) |
106 | 120 | * Using arrow with duckdb (i.e., `to_duckdb()`) no longer results in warnings |
107 | 121 | when quitting your R session. (#38495) |
|
143 | 157 |
|
144 | 158 | * If pkg-config fails to detect the required libraries an additional search |
145 | 159 | 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). |
148 | 162 |
|
149 | 163 | # arrow 14.0.0.1 |
150 | 164 |
|
|
168 | 182 | * `schema()` can now be called on `data.frame` objects to retrieve their |
169 | 183 | inferred Arrow schema (#37843). |
170 | 184 | * 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()` |
172 | 186 | (#38002). |
173 | 187 |
|
174 | 188 | ## Minor improvements and fixes |
|
246 | 260 |
|
247 | 261 | # arrow 12.0.1 |
248 | 262 |
|
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 |
250 | 264 | for compatibility with tzdb 0.4.0 (#35594, #35612). |
251 | 265 | * Update some tests for compatibility with waldo 0.5.1 (#35131, #35308). |
252 | 266 |
|
|
0 commit comments