This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a change to tag r-universe-release
in repository https://gitbox.apache.org/repos/asf/arrow.git
*** WARNING: tag r-universe-release was modified! ***
from 84708fe2cdb (commit)
to dee97d52600 (commit)
omit 84708fe2cdb Remove extra semicolon
omit 003f20bb037 [CRAN] Add checksums
omit 036a5808f71 fix roxygen2 complaints
omit 3794f8703f5 remove deprecated functions
omit cfd7b7ab6ba Remove badges
omit cd588e78511 GH-50496: [R] Remove minimum R version entry from NEWS
omit 4917ffe2b93 GH-50496: [R] Polish NEWS.md for 25.0.0
omit a516948f640 Rename .Names to names
omit 36ba8a5bdcb GH-50339: [R] read_ipc_stream fails to unify nested uint64
fields inside a Struct array across record batches (#50374)
omit 981c9caa6ff MINOR: [R] Adjust parallel::detectCores if NA to not break
--parallel input in CMake (#50317)
omit 22eb85e827a [R] Advance arrow_available() and type() from Deprecated
to Defunct
add 8fb632a2eeb GH-50383: [Release] Remove deprecated -f flag on conda
create environment (#50384)
add fe141358b27 GH-50428: [C++] Better mimalloc configuration on macOS
(#50549)
add d1eaaedef3c GH-50326: [Python] Convert arrays to Python objects
without per-element Scalars in to_pylist (#50327)
add 14915898633 GH-50503: [Parquet] Remove SVE128 unpack (#50611)
add f5037be3f02 GH-50578: [C++][FlightRPC][ODBC] Always return SQL_NO_DATA
from GetMoreResults (#50700)
add e70ebf50f0b GH-50600: [Release] Pin Python version in Conda
verification environment
add 849d4634e77 GH-50808: [Python] Narrow Feather deprecation to V1 format
(#50685)
add 91dbae1f717 MINOR: [Release] Update CHANGELOG.md for 25.0.1
add 7bdf01ada82 MINOR: [Release] Update .deb/.rpm changelogs for 25.0.1
add beccec0d0c4 MINOR: [Release] Update versions for 25.0.1
add cecf599faf5 Remove badges
add d1fb01549e1 Update NEWS
add df0fca684d9 MINOR: [R] Adjust parallel::detectCores if NA to not break
--parallel input in CMake (#50317)
add a9f512d662e GH-50339: [R] read_ipc_stream fails to unify nested uint64
fields inside a Struct array across record batches (#50374)
add a518a81e694 GH-50495: [R] 25.0.0 Release followups (#50786)
add 64e1b80aea8 Reove duplication from NEWS
add 83a12f48874 Remove Azure filesystem code introduced by bad conflict
resolution; regenerate docs
add 1ab62a7ae3d GH-50487: [C++] Extra semicolon warning from
ARROW_SUPPRESS_DEPRECATION_WARNING macro with -Wpedantic (#50489)
add c2cc538eb97 [CRAN] Add checksums
add dee97d52600 GH-50476: [R] empty_named_list() uses deprecated .Names in
structure() (#50485)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (84708fe2cdb)
\
N -- N -- N refs/tags/r-universe-release (dee97d52600)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 20 ++
c_glib/meson.build | 2 +-
c_glib/vcpkg.json | 2 +-
ci/scripts/PKGBUILD | 2 +-
cpp/CMakeLists.txt | 2 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 12 +
cpp/meson.build | 2 +-
cpp/src/arrow/CMakeLists.txt | 28 ++-
.../flight/sql/odbc/odbc_impl/odbc_statement.cc | 6 +-
.../arrow/flight/sql/odbc/tests/statement_test.cc | 7 -
cpp/src/arrow/util/bpacking.cc | 7 +-
cpp/src/arrow/util/bpacking_benchmark.cc | 5 -
cpp/src/arrow/util/bpacking_simd_128_alt.cc | 51 -----
cpp/src/arrow/util/bpacking_simd_internal.h | 28 ---
cpp/src/arrow/util/bpacking_test.cc | 9 -
cpp/thirdparty/versions.txt | 4 +-
cpp/vcpkg.json | 2 +-
dev/release/verify-release-candidate-wheels.bat | 2 +-
dev/release/verify-release-candidate.sh | 7 +-
dev/tasks/homebrew-formulae/apache-arrow-glib.rb | 2 +-
dev/tasks/homebrew-formulae/apache-arrow.rb | 2 +-
.../apache-arrow-apt-source/debian/changelog | 6 +
.../yum/apache-arrow-release.spec.in | 3 +
.../linux-packages/apache-arrow/debian/changelog | 6 +
.../linux-packages/apache-arrow/yum/arrow.spec.in | 3 +
docs/source/python/api/formats.rst | 7 +-
docs/source/python/feather.rst | 22 +-
matlab/CMakeLists.txt | 2 +-
python/CMakeLists.txt | 2 +-
python/pyarrow/array.pxi | 157 ++++++++++++-
python/pyarrow/feather.py | 70 ++----
python/pyarrow/includes/libarrow.pxd | 90 ++++----
python/pyarrow/lib.pxd | 7 +
python/pyarrow/tests/test_array.py | 58 +++++
python/pyarrow/tests/test_dataset.py | 6 +-
python/pyarrow/tests/test_feather.py | 47 ++--
python/pyproject.toml | 2 +-
r/DESCRIPTION | 4 +-
r/NAMESPACE | 244 +++++++++++----------
r/NEWS.md | 16 +-
r/R/type.R | 2 -
r/man/infer_type.Rd | 2 +-
r/pkgdown/assets/versions.html | 4 +-
r/pkgdown/assets/versions.json | 4 +-
r/src/type_infer.cpp | 2 +-
.../r-libarrow-darwin-arm64-25.0.0.zip.sha512 | 1 -
.../r-libarrow-darwin-arm64-25.0.1.zip.sha512 | 1 +
.../r-libarrow-darwin-x86_64-25.0.0.zip.sha512 | 1 -
.../r-libarrow-darwin-x86_64-25.0.1.zip.sha512 | 1 +
.../r-libarrow-linux-arm64-25.0.0.zip.sha512 | 1 -
.../r-libarrow-linux-arm64-25.0.1.zip.sha512 | 1 +
.../r-libarrow-linux-x86_64-25.0.0.zip.sha512 | 1 -
.../r-libarrow-linux-x86_64-25.0.1.zip.sha512 | 1 +
.../r-libarrow-windows-x86_64-25.0.0.zip.sha512 | 1 -
.../r-libarrow-windows-x86_64-25.0.1.zip.sha512 | 1 +
ruby/red-arrow-cuda/lib/arrow-cuda/version.rb | 2 +-
.../red-arrow-dataset/lib/arrow-dataset/version.rb | 2 +-
.../lib/arrow-flight-sql/version.rb | 2 +-
ruby/red-arrow-flight/lib/arrow-flight/version.rb | 2 +-
ruby/red-arrow-format/lib/arrow-format/version.rb | 2 +-
ruby/red-arrow/lib/arrow/version.rb | 2 +-
ruby/red-gandiva/lib/gandiva/version.rb | 2 +-
ruby/red-parquet/lib/parquet/version.rb | 2 +-
63 files changed, 594 insertions(+), 400 deletions(-)
delete mode 100644 cpp/src/arrow/util/bpacking_simd_128_alt.cc
delete mode 100644 r/tools/checksums/r-libarrow-darwin-arm64-25.0.0.zip.sha512
create mode 100644 r/tools/checksums/r-libarrow-darwin-arm64-25.0.1.zip.sha512
delete mode 100644 r/tools/checksums/r-libarrow-darwin-x86_64-25.0.0.zip.sha512
create mode 100644 r/tools/checksums/r-libarrow-darwin-x86_64-25.0.1.zip.sha512
delete mode 100644 r/tools/checksums/r-libarrow-linux-arm64-25.0.0.zip.sha512
create mode 100644 r/tools/checksums/r-libarrow-linux-arm64-25.0.1.zip.sha512
delete mode 100644 r/tools/checksums/r-libarrow-linux-x86_64-25.0.0.zip.sha512
create mode 100644 r/tools/checksums/r-libarrow-linux-x86_64-25.0.1.zip.sha512
delete mode 100644
r/tools/checksums/r-libarrow-windows-x86_64-25.0.0.zip.sha512
create mode 100644
r/tools/checksums/r-libarrow-windows-x86_64-25.0.1.zip.sha512