This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new fc38b9250e4 Updating built site (build
728eb7fd2cfbdccc51d055014575bba3f3645203)
fc38b9250e4 is described below
commit fc38b9250e485c534ebfa3dc0889da18b8f8a773
Author: JB Onofré <[email protected]>
AuthorDate: Thu Feb 20 09:03:05 2025 +0000
Updating built site (build 728eb7fd2cfbdccc51d055014575bba3f3645203)
---
.../2025/02/19/arrow-java-18.2.0/index.html | 75 ++++++++-------
blog/index.html | 15 +++
feed.xml | 102 ++++-----------------
release/0.1.0.html | 4 +-
release/0.10.0.html | 4 +-
release/0.11.0.html | 4 +-
release/0.11.1.html | 4 +-
release/0.12.0.html | 4 +-
release/0.13.0.html | 4 +-
release/0.14.0.html | 4 +-
release/0.14.1.html | 4 +-
release/0.15.0.html | 4 +-
release/0.15.1.html | 4 +-
release/0.16.0.html | 4 +-
release/0.17.0.html | 4 +-
release/0.17.1.html | 4 +-
release/0.2.0.html | 4 +-
release/0.3.0.html | 4 +-
release/0.4.0.html | 4 +-
release/0.4.1.html | 4 +-
release/0.5.0.html | 4 +-
release/0.6.0.html | 4 +-
release/0.7.0.html | 4 +-
release/0.7.1.html | 4 +-
release/0.8.0.html | 4 +-
release/0.9.0.html | 4 +-
release/1.0.0.html | 4 +-
release/1.0.1.html | 4 +-
release/10.0.0.html | 4 +-
release/10.0.1.html | 4 +-
release/11.0.0.html | 4 +-
release/12.0.0.html | 4 +-
release/12.0.1.html | 4 +-
release/13.0.0.html | 4 +-
release/14.0.0.html | 4 +-
release/14.0.1.html | 4 +-
release/14.0.2.html | 4 +-
release/15.0.0.html | 4 +-
release/15.0.1.html | 4 +-
release/15.0.2.html | 4 +-
release/16.0.0.html | 4 +-
release/16.1.0.html | 4 +-
release/17.0.0.html | 4 +-
release/18.0.0.html | 4 +-
release/18.1.0.html | 4 +-
release/19.0.0.html | 4 +-
release/19.0.1.html | 4 +-
release/2.0.0.html | 4 +-
release/3.0.0.html | 4 +-
release/4.0.0.html | 4 +-
release/4.0.1.html | 4 +-
release/5.0.0.html | 4 +-
release/6.0.0.html | 4 +-
release/6.0.1.html | 4 +-
release/7.0.0.html | 4 +-
release/8.0.0.html | 4 +-
release/9.0.0.html | 4 +-
release/index.html | 4 +-
58 files changed, 187 insertions(+), 225 deletions(-)
diff --git a/release/0.11.1.html b/blog/2025/02/19/arrow-java-18.2.0/index.html
similarity index 72%
copy from release/0.11.1.html
copy to blog/2025/02/19/arrow-java-18.2.0/index.html
index f4f142b860c..f9cb405b1da 100644
--- a/release/0.11.1.html
+++ b/blog/2025/02/19/arrow-java-18.2.0/index.html
@@ -6,27 +6,29 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above meta tags *must* come first in the head; any other head
content must come *after* these tags -->
- <title>Apache Arrow 0.11.1 Release | Apache Arrow</title>
+ <title>Apache Arrow Java 18.2.0 Release | Apache Arrow</title>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<meta name="generator" content="Jekyll v4.3.3" />
-<meta property="og:title" content="Apache Arrow 0.11.1 Release" />
+<meta property="og:title" content="Apache Arrow Java 18.2.0 Release" />
+<meta name="author" content="pmc" />
<meta property="og:locale" content="en_US" />
-<meta name="description" content="Apache Arrow 0.11.1 (19 October 2018) This
is a bugfix release to address a Python packaging issue with zlib that resulted
in bug ARROW-3514. Download Source Artifacts Binary Artifacts Git tag Changelog
New Features and Improvements ARROW-3353 - [Packaging] Build python 3.7 wheels
ARROW-3534 - [Python] Update zlib library in manylinux1 image ARROW-3546 -
[Python] Provide testing setup to verify wheel binaries work in one or more
common Linux distribution [...]
-<meta property="og:description" content="Apache Arrow 0.11.1 (19 October 2018)
This is a bugfix release to address a Python packaging issue with zlib that
resulted in bug ARROW-3514. Download Source Artifacts Binary Artifacts Git tag
Changelog New Features and Improvements ARROW-3353 - [Packaging] Build python
3.7 wheels ARROW-3534 - [Python] Update zlib library in manylinux1 image
ARROW-3546 - [Python] Provide testing setup to verify wheel binaries work in
one or more common Linux distr [...]
-<link rel="canonical" href="https://arrow.apache.org/release/0.11.1.html" />
-<meta property="og:url" content="https://arrow.apache.org/release/0.11.1.html"
/>
+<meta name="description" content="The Apache Arrow team is pleased to announce
the v18.2.0 release of Apache Arrow Java. This is the first release since Arrow
Java landed in its own repository. Changelog What’s Changed GH-466: Export
namespace from Flight package by @lidavidm in #467 GH-447: Port fix from
apache/arrow that was missed by @lidavidm in #475 GH-48: Implement
VectorAppender for BaseVariableWidthViewVector by @ViggoC in #454 GH-41:
BaseVariableWidthViewVector setZero only if n [...]
+<meta property="og:description" content="The Apache Arrow team is pleased to
announce the v18.2.0 release of Apache Arrow Java. This is the first release
since Arrow Java landed in its own repository. Changelog What’s Changed GH-466:
Export namespace from Flight package by @lidavidm in #467 GH-447: Port fix from
apache/arrow that was missed by @lidavidm in #475 GH-48: Implement
VectorAppender for BaseVariableWidthViewVector by @ViggoC in #454 GH-41:
BaseVariableWidthViewVector setZero on [...]
+<link rel="canonical"
href="https://arrow.apache.org/blog/2025/02/19/arrow-java-18.2.0/" />
+<meta property="og:url"
content="https://arrow.apache.org/blog/2025/02/19/arrow-java-18.2.0/" />
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-19T00:00:00-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
-<meta property="twitter:title" content="Apache Arrow 0.11.1 Release" />
+<meta property="twitter:title" content="Apache Arrow Java 18.2.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
+<meta name="twitter:creator" content="@pmc" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.11.1 (19 October 2018) This is a bugfix release to address a Python
packaging issue with zlib that resulted in bug ARROW-3514. Download Source
Artifacts Binary Artifacts Git tag Changelog New Features and Improvements
ARROW-3353 - [Packaging] Build python 3.7 wheels ARROW-3534 - [Python] Update
zlib library in manylinu [...]
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"pmc"},"dateModified":"2025-02-19T00:00:00-05:00","datePublished":"2025-02-19T00:00:00-05:00","description":"The
Apache Arrow team is pleased to announce the v18.2.0 release of Apache Arrow
Java. This is the first release since Arrow Java landed in its own repository.
Changelog What’s Changed GH-466: Export namespace from Flight package by
@lidavidm in #467 GH-447: Port fix from apache/arrow that was [...]
<!-- End Jekyll SEO tag -->
@@ -228,43 +230,52 @@
</header>
<div class="container p-4 pt-5">
- <main role="main" class="pb-5">
- <!--
+ <div class="col-md-8 mx-auto">
+ <main role="main" class="pb-5">
+
+<h1>
+ Apache Arrow Java 18.2.0 Release
+</h1>
+<hr class="mt-4 mb-3">
--->
-<h1 id="apache-arrow-0111-19-october-2018">Apache Arrow 0.11.1 (19 October
2018)</h1>
-<p>This is a bugfix release to address a Python packaging issue with zlib that
-resulted in bug <a
href="https://issues.apache.org/jira/browse/ARROW-3514">ARROW-3514</a>.</p>
+<p class="mb-4 pb-1">
+ <span class="badge badge-secondary">Published</span>
+ <span class="published mr-3">
+ 19 Feb 2025
+ </span>
+ <br />
+ <span class="badge badge-secondary">By</span>
+
+ <a class="mr-3" href="https://arrow.apache.org">The Apache Arrow PMC (pmc)
</a>
+
-<h2 id="download">Download</h2>
+
+</p>
-<ul>
- <li><a
href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.11.1/"><strong>Source
Artifacts</strong></a></li>
- <li><a
href="https://www.apache.org/dyn/closer.cgi/arrow/arrow-0.11.1/binaries"><strong>Binary
Artifacts</strong></a></li>
- <li><a
href="https://github.com/apache/arrow/releases/tag/apache-arrow-0.11.1">Git
tag</a></li>
-</ul>
-<h1 id="changelog">Changelog</h1>
+ <!--
-<h2 id="new-features-and-improvements">New Features and Improvements</h2>
+-->
-<ul>
- <li><a
href="https://issues.apache.org/jira/browse/ARROW-3353">ARROW-3353</a> -
[Packaging] Build python 3.7 wheels</li>
- <li><a
href="https://issues.apache.org/jira/browse/ARROW-3534">ARROW-3534</a> -
[Python] Update zlib library in manylinux1 image</li>
- <li><a
href="https://issues.apache.org/jira/browse/ARROW-3546">ARROW-3546</a> -
[Python] Provide testing setup to verify wheel binaries work in one or more
common Linux distributions</li>
- <li><a
href="https://issues.apache.org/jira/browse/ARROW-3565">ARROW-3565</a> -
[Python] Pin tensorflow to 1.11.0 in manylinux1 container</li>
-</ul>
+<p>The Apache Arrow team is pleased to announce the <a
href="https://github.com/apache/arrow-java/releases/tag/v18.2.0">v18.2.0</a>
release of Apache Arrow Java.
+This is the first release since Arrow Java landed in its own <a
href="https://github.com/apache/arrow-java">repository</a>.</p>
-<h2 id="bug-fixes">Bug Fixes</h2>
+<h2 id="changelog">Changelog</h2>
+<h3 id="whats-changed">What’s Changed</h3>
<ul>
- <li><a
href="https://issues.apache.org/jira/browse/ARROW-3514">ARROW-3514</a> -
[Python] zlib deflate exception when writing Parquet file</li>
+ <li>GH-466: Export namespace from Flight package by @lidavidm in <a
href="https://github.com/apache/arrow-java/pull/467">#467</a></li>
+ <li>GH-447: Port fix from apache/arrow that was missed by @lidavidm in <a
href="https://github.com/apache/arrow-java/pull/475">#475</a></li>
+ <li>GH-48: Implement VectorAppender for BaseVariableWidthViewVector by
@ViggoC in <a href="https://github.com/apache/arrow-java/pull/454">#454</a></li>
+ <li>GH-41: BaseVariableWidthViewVector setZero only if necessary by @ViggoC
in <a href="https://github.com/apache/arrow-java/pull/557">#557</a></li>
</ul>
+<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/arrow-java/commits/v18.2.0">changelog</a></p>
- </main>
+ </main>
+ </div>
<hr/>
<footer class="footer">
diff --git a/blog/index.html b/blog/index.html
index c4217f74744..ed270920a7f 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -237,6 +237,21 @@
+ <p>
+ <h3>
+ <a href="/blog/2025/02/19/arrow-java-18.2.0/">Apache Arrow Java 18.2.0
Release</a>
+ </h3>
+
+ <p>
+ <span class="blog-list-date">
+ 19 February 2025
+ </span>
+ </p>
+ The Apache Arrow team is pleased to announce the v18.2.0 release of Apache
Arrow Java. This is the first release since Arrow Java landed in its own
repository. Changelog What’s Changed GH-466: Export namespace from Flight
package by @lidavidm in #467 GH-447: Port fix from apache/arrow that was missed
by...
+ </p>
+
+
+
<p>
<h3>
<a href="/blog/2025/02/16/19.0.1-release/">Apache Arrow 19.0.1
Release</a>
diff --git a/feed.xml b/feed.xml
index 0fe4f22882c..a1eaa7dcb86 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,21 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.3">Jekyll</generator><link
href="https://arrow.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://arrow.apache.org/" rel="alternate" type="text/html"
/><updated>2025-02-19T21:16:48-05:00</updated><id>https://arrow.apache.org/feed.xml</id><title
type="html">Apache Arrow</title><subtitle>Apache Arrow is a cross-language
developm [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.3">Jekyll</generator><link
href="https://arrow.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://arrow.apache.org/" rel="alternate" type="text/html"
/><updated>2025-02-20T03:57:04-05:00</updated><id>https://arrow.apache.org/feed.xml</id><title
type="html">Apache Arrow</title><subtitle>Apache Arrow is a cross-language
developm [...]
+
+-->
+
+<p>The Apache Arrow team is pleased to announce the <a
href="https://github.com/apache/arrow-java/releases/tag/v18.2.0">v18.2.0</a>
release of Apache Arrow Java.
+This is the first release since Arrow Java landed in its own <a
href="https://github.com/apache/arrow-java">repository</a>.</p>
+
+<h2 id="changelog">Changelog</h2>
+
+<h3 id="whats-changed">What’s Changed</h3>
+<ul>
+ <li>GH-466: Export namespace from Flight package by @lidavidm in <a
href="https://github.com/apache/arrow-java/pull/467">#467</a></li>
+ <li>GH-447: Port fix from apache/arrow that was missed by @lidavidm in <a
href="https://github.com/apache/arrow-java/pull/475">#475</a></li>
+ <li>GH-48: Implement VectorAppender for BaseVariableWidthViewVector by
@ViggoC in <a href="https://github.com/apache/arrow-java/pull/454">#454</a></li>
+ <li>GH-41: BaseVariableWidthViewVector setZero only if necessary by @ViggoC
in <a href="https://github.com/apache/arrow-java/pull/557">#557</a></li>
+</ul>
+
+<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/arrow-java/commits/v18.2.0">changelog</a></p>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is
pleased to announce the v18.2.0 release of Apache Arrow Java. This is the first
release since Arrow Java landed in its own repository. Changelog What’s Changed
GH-466: Export namespace from Flight package by @lidavidm in #467 GH-447: Port
fix from [...]
-->
@@ -973,85 +990,4 @@ For notes on the latest release of the Go implementation,
see the latest
<h2 id="linux-packages-notes">Linux packages notes</h2>
-<p>The Azure file system is now
enabled.</p>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is pleased
to announce the 18.0.0 release. This covers over 3 months of development work
and includes 334 resolved issues on 530 distinct commits from 89 distinct
contributors. See the Install Page to learn how to get the libraries for your
platform. The release notes below are not exhaustive and only expose selected
high [...]
-
--->
-
-<p>The Apache Arrow team is pleased to announce the v18.0.0 release of
-Apache Arrow Go. This release covers 35 resolved issues from
-11 contributors.</p>
-
-<h2 id="release-highlights">Release Highlights</h2>
-
-<h3 id="move-to-new-repository">Move to new Repository</h3>
-
-<p>The Apache Arrow Go implementation has been shifted out of the Arrow
monorepo
-and to its own repository now located at https://github.com/apache/arrow-go.
-This will enable fewer major version releases and facilitate more minor
-version/patch releases instead as it will detach the version number from the
-Arrow C++ and other implementations in the monorepo.</p>
-
-<p>Current users of Arrow Go will want to carefully note the breaking change to
-module paths this move causes. To upgrade to Arrow Go v18.0.0, ensure you
-properly update all relevant module paths in your <code
class="language-plaintext highlighter-rouge">go.mod</code>, replacing all
-instances of <code class="language-plaintext
highlighter-rouge">github.com/apache/arrow/go/</code> with <code
class="language-plaintext
highlighter-rouge">github.com/apache/arrow-go</code>.</p>
-
-<p>Existing Go related issues have been moved to the new repository and please
file
-any new issues on the new repository instead of the Arrow monorepo.</p>
-
-<h3 id="go-version">Go Version</h3>
-
-<p>With this release, the minimum Go version is now 1.22.</p>
-
-<h3 id="arrow">Arrow</h3>
-
-<h4 id="canonical-extension-types">Canonical Extension Types</h4>
-
-<p>There is a new <a
href="https://pkg.go.dev/github.com/apache/arrow-go/[email protected]/arrow/extensions"><code
class="language-plaintext highlighter-rouge">extensions</code></a> package
-which implements <a
href="https://arrow.apache.org/docs/format/CanonicalExtensions.html">canonical
extension types</a>. This
-includes:</p>
-
-<ul>
- <li>Opaque <a
href="https://github.com/apache/arrow/issues/43455">GH-43455</a></li>
- <li>JSON and UUID <a
href="https://github.com/apache/arrow/issues/43764">GH-43764</a></li>
- <li>Bool8 <a
href="https://github.com/apache/arrow/issues/17682">GH-17682</a></li>
-</ul>
-
-<h4 id="features">Features</h4>
-
-<ul>
- <li>Added the initial implementation for the Decimal32/Decimal64 data types
<a href="https://github.com/apache/arrow-go/issues/120">GH-120</a></li>
- <li>Added <code class="language-plaintext highlighter-rouge">is_null</code>,
<code class="language-plaintext highlighter-rouge">is_not_null</code> and <code
class="language-plaintext highlighter-rouge">is_nan</code> function kernels to
the <code class="language-plaintext highlighter-rouge">compute</code> package
<a href="https://github.com/apache/arrow-go/issues/134">GH-134</a></li>
-</ul>
-
-<h4 id="bug-fixes">Bug Fixes</h4>
-
-<ul>
- <li>Fixed an inconsistency in <code class="language-plaintext
highlighter-rouge">ValueOffset</code> between String and Binary Arrays <a
href="https://github.com/apache/arrow-go/issues/41">GH-41</a></li>
-</ul>
-
-<h3 id="parquet">Parquet</h3>
-
-<ul>
- <li>Added support for LZ4_RAW compression codec <a
href="https://github.com/apache/arrow/issues/43790">GH-43790</a></li>
- <li>Fixed recovery from a panic in the file reader <a
href="https://github.com/apache/arrow-go/pull/124">GH-124</a></li>
-</ul>
-
-<h2 id="contributors">Contributors</h2>
-
-<p>This release consists of contributions from 11 contributors in addition to
the
-invaluable advice and support of the Apache Arrow community.</p>
-
-<div class="language-console highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="gp">$</span><span class="w"> </span>git
shortlog <span class="nt">--perl-regexp</span> <span
class="nt">--author</span><span class="o">=</span><span
class="s1">'^((?!dependabot\[bot\]).*)$'</span> <span class="nt">-sn</span>
8b7fde9..v18.0.0
-<span class="go"> 17 Sutou Kouhei
- 8 Joel Lubinitsky
- 6 Matt Topol
- 6 Raúl Cumplido
- 2 Xin Hao
- 1 David Li
- 1 Nick Crews
- 1 Seb. V
- 1 Tom Scott-Coombes
- 1 rene-hess
- 1 yihao.dai
-</span></code></pre></div></div>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is
pleased to announce the v18.0.0 release of Apache Arrow Go. This release covers
35 resolved issues from 11 contributors. Release Highlights Move to new
Repository The Apache Arrow Go implementation has been shifted out of the Arrow
monorepo and to its own repository now located at
https://github.com/apache/arrow-go. This will enab [...]
\ No newline at end of file
+<p>The Azure file system is now
enabled.</p>]]></content><author><name>pmc</name></author><category
term="release" /><summary type="html"><![CDATA[The Apache Arrow team is pleased
to announce the 18.0.0 release. This covers over 3 months of development work
and includes 334 resolved issues on 530 distinct commits from 89 distinct
contributors. See the Install Page to learn how to get the libraries for your
platform. The release notes below are not exhaustive and only expose selected
high [...]
\ No newline at end of file
diff --git a/release/0.1.0.html b/release/0.1.0.html
index 7c079e5e8c6..ace88c17f2b 100644
--- a/release/0.1.0.html
+++ b/release/0.1.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="0.1.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.1.0 (10 October 2016) Download Source Release:
[apache-arrow-0.1.0.tar.gz][6] Verification: [md5][3], [asc][7] Changelog
Contributors $ git shortlog -sn d5aa7c46..apache-arrow-0.1.0 49 Wes McKinney 27
Uwe L. Korn 25 Julien Le Dem 13 Micah Kornfield 11 Steven Phillips 6 Jihoon Son
5 Laurent Goujon 5 adeneche 4 Dan Robin [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.1.0 (10 October 2016) Download Source Release:
[apache-arrow-0.1.0.tar.gz][6] Verification: [md5][3], [asc][7] Changelog
Contributors $ git shortlog -sn d5aa7c46..apache-arrow-0.1.0 49 Wes McKinney 27
Uwe L. Korn 25 Julien Le Dem 13 Micah Kornfield 11 Steven Phillips 6 Jihoon Son
5 Laurent Goujon 5 adeneche 4 Dan Robin [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.10.0.html b/release/0.10.0.html
index 7c6bc46cbc6..8d5ed62d7e4 100644
--- a/release/0.10.0.html
+++ b/release/0.10.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.10.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.10.0 (6 August 2018) This is a major release. Download Source
Artifacts Binary Artifacts Git tag Contributors $ git shortlog -sn
apache-arrow-0.9.0..apache-arrow-0.10.0 70 Antoine Pitrou 49 Kouhei Sutou 40
Korn, Uwe 37 Wes McKinney 32 Krisztián Szűcs 30 Andy Grove 20 Philipp Moritz 13
Phillip Cloud 11 Bryan Cutler 11 y [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.10.0 (6 August 2018) This is a major release. Download Source
Artifacts Binary Artifacts Git tag Contributors $ git shortlog -sn
apache-arrow-0.9.0..apache-arrow-0.10.0 70 Antoine Pitrou 49 Kouhei Sutou 40
Korn, Uwe 37 Wes McKinney 32 Krisztián Szűcs 30 Andy Grove 20 Philipp Moritz 13
Phillip Cloud 11 Bryan Cutler 11 y [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.11.0.html b/release/0.11.0.html
index a12dbf2961b..69697cb1d30 100644
--- a/release/0.11.0.html
+++ b/release/0.11.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.11.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.11.0 (8 October 2018) This is a major release. Download Source
Artifacts Binary Artifacts Git tag Contributors This includes patches from
Apache Parquet that were merged. $ git shortlog -sn
apache-arrow-0.10.0..apache-arrow-0.11.0 166 Wes McKinney 59 Uwe L. Korn 57
Deepak Majeti 54 Kouhei Sutou 50 Krisztián Szűcs 48 An [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.11.0 (8 October 2018) This is a major release. Download Source
Artifacts Binary Artifacts Git tag Contributors This includes patches from
Apache Parquet that were merged. $ git shortlog -sn
apache-arrow-0.10.0..apache-arrow-0.11.0 166 Wes McKinney 59 Uwe L. Korn 57
Deepak Majeti 54 Kouhei Sutou 50 Krisztián Szűcs 48 An [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.11.1.html b/release/0.11.1.html
index f4f142b860c..c0461a17f0c 100644
--- a/release/0.11.1.html
+++ b/release/0.11.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.11.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.11.1 (19 October 2018) This is a bugfix release to address a Python
packaging issue with zlib that resulted in bug ARROW-3514. Download Source
Artifacts Binary Artifacts Git tag Changelog New Features and Improvements
ARROW-3353 - [Packaging] Build python 3.7 wheels ARROW-3534 - [Python] Update
zlib library in manylinu [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.11.1 (19 October 2018) This is a bugfix release to address a Python
packaging issue with zlib that resulted in bug ARROW-3514. Download Source
Artifacts Binary Artifacts Git tag Changelog New Features and Improvements
ARROW-3353 - [Packaging] Build python 3.7 wheels ARROW-3534 - [Python] Update
zlib library in manylinu [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.12.0.html b/release/0.12.0.html
index 670d3c57338..5caff3c9b47 100644
--- a/release/0.12.0.html
+++ b/release/0.12.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.12.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.12.0 (20 January 2019) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts Git tag
8ca41384b5324bfd0ef3d3ed3f728e1d10ed73f0 Contributors This release includes 601
commits from 77 distinct contributors. $ git shortlog -sn
apache-arrow-0.11.0..apache-arrow-0.12.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.12.0 (20 January 2019) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts Git tag
8ca41384b5324bfd0ef3d3ed3f728e1d10ed73f0 Contributors This release includes 601
commits from 77 distinct contributors. $ git shortlog -sn
apache-arrow-0.11.0..apache-arrow-0.12.0 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.13.0.html b/release/0.13.0.html
index 42adea206a5..762237622f7 100644
--- a/release/0.13.0.html
+++ b/release/0.13.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.13.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.13.0 (1 April 2019) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 550
commits from 81 distinct contributors. $ git shortlog -sn
apache-arrow-0.12.0..apache-arrow-0.13.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.13.0 (1 April 2019) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 550
commits from 81 distinct contributors. $ git shortlog -sn
apache-arrow-0.12.0..apache-arrow-0.13.0 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.14.0.html b/release/0.14.0.html
index 23aec0f1e8f..459d6cd798d 100644
--- a/release/0.14.0.html
+++ b/release/0.14.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.14.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.14.0 (4 July 2019) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 570
commits from 78 distinct contributors. $ git shortlog -sn
apache-arrow-0.13.0..apache-arrow-0.14.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.14.0 (4 July 2019) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 570
commits from 78 distinct contributors. $ git shortlog -sn
apache-arrow-0.13.0..apache-arrow-0.14.0 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.14.1.html b/release/0.14.1.html
index 4359a1b7b3d..64cadeaf322 100644
--- a/release/0.14.1.html
+++ b/release/0.14.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.14.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.14.1 (22 July 2019) This is a bugfix release to address a Python wheel
packaging issues and Parquet forward compatibility problems. Download Source
Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag
Contributors This release includes 52 commits from 16 distinct contributors. $
git shortlog - [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.14.1 (22 July 2019) This is a bugfix release to address a Python wheel
packaging issues and Parquet forward compatibility problems. Download Source
Artifacts Binary Artifacts For CentOS For Debian For Python For Ubuntu Git tag
Contributors This release includes 52 commits from 16 distinct contributors. $
git shortlog - [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.15.0.html b/release/0.15.0.html
index 432e4a376d5..131c6b9e753 100644
--- a/release/0.15.0.html
+++ b/release/0.15.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.15.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.15.0 (5 October 2019) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 672
commits from 80 distinct contributors. $ git shortlog -sn
apache-arrow-0.14.0..apache-arrow-0.15 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.15.0 (5 October 2019) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 672
commits from 80 distinct contributors. $ git shortlog -sn
apache-arrow-0.14.0..apache-arrow-0.15 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.15.1.html b/release/0.15.1.html
index c2064e36d77..bae4cdfd055 100644
--- a/release/0.15.1.html
+++ b/release/0.15.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.15.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.15.1 (1 November 2019) This is a major release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 41
commits from 13 distinct contributors. $ git shortlog -sn
apache-arrow-0.15.0..apache-arrow-0.15 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.15.1 (1 November 2019) This is a major release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 41
commits from 13 distinct contributors. $ git shortlog -sn
apache-arrow-0.15.0..apache-arrow-0.15 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.16.0.html b/release/0.16.0.html
index cbe6050ad46..f249cc17d27 100644
--- a/release/0.16.0.html
+++ b/release/0.16.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.16.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.16.0 (7 February 2020) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 709
commits from 99 distinct contributors. $ git shortlog -sn
apache-arrow-0.15.1..apache-arrow-0.1 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.16.0 (7 February 2020) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 709
commits from 99 distinct contributors. $ git shortlog -sn
apache-arrow-0.15.1..apache-arrow-0.1 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.17.0.html b/release/0.17.0.html
index ffc9a969c62..4a06d7a728f 100644
--- a/release/0.17.0.html
+++ b/release/0.17.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.17.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.17.0 (20 April 2020) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 569
commits from 79 distinct contributors. $ git shortlog -sn
apache-arrow-0.16.0..apache-arrow-0.17. [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.17.0 (20 April 2020) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 569
commits from 79 distinct contributors. $ git shortlog -sn
apache-arrow-0.16.0..apache-arrow-0.17. [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.17.1.html b/release/0.17.1.html
index ebc567eee98..cc993276d17 100644
--- a/release/0.17.1.html
+++ b/release/0.17.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.17.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.17.1 (18 May 2020) This is a patch release fixing bugs and regressions
listed in the changelog below. Download Source Artifacts Binary Artifacts For
CentOS For Debian For Python For Ubuntu Git tag Contributors This release
includes 27 commits from 11 distinct contributors. $ git shortlog -sn
apache-arrow-0.17.0..apache [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.17.1 (18 May 2020) This is a patch release fixing bugs and regressions
listed in the changelog below. Download Source Artifacts Binary Artifacts For
CentOS For Debian For Python For Ubuntu Git tag Contributors This release
includes 27 commits from 11 distinct contributors. $ git shortlog -sn
apache-arrow-0.17.0..apache [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.2.0.html b/release/0.2.0.html
index 98cd3465b02..cd8767f8f1a 100644
--- a/release/0.2.0.html
+++ b/release/0.2.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="0.2.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.2.0 (18 February 2017) Download Source Artifacts Git tag Changelog
Contributors $ git shortlog -sn apache-arrow-0.1.0..apache-arrow-0.2.0 73 Wes
McKinney 55 Uwe L. Korn 16 Julien Le Dem 4 Bryan Cutler 4 Nong Li 2 Christopher
C. Aycock 2 Jingyuan Wang 2 Kouhei Sutou 2 Laurent Goujon 2 Leif Walsh 1 Emilio
Lahr-Vivaz 1 Ho [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.2.0 (18 February 2017) Download Source Artifacts Git tag Changelog
Contributors $ git shortlog -sn apache-arrow-0.1.0..apache-arrow-0.2.0 73 Wes
McKinney 55 Uwe L. Korn 16 Julien Le Dem 4 Bryan Cutler 4 Nong Li 2 Christopher
C. Aycock 2 Jingyuan Wang 2 Kouhei Sutou 2 Laurent Goujon 2 Leif Walsh 1 Emilio
Lahr-Vivaz 1 Ho [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.3.0.html b/release/0.3.0.html
index ce5258992f7..1a35bec07b9 100644
--- a/release/0.3.0.html
+++ b/release/0.3.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="0.3.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.3.0 (5 May 2017) Read more in the release blog post Download Source
Artifacts Git tag d8db8f8 Changelog Contributors $ git shortlog -sn
apache-arrow-0.2.0..apache-arrow-0.3.0 119 Wes McKinney 55 Kouhei Sutou 18 Uwe
L. Korn 17 Julien Le Dem 9 Phillip Cloud 6 Bryan Cutler 5 Emilio Lahr-Vivaz 5
Philipp Moritz 4 Jeff Knupp [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.3.0 (5 May 2017) Read more in the release blog post Download Source
Artifacts Git tag d8db8f8 Changelog Contributors $ git shortlog -sn
apache-arrow-0.2.0..apache-arrow-0.3.0 119 Wes McKinney 55 Kouhei Sutou 18 Uwe
L. Korn 17 Julien Le Dem 9 Phillip Cloud 6 Bryan Cutler 5 Emilio Lahr-Vivaz 5
Philipp Moritz 4 Jeff Knupp [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.4.0.html b/release/0.4.0.html
index 8043c9221e1..b2738e0865d 100644
--- a/release/0.4.0.html
+++ b/release/0.4.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="0.4.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.4.0 (22 May 2017) Read more in the release blog post Download Source
Artifacts Git tag a8f8ba0 Changelog Contributors $ git shortlog -sn
apache-arrow-0.3.0..apache-arrow-0.4.0 28 Wes McKinney 18 Kouhei Sutou 9 Uwe L.
Korn 3 Brian Hulette 3 Emilio Lahr-Vivaz 3 Philipp Moritz 3 Phillip Cloud 2
Julien Le Dem 1 Bryan Cutle [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.4.0 (22 May 2017) Read more in the release blog post Download Source
Artifacts Git tag a8f8ba0 Changelog Contributors $ git shortlog -sn
apache-arrow-0.3.0..apache-arrow-0.4.0 28 Wes McKinney 18 Kouhei Sutou 9 Uwe L.
Korn 3 Brian Hulette 3 Emilio Lahr-Vivaz 3 Philipp Moritz 3 Phillip Cloud 2
Julien Le Dem 1 Bryan Cutle [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.4.1.html b/release/0.4.1.html
index 7ade17761eb..71fb6545235 100644
--- a/release/0.4.1.html
+++ b/release/0.4.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="0.4.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.4.1 (9 June 2017) This is primarily a bug fix release, but also
includes some packaging and documentation improvements. Read more in the
release blog post. Download Source Artifacts Git tag 46315431 Changelog New
Features and Improvements ARROW-1020 - [Format] Add additional language to
Schema.fbs to clarify naive vs. [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.4.1 (9 June 2017) This is primarily a bug fix release, but also
includes some packaging and documentation improvements. Read more in the
release blog post. Download Source Artifacts Git tag 46315431 Changelog New
Features and Improvements ARROW-1020 - [Format] Add additional language to
Schema.fbs to clarify naive vs. [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.5.0.html b/release/0.5.0.html
index f45ccc27bf6..7aab16a35c8 100644
--- a/release/0.5.0.html
+++ b/release/0.5.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.5.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.5.0 (23 July 2017) This is a major release, with expanded features in
the supported languages and additional integration test coverage between Java
and C++. Read more in the release blog post. Download Source Artifacts Git tag
Contributors $ git shortlog -sn apache-arrow-0.4.1..apache-arrow-0.5.0 42 Wes
McKinney 22 Uwe [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.5.0 (23 July 2017) This is a major release, with expanded features in
the supported languages and additional integration test coverage between Java
and C++. Read more in the release blog post. Download Source Artifacts Git tag
Contributors $ git shortlog -sn apache-arrow-0.4.1..apache-arrow-0.5.0 42 Wes
McKinney 22 Uwe [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.6.0.html b/release/0.6.0.html
index e93f33fe469..893dfbac8d8 100644
--- a/release/0.6.0.html
+++ b/release/0.6.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.6.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.6.0 (14 August 2017) This is a major release. Read more in the release
blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn
apache-arrow-0.5.0..apache-arrow-0.6.0 48 Wes McKinney 7 siddharth 5 Matt
Darwin 5 Max Risuhin 5 Philipp Moritz 4 Kouhei Sutou 3 Bryan Cutler 2 Emilio
Lahr-Vivaz 2 Li Jin 2 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.6.0 (14 August 2017) This is a major release. Read more in the release
blog post. Download Source Artifacts Git tag Contributors $ git shortlog -sn
apache-arrow-0.5.0..apache-arrow-0.6.0 48 Wes McKinney 7 siddharth 5 Matt
Darwin 5 Max Risuhin 5 Philipp Moritz 4 Kouhei Sutou 3 Bryan Cutler 2 Emilio
Lahr-Vivaz 2 Li Jin 2 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.7.0.html b/release/0.7.0.html
index 696c18a0ee4..a775b3d1b7e 100644
--- a/release/0.7.0.html
+++ b/release/0.7.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.7.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.7.0 (17 September 2017) This is a major release. Read more in the
release blog post. Download Source Artifacts Git tag Contributors $ git
shortlog -sn apache-arrow-0.6.0..apache-arrow-0.7.0 58 Wes McKinney 14 Kouhei
Sutou 11 Philipp Moritz 7 Phillip Cloud 6 siddharth 5 Uwe L. Korn 2 Bryan
Cutler 2 HorimotoYasuhiro 2 La [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.7.0 (17 September 2017) This is a major release. Read more in the
release blog post. Download Source Artifacts Git tag Contributors $ git
shortlog -sn apache-arrow-0.6.0..apache-arrow-0.7.0 58 Wes McKinney 14 Kouhei
Sutou 11 Philipp Moritz 7 Phillip Cloud 6 siddharth 5 Uwe L. Korn 2 Bryan
Cutler 2 HorimotoYasuhiro 2 La [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.7.1.html b/release/0.7.1.html
index 94475bc2d69..45678009f37 100644
--- a/release/0.7.1.html
+++ b/release/0.7.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.7.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.7.1 (1 October 2017) This is a minor bug release. It was motivated by
ARROW-1601, but see the complete changelog. Download Source Artifacts Git tag
Contributors $ 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 Cutle [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.7.1 (1 October 2017) This is a minor bug release. It was motivated by
ARROW-1601, but see the complete changelog. Download Source Artifacts Git tag
Contributors $ 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 Cutle [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.8.0.html b/release/0.8.0.html
index f6206412e40..34e4340aa43 100644
--- a/release/0.8.0.html
+++ b/release/0.8.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.8.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.8.0 (18 December 2017) This is a major release. Download Source
Artifacts Git tag Contributors $ git shortlog -sn
apache-arrow-0.7.1..apache-arrow-0.8.0 90 Wes McKinney 23 Phillip Cloud 21
Kouhei Sutou 13 Licht-T 12 Korn, Uwe 12 Philipp Moritz 12 Uwe L. Korn 10 Bryan
Cutler 5 Li Jin 5 Robert Nishihara 4 Paul Taylor 4 s [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.8.0 (18 December 2017) This is a major release. Download Source
Artifacts Git tag Contributors $ git shortlog -sn
apache-arrow-0.7.1..apache-arrow-0.8.0 90 Wes McKinney 23 Phillip Cloud 21
Kouhei Sutou 13 Licht-T 12 Korn, Uwe 12 Philipp Moritz 12 Uwe L. Korn 10 Bryan
Cutler 5 Li Jin 5 Robert Nishihara 4 Paul Taylor 4 s [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/0.9.0.html b/release/0.9.0.html
index 8c34d7d20ed..dfff59df4dd 100644
--- a/release/0.9.0.html
+++ b/release/0.9.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 0.9.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 0.9.0 (21 March 2018) This is a major release. Download Source Artifacts
Git tag Contributors $ git shortlog -sn apache-arrow-0.8.0..apache-arrow-0.9.0
52 Wes McKinney 52 Antoine Pitrou 25 Uwe L. Korn 14 Paul Taylor 13 Kouhei Sutou
13 Phillip Cloud 9 Robert Nishihara 9 Korn, Uwe 9 Jim Crist 8 Brian Hulette 7
Philipp Mori [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 0.9.0 (21 March 2018) This is a major release. Download Source Artifacts
Git tag Contributors $ git shortlog -sn apache-arrow-0.8.0..apache-arrow-0.9.0
52 Wes McKinney 52 Antoine Pitrou 25 Uwe L. Korn 14 Paul Taylor 13 Kouhei Sutou
13 Phillip Cloud 9 Robert Nishihara 9 Korn, Uwe 9 Jim Crist 8 Brian Hulette 7
Philipp Mori [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/1.0.0.html b/release/1.0.0.html
index 2c26924132d..a0fa524421e 100644
--- a/release/1.0.0.html
+++ b/release/1.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 1.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 1.0.0 (24 July 2020) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 771
commits from 100 distinct contributors. $ git shortlog -sn
apache-arrow-0.17.0..apache-arrow-1.0.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 1.0.0 (24 July 2020) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 771
commits from 100 distinct contributors. $ git shortlog -sn
apache-arrow-0.17.0..apache-arrow-1.0.0 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/1.0.1.html b/release/1.0.1.html
index 14db7fb719f..4e1beb087d9 100644
--- a/release/1.0.1.html
+++ b/release/1.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 1.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 1.0.1 (21 August 2020) This is a patch release addressing bugs in the
1.0.0 release. Download Source Artifacts Binary Artifacts For CentOS For Debian
For Python For Ubuntu Git tag Contributors This release includes 39 commits
from 15 distinct contributors. $ git shortlog -sn
apache-arrow-1.0.0..apache-arrow-1.0.1 9 Krisz [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 1.0.1 (21 August 2020) This is a patch release addressing bugs in the
1.0.0 release. Download Source Artifacts Binary Artifacts For CentOS For Debian
For Python For Ubuntu Git tag Contributors This release includes 39 commits
from 15 distinct contributors. $ git shortlog -sn
apache-arrow-1.0.0..apache-arrow-1.0.1 9 Krisz [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/10.0.0.html b/release/10.0.0.html
index d0ef355eef5..afee88f0c0e 100644
--- a/release/10.0.0.html
+++ b/release/10.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 10.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 10.0.0 (26 October 2022) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 536 commits from 100 distinct contributors.
$ git shortlog -s [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 10.0.0 (26 October 2022) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 536 commits from 100 distinct contributors.
$ git shortlog -s [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/10.0.1.html b/release/10.0.1.html
index 55af57553cd..211150aec32 100644
--- a/release/10.0.1.html
+++ b/release/10.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 10.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 10.0.1 (22 November 2022) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 34 commits from 15 distinct contributors. $
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 10.0.1 (22 November 2022) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 34 commits from 15 distinct contributors. $
git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/11.0.0.html b/release/11.0.0.html
index 8a80a0458a3..74929b9a0bc 100644
--- a/release/11.0.0.html
+++ b/release/11.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 11.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 11.0.0 (26 January 2023) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 516 commits from 95 distinct contributors. $
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 11.0.0 (26 January 2023) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 516 commits from 95 distinct contributors. $
git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/12.0.0.html b/release/12.0.0.html
index 3956f600984..ad957b0084e 100644
--- a/release/12.0.0.html
+++ b/release/12.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 12.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 12.0.0 (2 May 2023) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For AlmaLinux For
Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 531 commits from 97 distinct contributors. $
git shortlog -sn apac [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 12.0.0 (2 May 2023) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For AlmaLinux For
Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 531 commits from 97 distinct contributors. $
git shortlog -sn apac [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/12.0.1.html b/release/12.0.1.html
index 84d0464053c..07dcfd09dfd 100644
--- a/release/12.0.1.html
+++ b/release/12.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 12.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 12.0.1 (13 June 2023) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 32 commits from 12 distinct contributors. $
git shortlog -sn apa [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 12.0.1 (13 June 2023) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 32 commits from 12 distinct contributors. $
git shortlog -sn apa [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/13.0.0.html b/release/13.0.0.html
index 60215b29845..54de7ef2d87 100644
--- a/release/13.0.0.html
+++ b/release/13.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 13.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 13.0.0 (23 August 2023) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 608 commits from 108 distinct contributors.
$ git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 13.0.0 (23 August 2023) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 608 commits from 108 distinct contributors.
$ git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/14.0.0.html b/release/14.0.0.html
index 0fb4a06ab21..bc9b17dc4a9 100644
--- a/release/14.0.0.html
+++ b/release/14.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 14.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 14.0.0 (1 November 2023) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 612 commits from 116 distinct contributors.
$ git shortlog -s [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 14.0.0 (1 November 2023) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 612 commits from 116 distinct contributors.
$ git shortlog -s [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/14.0.1.html b/release/14.0.1.html
index 18f04ff01a5..9adaacb3c32 100644
--- a/release/14.0.1.html
+++ b/release/14.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 14.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 14.0.1 (10 November 2023) This is a patch release covering more than 0
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 5 commits from 3 distinct contributors. $
git shortlog -sn a [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 14.0.1 (10 November 2023) This is a patch release covering more than 0
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 5 commits from 3 distinct contributors. $
git shortlog -sn a [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/14.0.2.html b/release/14.0.2.html
index d7754e01b18..f8d95f073b4 100644
--- a/release/14.0.2.html
+++ b/release/14.0.2.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 14.0.2 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 14.0.2 (19 December 2023) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 32 commits from 11 distinct contributors. $
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 14.0.2 (19 December 2023) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 32 commits from 11 distinct contributors. $
git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/15.0.0.html b/release/15.0.0.html
index 3ccd7755a6a..f710a09f65d 100644
--- a/release/15.0.0.html
+++ b/release/15.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 15.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 15.0.0 (21 January 2024) This is a major release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 536 commits from 101 distinct contributors.
$ git shortlog -s [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 15.0.0 (21 January 2024) This is a major release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 536 commits from 101 distinct contributors.
$ git shortlog -s [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/15.0.1.html b/release/15.0.1.html
index 4edad66e50e..823cbac3bce 100644
--- a/release/15.0.1.html
+++ b/release/15.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 15.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 15.0.1 (7 March 2024) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 37 commits from 18 distinct contributors. $
git shortlog -sn apa [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 15.0.1 (7 March 2024) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 37 commits from 18 distinct contributors. $
git shortlog -sn apa [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/15.0.2.html b/release/15.0.2.html
index 272010dfe8d..d38190981d5 100644
--- a/release/15.0.2.html
+++ b/release/15.0.2.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 15.0.2 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 15.0.2 (18 March 2024) This is a patch release covering more than 0
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 11 commits from 7 distinct contributors. $
git shortlog -sn apa [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 15.0.2 (18 March 2024) This is a patch release covering more than 0
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 11 commits from 7 distinct contributors. $
git shortlog -sn apa [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/16.0.0.html b/release/16.0.0.html
index 59cd76d19f4..79c82887ce5 100644
--- a/release/16.0.0.html
+++ b/release/16.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 16.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 16.0.0 (20 April 2024) This is a major release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 587 commits from 119 distinct contributors.
$ git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 16.0.0 (20 April 2024) This is a major release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 587 commits from 119 distinct contributors.
$ git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/16.1.0.html b/release/16.1.0.html
index d4644b90f69..f5f00844b4b 100644
--- a/release/16.1.0.html
+++ b/release/16.1.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 16.1.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 16.1.0 (14 May 2024) This is a patch release covering more than 0 months
of development. Download Source Artifacts Binary Artifacts For AlmaLinux For
Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 38 commits from 16 distinct contributors. $
git shortlog -sn apac [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 16.1.0 (14 May 2024) This is a patch release covering more than 0 months
of development. Download Source Artifacts Binary Artifacts For AlmaLinux For
Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 38 commits from 16 distinct contributors. $
git shortlog -sn apac [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/17.0.0.html b/release/17.0.0.html
index 2c8fcb5b01c..ef87f8b3136 100644
--- a/release/17.0.0.html
+++ b/release/17.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 17.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 17.0.0 (16 July 2024) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 529 commits from 92 distinct contributors. $
git shortlog -sn ap [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 17.0.0 (16 July 2024) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 529 commits from 92 distinct contributors. $
git shortlog -sn ap [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/18.0.0.html b/release/18.0.0.html
index dd6fb92e1a7..c3515c863ce 100644
--- a/release/18.0.0.html
+++ b/release/18.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 18.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 18.0.0 (28 October 2024) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 530 commits from 89 distinct contributors. $
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 18.0.0 (28 October 2024) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 530 commits from 89 distinct contributors. $
git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/18.1.0.html b/release/18.1.0.html
index 5125fc66505..0767170f496 100644
--- a/release/18.1.0.html
+++ b/release/18.1.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 18.1.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 18.1.0 (24 November 2024) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 25 commits from 8 distinct contributors. $
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 18.1.0 (24 November 2024) This is a patch release covering more than 1
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 25 commits from 8 distinct contributors. $
git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/19.0.0.html b/release/19.0.0.html
index 061d36a1618..084ee9d194c 100644
--- a/release/19.0.0.html
+++ b/release/19.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 19.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 19.0.0 (16 January 2025) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 330 commits from 67 distinct contributors. $
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 19.0.0 (16 January 2025) This is a major release covering more than 2
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 330 commits from 67 distinct contributors. $
git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/19.0.1.html b/release/19.0.1.html
index 1b434577d3a..e03ec389850 100644
--- a/release/19.0.1.html
+++ b/release/19.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 19.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 19.0.1 (16 February 2025) This is a patch release covering more than 1
month of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 27 commits from 9 distinct contributors. $
git shortlog -sn a [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 19.0.1 (16 February 2025) This is a patch release covering more than 1
month of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 27 commits from 9 distinct contributors. $
git shortlog -sn a [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/2.0.0.html b/release/2.0.0.html
index 7fcfb5421a6..2466749d186 100644
--- a/release/2.0.0.html
+++ b/release/2.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 2.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 2.0.0 (19 October 2020) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 511
commits from 81 distinct contributors. $ git shortlog -sn
apache-arrow-1.0.0..apache-arrow-2.0.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 2.0.0 (19 October 2020) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 511
commits from 81 distinct contributors. $ git shortlog -sn
apache-arrow-1.0.0..apache-arrow-2.0.0 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/3.0.0.html b/release/3.0.0.html
index 3451c57de37..25c5f6b4592 100644
--- a/release/3.0.0.html
+++ b/release/3.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 3.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 3.0.0 (26 January 2021) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 648
commits from 106 distinct contributors. $ git shortlog -sn
apache-arrow-2.0.0..apache-arrow-3.0. [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 3.0.0 (26 January 2021) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 648
commits from 106 distinct contributors. $ git shortlog -sn
apache-arrow-2.0.0..apache-arrow-3.0. [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/4.0.0.html b/release/4.0.0.html
index 09736ed95b1..16058d4ec8c 100644
--- a/release/4.0.0.html
+++ b/release/4.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 4.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 4.0.0 (26 April 2021) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 719
commits from 114 distinct contributors. $ git shortlog -sn
apache-arrow-3.0.0..apache-arrow-4.0.0 [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 4.0.0 (26 April 2021) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 719
commits from 114 distinct contributors. $ git shortlog -sn
apache-arrow-3.0.0..apache-arrow-4.0.0 [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/4.0.1.html b/release/4.0.1.html
index 16598e8265b..7e3996b0e84 100644
--- a/release/4.0.1.html
+++ b/release/4.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 4.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"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 Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 21
commits from 13 distinct contributors. [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"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 Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 21
commits from 13 distinct contributors. [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/5.0.0.html b/release/5.0.0.html
index 3f2997c4e26..40336b9e19d 100644
--- a/release/5.0.0.html
+++ b/release/5.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 5.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 5.0.0 (29 July 2021) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 684
commits from 99 distinct contributors in 2 Arrow repositories. 77 David Li 43
Krisztián Szűcs 42 An [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 5.0.0 (29 July 2021) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For CentOS For
Debian For Python For Ubuntu Git tag Contributors This release includes 684
commits from 99 distinct contributors in 2 Arrow repositories. 77 David Li 43
Krisztián Szűcs 42 An [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/6.0.0.html b/release/6.0.0.html
index dc292c46ab3..955c86d2a00 100644
--- a/release/6.0.0.html
+++ b/release/6.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 6.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 6.0.0 (26 October 2021) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 592
commits from 88 distinct contributors. 58 David Li 56 Antoine Pitrou 46 Neal
Richardson 42 Sutou [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 6.0.0 (26 October 2021) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For CentOS
For Debian For Python For Ubuntu Git tag Contributors This release includes 592
commits from 88 distinct contributors. 58 David Li 56 Antoine Pitrou 46 Neal
Richardson 42 Sutou [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/6.0.1.html b/release/6.0.1.html
index 867bda35ee0..152f29027f6 100644
--- a/release/6.0.1.html
+++ b/release/6.0.1.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 6.0.1 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 6.0.1 (18 November 2021) This is a patch release covering more than 0
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 34 commits from 16 distinct contributors. $
git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 6.0.1 (18 November 2021) This is a patch release covering more than 0
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 34 commits from 16 distinct contributors. $
git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/7.0.0.html b/release/7.0.0.html
index 7ec4d7e5e1f..4fc58d10f56 100644
--- a/release/7.0.0.html
+++ b/release/7.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 7.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 7.0.0 (3 February 2022) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 650 commits from 105 distinct contributors.
$ git shortlog -sn [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 7.0.0 (3 February 2022) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 650 commits from 105 distinct contributors.
$ git shortlog -sn [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/8.0.0.html b/release/8.0.0.html
index e3acbc8de9b..e8ae1df36e0 100644
--- a/release/8.0.0.html
+++ b/release/8.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 8.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 8.0.0 (6 May 2022) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For AlmaLinux For
Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 636 commits from 127 distinct contributors.
$ git shortlog -sn apac [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 8.0.0 (6 May 2022) This is a major release covering more than 3 months
of development. Download Source Artifacts Binary Artifacts For AlmaLinux For
Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 636 commits from 127 distinct contributors.
$ git shortlog -sn apac [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/9.0.0.html b/release/9.0.0.html
index ce6400109b0..f95d64a08b9 100644
--- a/release/9.0.0.html
+++ b/release/9.0.0.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Apache Arrow 9.0.0 Release" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow 9.0.0 (3 August 2022) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 529 commits from 114 distinct contributors.
$ git shortlog -sn a [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow 9.0.0 (3 August 2022) This is a major release covering more than 3
months of development. Download Source Artifacts Binary Artifacts For AlmaLinux
For Amazon Linux For CentOS For C# For Debian For Python For Ubuntu Git tag
Contributors This release includes 529 commits from 114 distinct contributors.
$ git shortlog -sn a [...]
<!-- End Jekyll SEO tag -->
diff --git a/release/index.html b/release/index.html
index 7e8f3c57342..f1eb3c0d6ad 100644
--- a/release/index.html
+++ b/release/index.html
@@ -20,13 +20,13 @@
<meta property="og:site_name" content="Apache Arrow" />
<meta property="og:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="og:type" content="article" />
-<meta property="article:published_time" content="2025-02-19T21:16:48-05:00" />
+<meta property="article:published_time" content="2025-02-20T03:57:04-05:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image"
content="https://arrow.apache.org/img/arrow-logo_horizontal_black-txt_white-bg.png"
/>
<meta property="twitter:title" content="Releases" />
<meta name="twitter:site" content="@ApacheArrow" />
<script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-19T21:16:48-05:00","datePublished":"2025-02-19T21:16:48-05:00","description":"Apache
Arrow Releases Navigate to the release page for downloads and the changelog.
19.0.1 (16 February 2025) 19.0.0 (16 January 2025) 18.1.0 (24 November 2024)
18.0.0 (28 October 2024) 17.0.0 (16 July 2024) 16.1.0 (14 May 2024) 16.0.0 (20
April 2024) 15.0.2 (18 March 2024) 15.0.1 (7 March 2024) 15.0.0 (21 January
2024) 14.0.2 (19 De [...]
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2025-02-20T03:57:04-05:00","datePublished":"2025-02-20T03:57:04-05:00","description":"Apache
Arrow Releases Navigate to the release page for downloads and the changelog.
19.0.1 (16 February 2025) 19.0.0 (16 January 2025) 18.1.0 (24 November 2024)
18.0.0 (28 October 2024) 17.0.0 (16 July 2024) 16.1.0 (14 May 2024) 16.0.0 (20
April 2024) 15.0.2 (18 March 2024) 15.0.1 (7 March 2024) 15.0.0 (21 January
2024) 14.0.2 (19 De [...]
<!-- End Jekyll SEO tag -->