[
https://issues.apache.org/jira/browse/ARROW-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409482#comment-16409482
]
ASF GitHub Bot commented on ARROW-2336:
---------------------------------------
wesm closed pull request #1776: ARROW-2336: [Website] Add 0.9.0 release blog
post
URL: https://github.com/apache/arrow/pull/1776
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/site/_posts/2017-12-19-0.8.0-release.md
b/site/_posts/2017-12-19-0.8.0-release.md
index 8c1f464ed..1ecc93999 100644
--- a/site/_posts/2017-12-19-0.8.0-release.md
+++ b/site/_posts/2017-12-19-0.8.0-release.md
@@ -25,7 +25,7 @@ limitations under the License.
-->
The Apache Arrow team is pleased to announce the 0.8.0 release. It is the
-product of 10 weeks of development andincludes [**286 resolved JIRAs**][1] with
+product of 10 weeks of development and includes [**286 resolved JIRAs**][1]
with
many new features and bug fixes to the various language implementations. This
is the largest release since 0.3.0 earlier this year.
diff --git a/site/_posts/2018-03-22-0.9.0-release.md
b/site/_posts/2018-03-22-0.9.0-release.md
new file mode 100644
index 000000000..e8778d55e
--- /dev/null
+++ b/site/_posts/2018-03-22-0.9.0-release.md
@@ -0,0 +1,100 @@
+---
+layout: post
+title: "Apache Arrow 0.9.0 Release"
+date: "2018-03-22 00:00:00 -0400"
+author: wesm
+categories: [release]
+---
+<!--
+{% 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 %}
+-->
+
+The Apache Arrow team is pleased to announce the 0.9.0 release. It is the
+product of over 3 months of development and includes [**260 resolved
+JIRAs**][1].
+
+While we made some of backwards-incompatible columnar binary format changes in
+last December's 0.8.0 release, the 0.9.0 release is backwards-compatible with
+0.8.0. We will be working toward a 1.0.0 release this year, which will mark
+longer-term binary stability for the Arrow columnar format and metadata.
+
+See the [Install Page][2] to learn how to get the libraries for your
+platform. The [complete changelog][3] is also available.
+
+We discuss some highlights from the release and other project news in this
+post. This release has been overall focused more on bug fixes, compatibility,
+and stability compared with previous releases which have pushed more on new and
+expanded features.
+
+## New Arrow committers and PMC members
+
+Since the last release, we have added 2 new Arrow committers: [Brian
+Hulette][4] and [Robert Nishihara][5]. Additionally, [Phillip Cloud][6] and
+[Philipp Moritz][7] have been promoted from committer to PMC
+member. Congratulations and thank you for your contributions!
+
+## Plasma Object Store Improvements
+
+The Plasma Object Store now supports managing interprocess shared memory on
+CUDA-enabled GPUs. We are excited to see more GPU-related functionality develop
+in Apache Arrow, as this has become a key computing environment for scalable
+machine learning.
+
+## Python Improvements
+
+[Antoine Pitrou][8] has joined the Python development efforts and helped
+significantly this release with interoperability with built-in CPython data
+structures and NumPy structured data types.
+
+* New experimental support for reading Apache ORC files
+* `pyarrow.array` now accepts lists of tuples or Python dicts for creating
+ Arrow struct type arrays.
+* NumPy structured dtypes (which are row/record-oriented) can be directly
+ converted to Arrow struct (column-oriented) arrays
+* Python 3.6 `pathlib` objects for file paths are now accepted in many file
+ APIs, including for Parquet files
+* Arrow integer arrays with nulls can now be converted to NumPy object arrays
+ with `None` values
+* New `pyarrow.foreign_buffer` API for interacting with memory blocks located
+ at particular memory addresses
+
+## Java Improvements
+
+Java now fully supports the `FixedSizeBinary` data type.
+
+## JavaScript Improvements
+
+The JavaScript library has been significantly refactored and expanded. We are
+making separate Apache releases (most recently `JS-0.3.1`) for JavaScript,
+which are being [published to NPM][9].
+
+## Upcoming Roadmap
+
+In the coming months, we will be working to move Apache Arrow closer to a 1.0.0
+release. We will also be discussing plans to develop native Arrow-based
+computational libraries within the project.
+
+[1]:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%200.9.0
+[2]: https://arrow.apache.org/install
+[3]: https://arrow.apache.org/release/0.8.0.html
+[4]: https://github.com/theneuralbit
+[5]: https://github.com/robertnishihara
+[6]: https://github.com/cpcloud
+[7]: https://github.com/pcmoritz
+[8]: https://github.com/pitrou
+[9]: https://www.npmjs.com/package/apache-arrow
\ No newline at end of file
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Website] Blog post for 0.9.0 release
> -------------------------------------
>
> Key: ARROW-2336
> URL: https://issues.apache.org/jira/browse/ARROW-2336
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Website
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> Release highlights blog post as in past major releases
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)