Skip to content

Commit

Permalink
ARROW-1634: [Website] Add release page for 0.7.1, update front page
Browse files Browse the repository at this point in the history
Author: Wes McKinney <wes.mckinney@twosigma.com>

Closes apache#1154 from wesm/ARROW-1634 and squashes the following commits:

da21ff7 [Wes McKinney] Update install page
8468c71 [Wes McKinney] Add release page for 0.7.1, update front matter
  • Loading branch information
wesm committed Oct 3, 2017
1 parent 82eea49 commit 988338c
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dev/release/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def format_changelog_website(issues, out):
'Improvement': NEW_FEATURE,
'Wish': NEW_FEATURE,
'Task': NEW_FEATURE,
'Test': NEW_FEATURE,
'Test': BUGFIX,
'Bug': BUGFIX
}

Expand Down
91 changes: 91 additions & 0 deletions site/_release/0.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
layout: default
title: Apache Arrow 0.7.1 Release
permalink: /release/0.7.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.7.1 (1 October 2017)

This is a minor bug release. It was motivated by [ARROW-1601][3], but see the
complete changelog.

## Download

* [**Source Artifacts**][2]
* [Git tag][1]

## Contributors

```shell
$ git shortlog -sn apache-arrow-0.7.0..apache-arrow-0.7.1
14 Wes McKinney
6 Kouhei Sutou
3 siddharth
2 Paul Taylor
2 Uwe L. Korn
1 Amir Malekpour
1 Bryan Cutler
1 Deepak Majeti
1 Kentaro Hayashi
1 Korn, Uwe
1 Li Jin
1 Rene Sugar
1 Tom Augspurger
1 Wataru Shimizu
1 m-nakamura145
1 rvernica
```

# Changelog

## New Features and Improvements

