This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a change to annotated tag apache-arrow-14.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


*** WARNING: tag apache-arrow-14.0.0 was modified! ***

    from 58422ef60a (tag)
      to 83b22a720c (tag)
 tagging 7a814d1de2d8f81642a5e6a795e3d716ec4981b7 (commit)
 replaces apache-arrow-3.0.0
      by Raúl Cumplido
      on Wed Oct 18 14:19:14 2023 +0200

- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 14.0.0
-----------------------------------------------------------------------

    omit 1b2c7b9add MINOR: [Release] Update versions for 14.0.0
    omit 9852eaef28 MINOR: [Release] Update .deb/.rpm changelogs for 14.0.0
    omit 85b460771f MINOR: [Release] Update CHANGELOG.md for 14.0.0
     add bd61239a32 GH-35531: [Python] C Data Interface PyCapsule Protocol 
(#37797)
     new 5569a2a397 MINOR: [Release] Update CHANGELOG.md for 14.0.0
     new 9049f5a0e6 MINOR: [Release] Update .deb/.rpm changelogs for 14.0.0
     new 7a814d1de2 MINOR: [Release] Update versions for 14.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated 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   (58422ef60a)
            \
             N -- N -- N   refs/tags/apache-arrow-14.0.0 (83b22a720c)

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.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |   2 +
 .../apache-arrow-apt-source/debian/changelog       |   2 +-
 .../linux-packages/apache-arrow/debian/changelog   |   2 +-
 docs/source/format/CDataInterface.rst              |  11 +
 .../format/CDataInterface/PyCapsuleInterface.rst   | 433 +++++++++++++++++++++
 docs/source/python/extending_types.rst             |   9 +
 docs/source/python/interchange_protocol.rst        |   2 +
 python/pyarrow/array.pxi                           |  81 +++-
 python/pyarrow/includes/libarrow.pxd               |   6 +-
 python/pyarrow/ipc.pxi                             |  68 +++-
 python/pyarrow/table.pxi                           | 148 ++++++-
 python/pyarrow/tests/test_array.py                 |  18 +
 python/pyarrow/tests/test_cffi.py                  | 126 +++++-
 python/pyarrow/tests/test_table.py                 |  87 +++++
 python/pyarrow/tests/test_types.py                 |  14 +
 python/pyarrow/types.pxi                           | 185 ++++++++-
 16 files changed, 1181 insertions(+), 13 deletions(-)
 create mode 100644 docs/source/format/CDataInterface/PyCapsuleInterface.rst

Reply via email to