Skip to content

Commit

Permalink
MINOR: [Release] Update versions for 17.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed May 14, 2024
1 parent 6c386da commit cc1e1d8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
_realname=arrow
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=16.0.0.9000
pkgver=16.1.0.9000
pkgrel=8000
pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
arch=("any")
Expand Down
7 changes: 6 additions & 1 deletion docs/source/_static/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
"url": "https://arrow.apache.org/docs/dev/"
},
{
"name": "16.0 (stable)",
"name": "16.1 (stable)",
"version": "",
"url": "https://arrow.apache.org/docs/",
"preferred": true
},
{
"name": "16.0",
"version": "16.0/",
"url": "https://arrow.apache.org/docs/16.0/"
},
{
"name": "15.0",
"version": "15.0/",
Expand Down
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arrow
Title: Integration to 'Apache' 'Arrow'
Version: 16.0.0.9000
Version: 16.1.0.9000
Authors@R: c(
person("Neal", "Richardson", email = "[email protected]", role = c("aut")),
person("Ian", "Cook", email = "[email protected]", role = c("aut")),
Expand Down
4 changes: 3 additions & 1 deletion r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
under the License.
-->

# arrow 16.0.0.9000
# arrow 16.1.0.9000

# arrow 16.1.0

* R functions that users write that use functions that Arrow supports in dataset queries now can be used in queries too. Previously, only functions that used arithmetic operators worked. For example, `time_hours <- function(mins) mins / 60` worked, but `time_hours_rounded <- function(mins) round(mins / 60)` did not; now both work. These are automatic translations rather than true user-defined functions (UDFs); for UDFs, see `register_scalar_function()`. (#41223)
* `summarize()` supports more complex expressions, and correctly handles cases where column names are reused in expressions.
Expand Down
4 changes: 2 additions & 2 deletions r/pkgdown/assets/versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"name": "16.0.0.9000 (dev)",
"name": "16.1.0.9000 (dev)",
"version": "dev/"
},
{
"name": "16.0.0 (release)",
"name": "16.1.0 (release)",
"version": ""
},
{
Expand Down

0 comments on commit cc1e1d8

Please sign in to comment.