From 7819a9192113bbc45dcadaf47a8bc417fdb61db5 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 26 Sep 2023 08:52:16 -0400 Subject: [PATCH 1/4] GH-25271: Update Apache Description Of A Project (DOAP) File --- arrow.rdf | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/arrow.rdf b/arrow.rdf index fb2d6e797847..cdbc2e0fb38d 100644 --- a/arrow.rdf +++ b/arrow.rdf @@ -23,36 +23,35 @@ --> 2016-02-17 - - Apache arrow - - + + Apache Arrow + + Apache Arrow is a cross-language development platform for in-memory data. - Apache Arrow is a cross-language development platform for in-memory data. + Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware like CPUs and GPUs. The Arrow memory format also supports zero-copy reads for lightning-fast data access without serialization overhead. + +Arrow's libraries implement the format and provide building blocks for a range of use cases, including high performance analytics. Many popular projects use Arrow to ship columnar data efficiently or as the basis for analytic engines. + +Libraries are available for C, C++, C#, Go, Java, JavaScript, Julia, MATLAB, Python, R, Ruby, and Rust. + +Apache Arrow is software created by and for the developer community. We are dedicated to open, kind communication and consensus decision making. Our committers come from a range of organizations and backgrounds, and we welcome all to participate with us. C C++ - C# Go Java - JavaScript - Julia - MATLAB Python R Ruby Rust - - - - - Apache Arrow - 2022-10-31 - 10.0.0 - - + + + + + + @@ -61,3 +60,4 @@ + From 588ca9c5e524cd398cc92ec344789b6761fe8229 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 26 Sep 2023 09:02:46 -0400 Subject: [PATCH 2/4] restore languages --- arrow.rdf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arrow.rdf b/arrow.rdf index cdbc2e0fb38d..4bdee3d35935 100644 --- a/arrow.rdf +++ b/arrow.rdf @@ -40,8 +40,12 @@ Apache Arrow is software created by and for the developer community. We are dedi C C++ + C# Go Java + JavaScript + Julia + MATLAB Python R Ruby From 634e0ada076ee1ff3089203f0dbbcfdef354e4af Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 2 Oct 2023 16:36:07 -0400 Subject: [PATCH 3/4] Automatically include version in arrow.rdf --- _data/versions.yml | 2 +- arrow.rdf | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_data/versions.yml b/_data/versions.yml index 8273c1d18019..b68e93854906 100644 --- a/_data/versions.yml +++ b/_data/versions.yml @@ -19,7 +19,7 @@ current: number: '13.0.0' pinned_number: '13.0.*' major_number: '13' - date: '23 August 2023' + date: 2023-08-23 git-tag: 'b7d2f7ffca66c868bd2fce5b3749c6caa002a7f0' github-tag-link: 'https://github.com/apache/arrow/releases/tag/apache-arrow-13.0.0' release-notes: 'https://arrow.apache.org/release/13.0.0.html' diff --git a/arrow.rdf b/arrow.rdf index 4bdee3d35935..f1dbe8a3715c 100644 --- a/arrow.rdf +++ b/arrow.rdf @@ -1,3 +1,5 @@ +--- +--- @@ -56,6 +58,13 @@ Apache Arrow is software created by and for the developer community. We are dedi + + + Apache Arrow + {{ site.data.versions.current.date }} + {{ site.data.versions.current.number }} + + @@ -64,4 +73,3 @@ Apache Arrow is software created by and for the developer community. We are dedi - From 9ce671df5f62ab5670c75ea48f5f8b2f1feb72f3 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 2 Oct 2023 16:47:43 -0400 Subject: [PATCH 4/4] Add a comment --- arrow.rdf | 1 + 1 file changed, 1 insertion(+) diff --git a/arrow.rdf b/arrow.rdf index f1dbe8a3715c..de4f5c40e3b0 100644 --- a/arrow.rdf +++ b/arrow.rdf @@ -61,6 +61,7 @@ Apache Arrow is software created by and for the developer community. We are dedi Apache Arrow + {{ site.data.versions.current.date }} {{ site.data.versions.current.number }}