Repository: arrow-site Updated Branches: refs/heads/asf-site 56f6e2c43 -> 1efd7b471
add release 0.1.0 Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/1efd7b47 Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/1efd7b47 Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/1efd7b47 Branch: refs/heads/asf-site Commit: 1efd7b471aab1a3305ece9eb3aca57273044b675 Parents: 56f6e2c Author: Julien Le Dem <[email protected]> Authored: Wed Oct 12 20:10:04 2016 -0700 Committer: Julien Le Dem <[email protected]> Committed: Wed Oct 12 20:10:04 2016 -0700 ---------------------------------------------------------------------- index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow-site/blob/1efd7b47/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 5bcd563..588f40f 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ </div> <!-- close "row" div --> <div class="row marketing"> - <div class="col-lg-6"> + <div class="col-lg-4"> <h4>Developer Mailing List</h4> <ul> <li><a href="mailto:[email protected]">Subscribe</a></li> @@ -77,13 +77,20 @@ <li><a href="http://mail-archives.apache.org/mod_mbox/arrow-dev/">Archive</a></li> </ul> </div> - <div class="col-lg-6"> + <div class="col-lg-4"> <h4>Developer Resources</h4> <p>Arrow is still under development. As such, no end user releases are currently available. These resources are only for developers working on the Arrow project.</p> <p>Source Code (<a href="https://git-wip-us.apache.org/repos/asf?p=arrow.git">http</a>) (<a href="git://git.apache.org/arrow.git">git</a>)</p> <p><a href="https://issues.apache.org/jira/browse/ARROW">Issue Tracker (JIRA)</a></p> <p><a href="https://apachearrowslackin.herokuapp.com">Chat Room (Slack)</a></p> </div> + <div class="col-lg-4"> + <h4>Latest release</h4> + <p>The first release of Apache Arrow is out. Apache Arrow 0.1.0 is an early release and the APIs are still evolving. The metadata and physical data representation should be fairly stable as we have spent time finalizing the details. </p> + <p><a href="https://dist.apache.org/repos/dist/release/arrow/>source release</a></p> + <p><a href="https://github.com/apache/arrow/releases/tag/apache-arrow-0.1.0">tag apache-arrow-0.1.0</a></p> + <p><a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%220.1.0%22">java artifacts on maven central</a></p> + </div> </div> <h2>Performance Advantage of Columnar In-Memory</h2> <img src="img/simd.png" alt="SIMD" style="width:100%" />