* [ARROW-1537](https://issues.apache.org/jira/browse/ARROW-1537) - [C++] Support building with full path install_name on macOS
* [ARROW-1546](https://issues.apache.org/jira/browse/ARROW-1546) - [GLib] Support GLib 2.40 again
* [ARROW-1548](https://issues.apache.org/jira/browse/ARROW-1548) - [GLib] Support build append in builder
* [ARROW-1578](https://issues.apache.org/jira/browse/ARROW-1578) - [C++/Python] Run lint checks in Travis CI to fail for linting issues as early as possible
* [ARROW-1592](https://issues.apache.org/jira/browse/ARROW-1592) - [GLib] Add GArrowUIntArrayBuilder
* [ARROW-1608](https://issues.apache.org/jira/browse/ARROW-1608) - Support Release verification script on macOS
* [ARROW-1612](https://issues.apache.org/jira/browse/ARROW-1612) - [GLib] add how to install for mac os to README
* [ARROW-559](https://issues.apache.org/jira/browse/ARROW-559) - Script to easily verify release in all languages

## Bug Fixes

* [ARROW-1497](https://issues.apache.org/jira/browse/ARROW-1497) - [Java] JsonFileReader doesn't set value count for some vectors
* [ARROW-1500](https://issues.apache.org/jira/browse/ARROW-1500) - [C++] Result of ftruncate ignored in MemoryMappedFile::Create
* [ARROW-1529](https://issues.apache.org/jira/browse/ARROW-1529) - [GLib] Fix failure on macOS on Travis CI
* [ARROW-1536](https://issues.apache.org/jira/browse/ARROW-1536) - [C++] Do not transitively depend on libboost_system
* [ARROW-1542](https://issues.apache.org/jira/browse/ARROW-1542) - [C++] Windows release verification script should not modify conda environment
* [ARROW-1544](https://issues.apache.org/jira/browse/ARROW-1544) - [JS] Export Vector type definitions
* [ARROW-1545](https://issues.apache.org/jira/browse/ARROW-1545) - Int64Builder should not need int64() as arg
* [ARROW-1550](https://issues.apache.org/jira/browse/ARROW-1550) - [Python] Fix flaky test on Windows
* [ARROW-1554](https://issues.apache.org/jira/browse/ARROW-1554) - [Python] Document that pip wheels depend on MSVC14 runtime
* [ARROW-1557](https://issues.apache.org/jira/browse/ARROW-1557) - [PYTHON] pyarrow.Table.from_arrays doesn't validate names length
* [ARROW-1591](https://issues.apache.org/jira/browse/ARROW-1591) - C++: Xcode 9 is not correctly detected
* [ARROW-1595](https://issues.apache.org/jira/browse/ARROW-1595) - [Python] Fix package dependency issues causing build failures
* [ARROW-1601](https://issues.apache.org/jira/browse/ARROW-1601) - [C++] READ_NEXT_BITSET reads one byte past the last byte on last iteration
* [ARROW-1606](https://issues.apache.org/jira/browse/ARROW-1606) - Python: Windows wheels don't include .lib files.
* [ARROW-1610](https://issues.apache.org/jira/browse/ARROW-1610) - C++/Python: Only call python-prefix if the default PYTHON_LIBRARY is not present
* [ARROW-1611](https://issues.apache.org/jira/browse/ARROW-1611) - Crash in BitmapReader when length is zero

[1]: https://github.com/apache/arrow/releases/tag/apache-arrow-0.7.1
[2]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.1/
[3]: https://issues.apache.org/jira/browse/ARROW-1601
2 changes: 2 additions & 0 deletions site/_release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ limitations under the License.

Navigate to the release page for downloads and the changelog.

* [0.7.1 (1 October 2017)][9]
* [0.7.0 (17 September 2017)][8]
* [0.6.0 (14 August 2017)][7]
* [0.5.0 (23 July 2017)][6]
Expand All @@ -43,3 +44,4 @@ Navigate to the release page for downloads and the changelog.
[6]: {{ site.baseurl }}/release/0.5.0.html
[7]: {{ site.baseurl }}/release/0.6.0.html
[8]: {{ site.baseurl }}/release/0.7.0.html
[9]: {{ site.baseurl }}/release/0.7.1.html
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ <h1>Apache Arrow</h1>
<p class="lead">Powering Columnar In-Memory Analytics</p>
<p>
<a class="btn btn-lg btn-success" href="mailto:dev-subscribe@arrow.apache.org" role="button">Join Mailing List</a>
<a class="btn btn-lg btn-primary" href="{{ site.baseurl }}/install/" role="button">Install (0.7.0 Release - September 17, 2017)</a>
<a class="btn btn-lg btn-primary" href="{{ site.baseurl }}/install/" role="button">Install (0.7.1 Release - October 1, 2017)</a>
</p>
</div>
<h4><strong>Latest News</strong>: <a href="{{ site.baseurl }}/blog/">Apache Arrow 0.7.0 release</a></h4>
<h4><a href="{{ site.baseurl }}/blog/"><strong>See Latest News</strong></a></h4>
<div class="row">
<div class="col-lg-4">
<h2>Fast</h2>
Expand Down
22 changes: 11 additions & 11 deletions site/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ limitations under the License.
{% endcomment %}
-->

## Current Version: 0.7.0
## Current Version: 0.7.1

### Released: 17 September 2017
### Released: 1 October 2017

See the [release notes][10] for more about what's new.

### Source release

* **Source Release**: [apache-arrow-0.7.0.tar.gz][6]
* **Source Release**: [apache-arrow-0.7.1.tar.gz][6]
* **Verification**: [sha512][3], [asc][7]
* [Git tag 97f9029][2]
* [Git tag 0e21f84][2]

### Java Packages

Expand Down Expand Up @@ -149,13 +149,13 @@ conda install arrow-cpp -c twosigma
conda install pyarrow -c twosigma
```

[1]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.0/
[2]: https://github.com/apache/arrow/releases/tag/apache-arrow-0.7.0
[3]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.0/apache-arrow-0.7.0.tar.gz.sha512
[4]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.7.0%22
[1]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.1/
[2]: https://github.com/apache/arrow/releases/tag/apache-arrow-0.7.1
[3]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.1/apache-arrow-0.7.1.tar.gz.sha512
[4]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.7.1%22
[5]: http://conda-forge.github.io
[6]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.0/apache-arrow-0.7.0.tar.gz
[7]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.0/apache-arrow-0.7.0.tar.gz.asc
[6]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.1/apache-arrow-0.7.1.tar.gz
[7]: https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.7.1/apache-arrow-0.7.1.tar.gz.asc
[8]: https://github.com/red-data-tools/parquet-glib
[9]: https://github.com/red-data-tools/arrow-packages
[10]: http://arrow.apache.org/release/0.7.0.html
[10]: http://arrow.apache.org/release/0.7.1.html

0 comments on commit 988338c

Please sign in to comment.