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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cf34bf  [Website] Add release note for 0.15.1 (#38)
8cf34bf is described below

commit 8cf34bf36b8d0edea3ad842f0ced4e2c98a44141
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Fri Nov 1 22:20:36 2019 +0100

    [Website] Add release note for 0.15.1 (#38)
---
 _data/versions.yml |  24 +++++------
 _release/0.15.1.md | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 _release/index.md  |  78 +++++++++++++++++-----------------
 3 files changed, 172 insertions(+), 50 deletions(-)

diff --git a/_data/versions.yml b/_data/versions.yml
index 89b2f6d..e990811 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,16 +16,16 @@
 # Database of the current verion
 #
 current:
-  number: '0.15.0'
+  number: '0.15.1'
   pinned_number: '0.15.*'
-  date: '5 October 2019'
-  git-tag: '40d468e162e88e1761b1e80b3ead060f0be927ee'
-  github-tag-link: 
'https://github.com/apache/arrow/releases/tag/apache-arrow-0.15.0'
-  release-notes: 'https://arrow.apache.org/release/0.15.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.15.0/'
-  tarball_name: 'apache-arrow-0.15.0.tar.gz'
-  mirrors-tar: 
'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.15.0/apache-arrow-0.15.0.tar.gz'
-  java-artifacts: 
'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.15.0%22'
-  asc: 
'https://www.apache.org/dist/arrow/arrow-0.15.0/apache-arrow-0.15.0.tar.gz.asc'
-  sha256: 
'https://www.apache.org/dist/arrow/arrow-0.15.0/apache-arrow-0.15.0.tar.gz.sha256'
-  sha512: 
'https://www.apache.org/dist/arrow/arrow-0.15.0/apache-arrow-0.15.0.tar.gz.sha512'
+  date: '1 November 2019'
+  git-tag: 'b789226ccb2124285792107c758bb3b40b3d082a'
+  github-tag-link: 
'https://github.com/apache/arrow/releases/tag/apache-arrow-0.15.1'
+  release-notes: 'https://arrow.apache.org/release/0.15.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.15.1/'
+  tarball_name: 'apache-arrow-0.15.1.tar.gz'
+  mirrors-tar: 
'https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.15.1/apache-arrow-0.15.1.tar.gz'
+  java-artifacts: 
'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.15.1%22'
+  asc: 
'https://www.apache.org/dist/arrow/arrow-0.15.1/apache-arrow-0.15.1.tar.gz.asc'
+  sha256: 
'https://www.apache.org/dist/arrow/arrow-0.15.1/apache-arrow-0.15.1.tar.gz.sha256'
+  sha512: 
'https://www.apache.org/dist/arrow/arrow-0.15.1/apache-arrow-0.15.1.tar.gz.sha512'
diff --git a/_release/0.15.1.md b/_release/0.15.1.md
new file mode 100644
index 0000000..ee0a0cc
--- /dev/null
+++ b/_release/0.15.1.md
@@ -0,0 +1,120 @@
+---
+layout: default
+title: Apache Arrow 0.15.1 Release
+permalink: /release/0.15.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.15.1 (1 November 2019)
+
+This is a major release covering more than 1 months of development.
+
+## 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       41 commits from       13 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-0.15.0..apache-arrow-0.15.1
+    10 Wes McKinney
+    10 Antoine Pitrou
+     7 Krisztián Szűcs
+     2 tianchen92
+     2 Joris Van den Bossche
+     2 Sutou Kouhei
+     2 Anthony Abate
+     1 Uwe L. Korn
+     1 Prudhvi Porandla
+     1 Yuqi Gu
+     1 ptaylor
+     1 Rick Cobb
+     1 tianchen
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -csn apache-arrow-0.15.0..apache-arrow-0.15.1
+    41 Krisztián Szűcs
+```
+
+## Changelog
+
+### New Features and Improvements
+
+* [ARROW-6610](https://issues.apache.org/jira/browse/ARROW-6610) - [C++] Add 
ARROW\_FILESYSTEM=ON/OFF CMake configuration flag
+* [ARROW-6661](https://issues.apache.org/jira/browse/ARROW-6661) - [Java] 
Implement APIs like slice to enhance VectorSchemaRoot
+* [ARROW-6777](https://issues.apache.org/jira/browse/ARROW-6777) - [GLib][CI] 
Unpin gobject-introspection gem
+* [ARROW-6852](https://issues.apache.org/jira/browse/ARROW-6852) - [C++] 
memory-benchmark build failed on Arm64
+* [ARROW-6927](https://issues.apache.org/jira/browse/ARROW-6927) - [C++] Add 
gRPC version check
+* [ARROW-6963](https://issues.apache.org/jira/browse/ARROW-6963) - 
[Packaging][Wheel][OSX] Use crossbow's command to deploy artifacts from travis 
builds
+
+### Bug Fixes
+
+* [ARROW-6464](https://issues.apache.org/jira/browse/ARROW-6464) - [Java] 
Refactor FixedSizeListVector#splitAndTransfer with slice API
+* [ARROW-6728](https://issues.apache.org/jira/browse/ARROW-6728) - [C#] 
Support reading and writing Date32 and Date64 arrays
+* [ARROW-6740](https://issues.apache.org/jira/browse/ARROW-6740) - [Python] 
Unable to delete closed MemoryMappedFile on Windows
+* [ARROW-6762](https://issues.apache.org/jira/browse/ARROW-6762) - [C++] JSON 
reader segfaults on newline
+* [ARROW-6795](https://issues.apache.org/jira/browse/ARROW-6795) - [C#] 
Reading large Arrow files in C# results in an exception
+* [ARROW-6806](https://issues.apache.org/jira/browse/ARROW-6806) - [C++] 
Segfault deserializing ListArray containing null/empty list
+* [ARROW-6809](https://issues.apache.org/jira/browse/ARROW-6809) - [RUBY] Gem 
does not install on macOS due to glib2 3.3.7 compilation failure
+* [ARROW-6813](https://issues.apache.org/jira/browse/ARROW-6813) - [Ruby] 
Arrow::Table.load with headers=true leads to exception in Arrow 0.15
+* [ARROW-6834](https://issues.apache.org/jira/browse/ARROW-6834) - [C++] Pin 
gtest to 1.8.1 to triage failing Appveyor / MSVC build
+* [ARROW-6844](https://issues.apache.org/jira/browse/ARROW-6844) - 
[C++][Parquet][Python] List<scalar type> columns read broken with 0.15.0
+* [ARROW-6857](https://issues.apache.org/jira/browse/ARROW-6857) - 
[Python][C++] Segfault for dictionary\_encode on empty chunked\_array (edge 
case)
+* [ARROW-6860](https://issues.apache.org/jira/browse/ARROW-6860) - [Python] 
Only link libarrow\_flight.so to pyarrow.\_flight
+* [ARROW-6861](https://issues.apache.org/jira/browse/ARROW-6861) - [Python] 
arrow-0.15.0 reading arrow-0.14.1-output Parquet dictionary column: Failure 
reading column: IOError: Arrow error: Invalid: Resize cannot downsize
+* [ARROW-6869](https://issues.apache.org/jira/browse/ARROW-6869) - [C++] 
Dictionary "delta" building logic in builder\_dict.h produces invalid arrays
+* [ARROW-6873](https://issues.apache.org/jira/browse/ARROW-6873) - [Python] 
Stale CColumn reference break Cython cimport pyarrow
+* [ARROW-6874](https://issues.apache.org/jira/browse/ARROW-6874) - [Python] 
Memory leak in Table.to\_pandas() when conversion to object dtype
+* [ARROW-6876](https://issues.apache.org/jira/browse/ARROW-6876) - [Python] 
Reading parquet file with many columns becomes slow for 0.15.0
+* [ARROW-6877](https://issues.apache.org/jira/browse/ARROW-6877) - [C++] Boost 
not found from the correct environment
+* [ARROW-6878](https://issues.apache.org/jira/browse/ARROW-6878) - [Python] 
pa.array() does not handle list of dicts with bytes keys correctly under python3
+* [ARROW-6882](https://issues.apache.org/jira/browse/ARROW-6882) - [Python] 
cannot create a chunked\_array from dictionary\_encoding result
+* [ARROW-6886](https://issues.apache.org/jira/browse/ARROW-6886) - [C++] 
arrow::io header nvcc compiler warnings
+* [ARROW-6898](https://issues.apache.org/jira/browse/ARROW-6898) - [Java] Fix 
potential memory leak in ArrowWriter and several test classes
+* [ARROW-6903](https://issues.apache.org/jira/browse/ARROW-6903) - [Python] 
Wheels broken after ARROW-6860 changes
+* [ARROW-6905](https://issues.apache.org/jira/browse/ARROW-6905) - 
[Packaging][OSX] Nightly builds on MacOS are failing because of brew compile 
timeouts
+* [ARROW-6910](https://issues.apache.org/jira/browse/ARROW-6910) - [Python] 
pyarrow.parquet.read\_table(...) takes up lots of memory which is not released 
until program exits
+* [ARROW-6922](https://issues.apache.org/jira/browse/ARROW-6922) - [Python] 
Pandas master build is failing (MultiIndex.levels change)
+* [ARROW-6937](https://issues.apache.org/jira/browse/ARROW-6937) - 
[Packaging][Python] Fix conda linux and OSX wheel nightly builds
+* [ARROW-6938](https://issues.apache.org/jira/browse/ARROW-6938) - [Python] 
Windows wheel depends on zstd.dll and libbz2.dll, which are not bundled
+* [ARROW-6962](https://issues.apache.org/jira/browse/ARROW-6962) - [C++] [CI] 
Stop compiling with -Weverything
+* [ARROW-6977](https://issues.apache.org/jira/browse/ARROW-6977) - [C++] Only 
enable jemalloc background\_thread if feature is supported
+* [ARROW-6983](https://issues.apache.org/jira/browse/ARROW-6983) - [C++] 
Threaded task group crashes sometimes
+
+
+[1]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.15.1/
+[2]: https://bintray.com/apache/arrow/centos/0.15.1/
+[3]: https://bintray.com/apache/arrow/debian/0.15.1/
+[4]: https://bintray.com/apache/arrow/python/0.15.1/
+[5]: https://bintray.com/apache/arrow/ubuntu/0.15.1/
+[6]: https://github.com/apache/arrow/releases/tag/apache-arrow-0.15.1
diff --git a/_release/index.md b/_release/index.md
index cabaf1b..c1506e9 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,42 +26,44 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [0.15.0 (5 October 2019)][1]
-* [0.14.1 (22 July 2019)][2]
-* [0.14.0 (4 July 2019)][3]
-* [0.13.0 (1 April 2019)][4]
-* [0.12.0 (20 January 2019)][5]
-* [0.11.1 (19 October 2018)][6]
-* [0.11.0 (8 October 2018)][7]
-* [0.10.0 (6 August 2018)][8]
-* [0.9.0 (21 March 2018)][9]
-* [0.8.0 (18 December 2017)][10]
-* [0.7.1 (1 October 2017)][11]
-* [0.7.0 (17 September 2017)][12]
-* [0.6.0 (14 August 2017)][13]
-* [0.5.0 (23 July 2017)][14]
-* [0.4.1 (9 June 2017)][15]
-* [0.4.0 (22 May 2017)][16]
-* [0.3.0 (5 May 2017)][17]
-* [0.2.0 (18 February 2017)][18]
-* [0.1.0 (10 October 2016)][19]
+* [0.15.1 (1 November 2019)][1]
+* [0.15.0 (5 October 2019)][2]
+* [0.14.1 (22 July 2019)][3]
+* [0.14.0 (4 July 2019)][4]
+* [0.13.0 (1 April 2019)][5]
+* [0.12.0 (20 January 2019)][6]
+* [0.11.1 (19 October 2018)][7]
+* [0.11.0 (8 October 2018)][8]
+* [0.10.0 (6 August 2018)][9]
+* [0.9.0 (21 March 2018)][10]
+* [0.8.0 (18 December 2017)][11]
+* [0.7.1 (1 October 2017)][12]
+* [0.7.0 (17 September 2017)][13]
+* [0.6.0 (14 August 2017)][14]
+* [0.5.0 (23 July 2017)][15]
+* [0.4.1 (9 June 2017)][16]
+* [0.4.0 (22 May 2017)][17]
+* [0.3.0 (5 May 2017)][18]
+* [0.2.0 (18 February 2017)][19]
+* [0.1.0 (10 October 2016)][20]
 
-[1]: {{ site.baseurl }}/release/0.15.0.html
-[2]: {{ site.baseurl }}/release/0.14.1.html
-[3]: {{ site.baseurl }}/release/0.14.0.html
-[4]: {{ site.baseurl }}/release/0.13.0.html
-[5]: {{ site.baseurl }}/release/0.12.0.html
-[6]: {{ site.baseurl }}/release/0.11.1.html
-[7]: {{ site.baseurl }}/release/0.11.0.html
-[8]: {{ site.baseurl }}/release/0.10.0.html
-[9]: {{ site.baseurl }}/release/0.9.0.html
-[10]: {{ site.baseurl }}/release/0.8.0.html
-[11]: {{ site.baseurl }}/release/0.7.1.html
-[12]: {{ site.baseurl }}/release/0.7.0.html
-[13]: {{ site.baseurl }}/release/0.6.0.html
-[14]: {{ site.baseurl }}/release/0.5.0.html
-[15]: {{ site.baseurl }}/release/0.4.1.html
-[16]: {{ site.baseurl }}/release/0.4.0.html
-[17]: {{ site.baseurl }}/release/0.3.0.html
-[18]: {{ site.baseurl }}/release/0.2.0.html
-[19]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/0.15.1.html
+[2]: {{ site.baseurl }}/release/0.15.0.html
+[3]: {{ site.baseurl }}/release/0.14.1.html
+[4]: {{ site.baseurl }}/release/0.14.0.html
+[5]: {{ site.baseurl }}/release/0.13.0.html
+[6]: {{ site.baseurl }}/release/0.12.0.html
+[7]: {{ site.baseurl }}/release/0.11.1.html
+[8]: {{ site.baseurl }}/release/0.11.0.html
+[9]: {{ site.baseurl }}/release/0.10.0.html
+[10]: {{ site.baseurl }}/release/0.9.0.html
+[11]: {{ site.baseurl }}/release/0.8.0.html
+[12]: {{ site.baseurl }}/release/0.7.1.html
+[13]: {{ site.baseurl }}/release/0.7.0.html
+[14]: {{ site.baseurl }}/release/0.6.0.html
+[15]: {{ site.baseurl }}/release/0.5.0.html
+[16]: {{ site.baseurl }}/release/0.4.1.html
+[17]: {{ site.baseurl }}/release/0.4.0.html
+[18]: {{ site.baseurl }}/release/0.3.0.html
+[19]: {{ site.baseurl }}/release/0.2.0.html
+[20]: {{ site.baseurl }}/release/0.1.0.html

Reply via email to