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

wesm 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 948cb4a  ARROW-2336: [Website] Add 0.9.0 release blog post
948cb4a is described below

commit 948cb4a05a455559a7cfcb6ca5f378fa684de81e
Author: Wes McKinney <[email protected]>
AuthorDate: Thu Mar 22 08:59:52 2018 -0400

    ARROW-2336: [Website] Add 0.9.0 release blog post
    
    Short and sweet. I know it's late, but if anyone would like to add anything 
please push directly to this branch or post a commit for me to cherry-pick
    
    Author: Wes McKinney <[email protected]>
    
    Closes #1776 from wesm/ARROW-2336 and squashes the following commits:
    
    c843d7cd <Wes McKinney> Update pub date
    212cf218 <Wes McKinney> Add 0.9.0 release blog post
---
 site/_posts/2017-12-19-0.8.0-release.md |   2 +-
 site/_posts/2018-03-22-0.9.0-release.md | 100 ++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 1 deletion(-)

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 8c1f464..1ecc939 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 0000000..e8778d5
--- /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

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to