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

[arrow] branch master updated: [Website] Add release note for 0.14.1 (#4922)

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

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2746a23  [Website] Add release note for 0.14.1 (#4922)
2746a23 is described below

commit 2746a2361a8e42f2d6684749d6ad8e5d3307858c
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Tue Jul 23 18:40:53 2019 +0200

    [Website] Add release note for 0.14.1 (#4922)
---
 site/_data/versions.yml |  24 ++++-----
 site/_release/0.14.1.md | 133 ++++++++++++++++++++++++++++++++++++++++++++++++
 site/_release/index.md  |  70 ++++++++++++-------------
 3 files changed, 181 insertions(+), 46 deletions(-)

diff --git a/site/_data/versions.yml b/site/_data/versions.yml
index d42541c..813a2f7 100644
--- a/site/_data/versions.yml
+++ b/site/_data/versions.yml
@@ -16,16 +16,16 @@
 # Database of the current verion
 #
 current:
-  number: '0.14.0'
+  number: '0.14.1'
   pinned_number: '0.14.*'
-  date: '4 July 2019'
-  git-tag: 'a591d76ad9a657110368aa422bb00f4010cb6b6e'
-  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-0.14.0'
-  release-notes: 'https://arrow.apache.org/release/0.14.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.14.0/'
-  tarball_name: 'apache-arrow-0.14.0.tar.gz'
-  mirrors-tar: 'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.14.0/apache-arrow-0.14.0.tar.gz'
-  java-artifacts: 'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.14.0%22'
-  asc: 'https://www.apache.org/dist/arrow/arrow-0.14.0/apache-arrow-0.14.0.tar.gz.asc'
-  sha256: 'https://www.apache.org/dist/arrow/arrow-0.14.0/apache-arrow-0.14.0.tar.gz.sha256'
-  sha512: 'https://www.apache.org/dist/arrow/arrow-0.14.0/apache-arrow-0.14.0.tar.gz.sha512'
+  date: '22 July 2019'
+  git-tag: '5f564424c71cef12619522cdde59be5f69b31b68'
+  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-0.14.1'
+  release-notes: 'https://arrow.apache.org/release/0.14.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.14.1/'
+  tarball_name: 'apache-arrow-0.14.1.tar.gz'
+  mirrors-tar: 'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.14.1/apache-arrow-0.14.1.tar.gz'
+  java-artifacts: 'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.14.1%22'
+  asc: 'https://www.apache.org/dist/arrow/arrow-0.14.1/apache-arrow-0.14.1.tar.gz.asc'
+  sha256: 'https://www.apache.org/dist/arrow/arrow-0.14.1/apache-arrow-0.14.1.tar.gz.sha256'
+  sha512: 'https://www.apache.org/dist/arrow/arrow-0.14.1/apache-arrow-0.14.1.tar.gz.sha512'
diff --git a/site/_release/0.14.1.md b/site/_release/0.14.1.md
new file mode 100644
index 0000000..eb5d8d6
--- /dev/null
+++ b/site/_release/0.14.1.md
@@ -0,0 +1,133 @@
+---
+layout: default
+title: Apache Arrow 0.14.1 Release
+permalink: /release/0.14.1.html
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+# Apache Arrow 0.14.1 (22 July 2019)
+
+This is a bugfix release to address a Python wheel packaging issues and Parquet
+forward compatibility problems.
+
+## Download
+
+* [**Source Artifacts**][1]
+* **Binary Artifacts**
+  * [For CentOS][2]
+  * [For Debian][3]
+  * [For Python][4]
+  * [For Ubuntu][5]
+* [Git tag][6]
+
+## Contributors
+
+This release includes 52 commits from 16 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-0.14.0..apache-arrow-0.14.1
+    15	Sutou Kouhei
+    10	Krisztián Szűcs
+     5	Antoine Pitrou
+     5	Wes McKinney
+     2	David Li
+     2	Eric Erhardt
+     2	Joris Van den Bossche
+     2	Micah Kornfield
+     2	Yosuke Shiro
+     1	Hatem Helal
+     1	Marco Neumann
+     1	Marius Seritan
+     1	Neal Richardson
+     1	Philipp Moritz
+     1	TP Boudreau
+     1	Uwe L. Korn
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -csn apache-arrow-0.14.0..apache-arrow-0.14.1
+    43	Wes McKinney
+     9	Krisztián Szűcs
+```
+
+## Changelog
+
+### New Features and Improvements
+
+* [ARROW-5351](https://issues.apache.org/jira/browse/ARROW-5351) - [Rust] Add support for take kernel functions
+* [ARROW-5380](https://issues.apache.org/jira/browse/ARROW-5380) - [C++] Fix and enable UBSan for unaligned accesses.
+* [ARROW-5564](https://issues.apache.org/jira/browse/ARROW-5564) - [C++] Add uriparser to conda-forge
+* [ARROW-5609](https://issues.apache.org/jira/browse/ARROW-5609) - [C++] Set CMP0068 CMake policy to avoid macOS warnings
+* [ARROW-5784](https://issues.apache.org/jira/browse/ARROW-5784) - [Release][GLib] Replace c\_glib/ after running c\_glib/autogen.sh in dev/release/02-source.sh
+* [ARROW-5785](https://issues.apache.org/jira/browse/ARROW-5785) - [Rust] Rust datafusion implementation should not depend on rustyline
+* [ARROW-5787](https://issues.apache.org/jira/browse/ARROW-5787) - [Release][Rust] Use local modules to verify RC
+* [ARROW-5793](https://issues.apache.org/jira/browse/ARROW-5793) - [Release] Avoid duplicate known host SSH error in dev/release/03-binary.sh
+* [ARROW-5794](https://issues.apache.org/jira/browse/ARROW-5794) - [Release] Skip uploading already uploaded binaries
+* [ARROW-5795](https://issues.apache.org/jira/browse/ARROW-5795) - [Release] Add missing waits on uploading binaries
+* [ARROW-5796](https://issues.apache.org/jira/browse/ARROW-5796) - [Release][APT] Update expected package list
+* [ARROW-5797](https://issues.apache.org/jira/browse/ARROW-5797) - [Release][APT] Update supported distributions
+* [ARROW-5820](https://issues.apache.org/jira/browse/ARROW-5820) - [Release] Remove undefined variable check from verify script
+* [ARROW-5827](https://issues.apache.org/jira/browse/ARROW-5827) - [C++] Require c-ares CMake config
+* [ARROW-5828](https://issues.apache.org/jira/browse/ARROW-5828) - [C++] Add Protocol Buffers version check
+* [ARROW-5866](https://issues.apache.org/jira/browse/ARROW-5866) - [C++] Remove duplicate library in cpp/Brewfile
+* [ARROW-5877](https://issues.apache.org/jira/browse/ARROW-5877) - [FlightRPC] Fix auth incompatibilities between Python/Java
+* [ARROW-5904](https://issues.apache.org/jira/browse/ARROW-5904) - [Java] [Plasma] Fix compilation of Plasma Java client
+* [ARROW-5908](https://issues.apache.org/jira/browse/ARROW-5908) - [C#] ArrowStreamWriter doesn't align buffers to 8 bytes
+* [ARROW-5934](https://issues.apache.org/jira/browse/ARROW-5934) - [Python] Bundle arrow's LICENSE with the wheels
+* [ARROW-5937](https://issues.apache.org/jira/browse/ARROW-5937) - [Release] Stop parallel binary upload
+* [ARROW-5938](https://issues.apache.org/jira/browse/ARROW-5938) - [Release] Create branch for adding release note automatically
+* [ARROW-5939](https://issues.apache.org/jira/browse/ARROW-5939) - [Release] Add support for generating vote email template separately
+* [ARROW-5940](https://issues.apache.org/jira/browse/ARROW-5940) - [Release] Add support for re-uploading sign/checksum for binary artifacts
+* [ARROW-5941](https://issues.apache.org/jira/browse/ARROW-5941) - [Release] Avoid re-uploading already uploaded binary artifacts
+* [ARROW-5958](https://issues.apache.org/jira/browse/ARROW-5958) - [Python] Link zlib statically in the wheels
+
+### Bug Fixes
+
+* [ARROW-5775](https://issues.apache.org/jira/browse/ARROW-5775) - [C++] StructArray : cached boxed fields not thread-safe
+* [ARROW-5790](https://issues.apache.org/jira/browse/ARROW-5790) - [Python] Passing zero-dim numpy array to pa.array causes segfault
+* [ARROW-5791](https://issues.apache.org/jira/browse/ARROW-5791) - [Python] pyarrow.csv.read\_csv hangs + eats all RAM
+* [ARROW-5816](https://issues.apache.org/jira/browse/ARROW-5816) - [Release] Parallel curl does not work reliably in verify-release-candidate-sh
+* [ARROW-5836](https://issues.apache.org/jira/browse/ARROW-5836) - [Java][OSX] Flight tests are failing: address already in use
+* [ARROW-5838](https://issues.apache.org/jira/browse/ARROW-5838) - [C++][Flight][OSX] Building 3rdparty grpc cannot find OpenSSL
+* [ARROW-5849](https://issues.apache.org/jira/browse/ARROW-5849) - [C++] Compiler warnings on mingw-w64
+* [ARROW-5851](https://issues.apache.org/jira/browse/ARROW-5851) - [C++] Compilation of reference benchmarks fails
+* [ARROW-5856](https://issues.apache.org/jira/browse/ARROW-5856) - [Python] linking 3rd party cython modules against pyarrow fails since 0.14.0
+* [ARROW-5863](https://issues.apache.org/jira/browse/ARROW-5863) - [Python] Segmentation Fault via pytest-runner
+* [ARROW-5868](https://issues.apache.org/jira/browse/ARROW-5868) - [Python] manylinux2010 wheels have shared library dependency on liblz4
+* [ARROW-5873](https://issues.apache.org/jira/browse/ARROW-5873) - [Python] Segmentation fault when comparing schema with None
+* [ARROW-5874](https://issues.apache.org/jira/browse/ARROW-5874) - [Python] pyarrow 0.14.0 macOS wheels depend on shared libs under /usr/local/opt
+* [ARROW-5878](https://issues.apache.org/jira/browse/ARROW-5878) - [Python][C++] Parquet reader not forward compatible for timestamps without timezone
+* [ARROW-5886](https://issues.apache.org/jira/browse/ARROW-5886) - [Python][Packaging] Manylinux1/2010 compliance issue with libz
+* [ARROW-5887](https://issues.apache.org/jira/browse/ARROW-5887) - [C#] ArrowStreamWriter writes FieldNodes in wrong order
+* [ARROW-5889](https://issues.apache.org/jira/browse/ARROW-5889) - [Python][C++] Parquet backwards compat for timestamps without timezone broken
+* [ARROW-5899](https://issues.apache.org/jira/browse/ARROW-5899) - [Python][Packaging] Bundle uriparser.dll in windows wheels
+* [ARROW-5921](https://issues.apache.org/jira/browse/ARROW-5921) - [C++][Fuzzing] Missing nullptr checks in IPC
+
+
+[1]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.14.1/
+[2]: https://bintray.com/apache/arrow/centos/0.14.1/
+[3]: https://bintray.com/apache/arrow/debian/0.14.1/
+[4]: https://bintray.com/apache/arrow/python/0.14.1/
+[5]: https://bintray.com/apache/arrow/ubuntu/0.14.1/
+[6]: https://github.com/apache/arrow/releases/tag/apache-arrow-0.14.1
diff --git a/site/_release/index.md b/site/_release/index.md
index c2f60c9..a613eb7 100644
--- a/site/_release/index.md
+++ b/site/_release/index.md
@@ -26,38 +26,40 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [0.14.0 (4 July 2019)][1]
-* [0.13.0 (1 April 2019)][2]
-* [0.12.0 (20 January 2019)][3]
-* [0.11.1 (19 October 2018)][4]
-* [0.11.0 (8 October 2018)][5]
-* [0.10.0 (6 August 2018)][6]
-* [0.9.0 (21 March 2018)][7]
-* [0.8.0 (18 December 2017)][8]
-* [0.7.1 (1 October 2017)][9]
-* [0.7.0 (17 September 2017)][10]
-* [0.6.0 (14 August 2017)][11]
-* [0.5.0 (23 July 2017)][12]
-* [0.4.1 (9 June 2017)][13]
-* [0.4.0 (22 May 2017)][14]
-* [0.3.0 (5 May 2017)][15]
-* [0.2.0 (18 February 2017)][16]
-* [0.1.0 (10 October 2016)][17]
+* [0.14.1 (22 July 2019)][1]
+* [0.14.0 (4 July 2019)][2]
+* [0.13.0 (1 April 2019)][3]
+* [0.12.0 (20 January 2019)][4]
+* [0.11.1 (19 October 2018)][5]
+* [0.11.0 (8 October 2018)][6]
+* [0.10.0 (6 August 2018)][7]
+* [0.9.0 (21 March 2018)][8]
+* [0.8.0 (18 December 2017)][9]
+* [0.7.1 (1 October 2017)][10]
+* [0.7.0 (17 September 2017)][11]
+* [0.6.0 (14 August 2017)][12]
+* [0.5.0 (23 July 2017)][13]
+* [0.4.1 (9 June 2017)][14]
+* [0.4.0 (22 May 2017)][15]
+* [0.3.0 (5 May 2017)][16]
+* [0.2.0 (18 February 2017)][17]
+* [0.1.0 (10 October 2016)][18]
 
-[1]: {{ site.baseurl }}/release/0.14.0.html
-[2]: {{ site.baseurl }}/release/0.13.0.html
-[3]: {{ site.baseurl }}/release/0.12.0.html
-[4]: {{ site.baseurl }}/release/0.11.1.html
-[5]: {{ site.baseurl }}/release/0.11.0.html
-[6]: {{ site.baseurl }}/release/0.10.0.html
-[7]: {{ site.baseurl }}/release/0.9.0.html
-[8]: {{ site.baseurl }}/release/0.8.0.html
-[9]: {{ site.baseurl }}/release/0.7.1.html
-[10]: {{ site.baseurl }}/release/0.7.0.html
-[11]: {{ site.baseurl }}/release/0.6.0.html
-[12]: {{ site.baseurl }}/release/0.5.0.html
-[13]: {{ site.baseurl }}/release/0.4.1.html
-[14]: {{ site.baseurl }}/release/0.4.0.html
-[15]: {{ site.baseurl }}/release/0.3.0.html
-[16]: {{ site.baseurl }}/release/0.2.0.html
-[17]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/0.14.1.html
+[2]: {{ site.baseurl }}/release/0.14.0.html
+[3]: {{ site.baseurl }}/release/0.13.0.html
+[4]: {{ site.baseurl }}/release/0.12.0.html
+[5]: {{ site.baseurl }}/release/0.11.1.html
+[6]: {{ site.baseurl }}/release/0.11.0.html
+[7]: {{ site.baseurl }}/release/0.10.0.html
+[8]: {{ site.baseurl }}/release/0.9.0.html
+[9]: {{ site.baseurl }}/release/0.8.0.html
+[10]: {{ site.baseurl }}/release/0.7.1.html
+[11]: {{ site.baseurl }}/release/0.7.0.html
+[12]: {{ site.baseurl }}/release/0.6.0.html
+[13]: {{ site.baseurl }}/release/0.5.0.html
+[14]: {{ site.baseurl }}/release/0.4.1.html
+[15]: {{ site.baseurl }}/release/0.4.0.html
+[16]: {{ site.baseurl }}/release/0.3.0.html
+[17]: {{ site.baseurl }}/release/0.2.0.html
+[18]: {{ site.baseurl }}/release/0.1.0.html