You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/03/27 07:29:17 UTC

[arrow] annotated tag apache-arrow-0.13.0 updated (a66c4ab -> 88bac96)

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

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


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

    from a66c4ab  (tag)
      to 88bac96  (tag)
 tagging 6de758a9e5f74d50ec3458b2af17b7d2d892c573 (commit)
 replaces apache-arrow-js-0.4.1
      by Kouhei Sutou
      on Wed Mar 27 16:28:47 2019 +0900

- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag apache-arrow-0.13.0
-----------------------------------------------------------------------

 discard 9f56d9b  [maven-release-plugin] prepare release apache-arrow-0.13.0
 discard 316595c  [Release] Update versions for 0.13.0
 discard 8988677  [Release] Update .deb/.rpm changelogs for 0.13.0
 discard d7fdb6f  [Release] Update CHANGELOG.md for 0.13.0
     new c1926f7  ARROW-4939: [Python] Add wrapper for "sum" kernel
     new c0590fc  ARROW-5026: [Python][Packaging] Fix gandiva.dll detection on non Windows
     new ab7d0ba  [Release] Update CHANGELOG.md for 0.13.0
     new 3c0ae85  [Release] Update .deb/.rpm changelogs for 0.13.0
     new e277a99  [Release] Update versions for 0.13.0
     new 6de758a  [maven-release-plugin] prepare release apache-arrow-0.13.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   (a66c4ab)
            \
             N -- N -- N   refs/tags/apache-arrow-0.13.0 (88bac96)

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 3906 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:
 cpp/cmake_modules/FindGandiva.cmake                |   9 +-
 .../linux-packages/debian.ubuntu-trusty/changelog  |   2 +-
 dev/tasks/linux-packages/debian/changelog          |   2 +-
 python/pyarrow/array.pxi                           |  13 ++
 python/pyarrow/includes/libarrow.pxd               |  36 ++++
 python/pyarrow/lib.pxd                             |   5 +
 python/pyarrow/public-api.pxi                      |  14 ++
 python/pyarrow/scalar.pxi                          | 182 ++++++++++++++++++++-
 .../{test_deprecations.py => test_compute.py}      |  21 ++-
 9 files changed, 274 insertions(+), 10 deletions(-)
 copy python/pyarrow/tests/{test_deprecations.py => test_compute.py} (73%)