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 2021/05/31 03:09:06 UTC

[arrow-site] branch master updated: [Website] Add release note for 4.0.1 (#114)

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

kou 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 e344385  [Website] Add release note for 4.0.1 (#114)
e344385 is described below

commit e3443851ec957aacdbc74a985c0b0e7e037cc042
Author: Jorge Leitao <jo...@gmail.com>
AuthorDate: Mon May 31 05:09:00 2021 +0200

    [Website] Add release note for 4.0.1 (#114)
---
 _data/versions.yml |  24 +++++------
 _release/4.0.1.md  | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++
 _release/index.md  | 114 +++++++++++++++++++++++++++--------------------------
 3 files changed, 178 insertions(+), 68 deletions(-)

diff --git a/_data/versions.yml b/_data/versions.yml
index 4de00ba..b2cdefa 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,16 +16,16 @@
 # Database of the current version
 #
 current:
-  number: '4.0.0'
+  number: '4.0.1'
   pinned_number: '4.0.*'
-  date: '26 April 2021'
-  git-tag: 'f959141ece4d660bce5f7fa545befc0116a7db79'
-  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-4.0.0'
-  release-notes: 'https://arrow.apache.org/release/4.0.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-4.0.0/'
-  tarball-name: 'apache-arrow-4.0.0.tar.gz'
-  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-4.0.0/apache-arrow-4.0.0.tar.gz'
-  java-artifacts: 'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%224.0.0%22'
-  asc: 'https://downloads.apache.org/arrow/arrow-4.0.0/apache-arrow-4.0.0.tar.gz.asc'
-  sha256: 'https://downloads.apache.org/arrow/arrow-4.0.0/apache-arrow-4.0.0.tar.gz.sha256'
-  sha512: 'https://downloads.apache.org/arrow/arrow-4.0.0/apache-arrow-4.0.0.tar.gz.sha512'
+  date: '26 May 2021'
+  git-tag: '81ff679c47754692224f655dab32cc0936bb5f55'
+  github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-4.0.1'
+  release-notes: 'https://arrow.apache.org/release/4.0.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-4.0.1/'
+  tarball-name: 'apache-arrow-4.0.1.tar.gz'
+  tarball-url: 'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-4.0.1/apache-arrow-4.0.1.tar.gz'
+  java-artifacts: 'http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%224.0.1%22'
+  asc: 'https://downloads.apache.org/arrow/arrow-4.0.1/apache-arrow-4.0.1.tar.gz.asc'
+  sha256: 'https://downloads.apache.org/arrow/arrow-4.0.1/apache-arrow-4.0.1.tar.gz.sha256'
+  sha512: 'https://downloads.apache.org/arrow/arrow-4.0.1/apache-arrow-4.0.1.tar.gz.sha512'
diff --git a/_release/4.0.1.md b/_release/4.0.1.md
new file mode 100644
index 0000000..10845b2
--- /dev/null
+++ b/_release/4.0.1.md
@@ -0,0 +1,108 @@
+---
+layout: default
+title: Apache Arrow 4.0.1 Release
+permalink: /release/4.0.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 4.0.1 (26 May 2021)
+
+This is a patch release covering a month of development and addressing small but important
+bugs in the different implementations.
+
+## 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       21 commits from       13 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-4.0.0..apache-arrow-4.0.1
+     3	Jorge C. Leitao
+     3	Joris Van den Bossche
+     2	Krisztián Szűcs
+     2	Ian Cook
+     2	David Li
+     2	Jonathan Keane
+     1	Antoine Pitrou
+     1	niranda perera
+     1	Dominik Moritz
+     1	GALI PREM SAGAR
+     1	Jeroen Ooms
+     1	Matthew Topol
+     1	Yibo Cai
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -csn apache-arrow-4.0.0..apache-arrow-4.0.1
+    17	Krisztián Szűcs
+     3	Jorge C. Leitao
+     1	GitHub
+```
+
+## Changelog
+
+## Apache Arrow 4.0.1 (2021-05-26)
+
+### Bug Fixes
+
+* [ARROW-12568](https://issues.apache.org/jira/browse/ARROW-12568) - [Python][C++] Segfault when casting a sliced ListArray of int64 in v4.0.0
+* [ARROW-12601](https://issues.apache.org/jira/browse/ARROW-12601) - [R][Packaging] Fix pkg-config check in r/configure
+* [ARROW-12603](https://issues.apache.org/jira/browse/ARROW-12603) - [R] open\_dataset ignoring provided schema when using select
+* [ARROW-12604](https://issues.apache.org/jira/browse/ARROW-12604) - [R][Packaging] Dataset, Parquet off in autobrew and CRAN Mac builds
+* [ARROW-12617](https://issues.apache.org/jira/browse/ARROW-12617) - [Python] pyarrow.orc.write\_table signature reverses that of pyarrow.parquet.write\_table
+* [ARROW-12622](https://issues.apache.org/jira/browse/ARROW-12622) - [Python] Segfault when reading CSV inside Flight server
+* [ARROW-12642](https://issues.apache.org/jira/browse/ARROW-12642) - [R] LIBARROW\_MINIMAL, LIBARROW\_DOWNLOAD, NOT\_CRAN env vars should not be case-sensitive
+* [ARROW-12663](https://issues.apache.org/jira/browse/ARROW-12663) - [C++] segfault when arrow header is compiled with nvcc 11.2
+* [ARROW-12670](https://issues.apache.org/jira/browse/ARROW-12670) - [C++] extract\_regex gives bizarre behavior after nulls or non-matches
+* [ARROW-12746](https://issues.apache.org/jira/browse/ARROW-12746) - [Go][Flight] Client Auth handler overwrites outgoing metadata
+* [ARROW-12769](https://issues.apache.org/jira/browse/ARROW-12769) - [Python] Negative out of range slices yield invalid arrays
+* [ARROW-12774](https://issues.apache.org/jira/browse/ARROW-12774) - [C++][Compute] replace\_substring\_regex() creates invalid arrays =\> crash
+* [ARROW-12776](https://issues.apache.org/jira/browse/ARROW-12776) - [Archery][Integration] Fix decimal case generation in write\_js\_test\_json
+
+
+### New Features and Improvements
+
+* [ARROW-11926](https://issues.apache.org/jira/browse/ARROW-11926) - [R] Pass on the new UCRT CRAN windows builds
+* [ARROW-12520](https://issues.apache.org/jira/browse/ARROW-12520) - [R] Minor docs updates
+* [ARROW-12571](https://issues.apache.org/jira/browse/ARROW-12571) - [R][CI] Run nightly R with valgrind
+* [ARROW-12578](https://issues.apache.org/jira/browse/ARROW-12578) - [JS] Simplify UTF8 handling in NodeJS
+* [ARROW-12619](https://issues.apache.org/jira/browse/ARROW-12619) - [Python] pyarrow sdist should not require git
+* [ARROW-12806](https://issues.apache.org/jira/browse/ARROW-12806) - [Python] test\_write\_to\_dataset\_filesystem missing a dataset mark
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-4.0.1/
+[2]: https://apache.jfrog.io/artifactory/arrow/centos/
+[3]: https://apache.jfrog.io/artifactory/arrow/debian/
+[4]: https://apache.jfrog.io/artifactory/arrow/python/4.0.1/
+[5]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
+[6]: https://github.com/apache/arrow/releases/tag/apache-arrow-4.0.1
diff --git a/_release/index.md b/_release/index.md
index 97b99bf..8520324 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,60 +26,62 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [4.0.0 (26 April 2021)][1]
-* [3.0.0 (26 January 2021)][2]
-* [2.0.0 (19 October 2020)][3]
-* [1.0.1 (21 August 2020)][4]
-* [1.0.0 (24 July 2020)][5]
-* [0.17.1 (18 May 2020)][6]
-* [0.17.0 (20 April 2020)][7]
-* [0.16.0 (7 February 2020)][8]
-* [0.15.1 (1 November 2019)][9]
-* [0.15.0 (5 October 2019)][10]
-* [0.14.1 (22 July 2019)][11]
-* [0.14.0 (4 July 2019)][12]
-* [0.13.0 (1 April 2019)][13]
-* [0.12.0 (20 January 2019)][14]
-* [0.11.1 (19 October 2018)][15]
-* [0.11.0 (8 October 2018)][16]
-* [0.10.0 (6 August 2018)][17]
-* [0.9.0 (21 March 2018)][18]
-* [0.8.0 (18 December 2017)][19]
-* [0.7.1 (1 October 2017)][20]
-* [0.7.0 (17 September 2017)][21]
-* [0.6.0 (14 August 2017)][22]
-* [0.5.0 (23 July 2017)][23]
-* [0.4.1 (9 June 2017)][24]
-* [0.4.0 (22 May 2017)][25]
-* [0.3.0 (5 May 2017)][26]
-* [0.2.0 (18 February 2017)][27]
-* [0.1.0 (10 October 2016)][28]
+* [4.0.1 (26 May 2021)][1]
+* [4.0.0 (26 April 2021)][2]
+* [3.0.0 (26 January 2021)][3]
+* [2.0.0 (19 October 2020)][4]
+* [1.0.1 (21 August 2020)][5]
+* [1.0.0 (24 July 2020)][6]
+* [0.17.1 (18 May 2020)][7]
+* [0.17.0 (20 April 2020)][8]
+* [0.16.0 (7 February 2020)][9]
+* [0.15.1 (1 November 2019)][10]
+* [0.15.0 (5 October 2019)][11]
+* [0.14.1 (22 July 2019)][12]
+* [0.14.0 (4 July 2019)][13]
+* [0.13.0 (1 April 2019)][14]
+* [0.12.0 (20 January 2019)][15]
+* [0.11.1 (19 October 2018)][16]
+* [0.11.0 (8 October 2018)][17]
+* [0.10.0 (6 August 2018)][18]
+* [0.9.0 (21 March 2018)][19]
+* [0.8.0 (18 December 2017)][20]
+* [0.7.1 (1 October 2017)][21]
+* [0.7.0 (17 September 2017)][22]
+* [0.6.0 (14 August 2017)][23]
+* [0.5.0 (23 July 2017)][24]
+* [0.4.1 (9 June 2017)][25]
+* [0.4.0 (22 May 2017)][26]
+* [0.3.0 (5 May 2017)][27]
+* [0.2.0 (18 February 2017)][28]
+* [0.1.0 (10 October 2016)][29]
 
-[1]: {{ site.baseurl }}/release/4.0.0.html
-[2]: {{ site.baseurl }}/release/3.0.0.html
-[3]: {{ site.baseurl }}/release/2.0.0.html
-[4]: {{ site.baseurl }}/release/1.0.1.html
-[5]: {{ site.baseurl }}/release/1.0.0.html
-[6]: {{ site.baseurl }}/release/0.17.1.html
-[7]: {{ site.baseurl }}/release/0.17.0.html
-[8]: {{ site.baseurl }}/release/0.16.0.html
-[9]: {{ site.baseurl }}/release/0.15.1.html
-[10]: {{ site.baseurl }}/release/0.15.0.html
-[11]: {{ site.baseurl }}/release/0.14.1.html
-[12]: {{ site.baseurl }}/release/0.14.0.html
-[13]: {{ site.baseurl }}/release/0.13.0.html
-[14]: {{ site.baseurl }}/release/0.12.0.html
-[15]: {{ site.baseurl }}/release/0.11.1.html
-[16]: {{ site.baseurl }}/release/0.11.0.html
-[17]: {{ site.baseurl }}/release/0.10.0.html
-[18]: {{ site.baseurl }}/release/0.9.0.html
-[19]: {{ site.baseurl }}/release/0.8.0.html
-[20]: {{ site.baseurl }}/release/0.7.1.html
-[21]: {{ site.baseurl }}/release/0.7.0.html
-[22]: {{ site.baseurl }}/release/0.6.0.html
-[23]: {{ site.baseurl }}/release/0.5.0.html
-[24]: {{ site.baseurl }}/release/0.4.1.html
-[25]: {{ site.baseurl }}/release/0.4.0.html
-[26]: {{ site.baseurl }}/release/0.3.0.html
-[27]: {{ site.baseurl }}/release/0.2.0.html
-[28]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/4.0.1.html
+[2]: {{ site.baseurl }}/release/4.0.0.html
+[3]: {{ site.baseurl }}/release/3.0.0.html
+[4]: {{ site.baseurl }}/release/2.0.0.html
+[5]: {{ site.baseurl }}/release/1.0.1.html
+[6]: {{ site.baseurl }}/release/1.0.0.html
+[7]: {{ site.baseurl }}/release/0.17.1.html
+[8]: {{ site.baseurl }}/release/0.17.0.html
+[9]: {{ site.baseurl }}/release/0.16.0.html
+[10]: {{ site.baseurl }}/release/0.15.1.html
+[11]: {{ site.baseurl }}/release/0.15.0.html
+[12]: {{ site.baseurl }}/release/0.14.1.html
+[13]: {{ site.baseurl }}/release/0.14.0.html
+[14]: {{ site.baseurl }}/release/0.13.0.html
+[15]: {{ site.baseurl }}/release/0.12.0.html
+[16]: {{ site.baseurl }}/release/0.11.1.html
+[17]: {{ site.baseurl }}/release/0.11.0.html
+[18]: {{ site.baseurl }}/release/0.10.0.html
+[19]: {{ site.baseurl }}/release/0.9.0.html
+[20]: {{ site.baseurl }}/release/0.8.0.html
+[21]: {{ site.baseurl }}/release/0.7.1.html
+[22]: {{ site.baseurl }}/release/0.7.0.html
+[23]: {{ site.baseurl }}/release/0.6.0.html
+[24]: {{ site.baseurl }}/release/0.5.0.html
+[25]: {{ site.baseurl }}/release/0.4.1.html
+[26]: {{ site.baseurl }}/release/0.4.0.html
+[27]: {{ site.baseurl }}/release/0.3.0.html
+[28]: {{ site.baseurl }}/release/0.2.0.html
+[29]: {{ site.baseurl }}/release/0.1.0.html