Skip to content

Commit 4c99229

Browse files
Merge pull request #255 from SylvainCorlay/add-arrow-retrospective
Add Arrow retrospective blog post
2 parents 499be30 + 107d923 commit 4c99229

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
]
8080
},
8181
"engines": {
82-
"node": "18.x"
82+
"node": "20.x"
8383
}
8484
}

src/components/blog/blogpostsDetails.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.blogpostsDetails = void 0;
44
exports.blogpostsDetails = [
5+
{
6+
"url": "https://medium.com/@QuantStack/a-year-in-review-quantstacks-contributions-to-apache-arrow-7eba38acbcf2",
7+
"title": "A Year in Review: QuantStack’s Contributions to Apache Arrow",
8+
"image": "img/blogposts/resized-images/Arrow-a-Year-in-Review.png",
9+
"summary": "Since November 2024, QuantStack has been involved in the maintenance and development of Apache Arrow. We have a team of several engineers working…",
10+
"date": "2025-09-02",
11+
"authors": "Antoine Pitrou, Raúl Cumplido",
12+
"imageID": "blogpost-image-137"
13+
},
514
{
615
url: "https://david-brochart.medium.com/create-your-own-layers-in-jupytergis-cbb995a89b16",
716
title: "Create your own layers in JupyterGIS",
@@ -1226,4 +1235,4 @@ exports.blogpostsDetails = [
12261235
authors: "Sylvain Corlay",
12271236
imageID: "blogpost-image-1"
12281237
}
1229-
];
1238+
];
178 KB
Loading

0 commit comments

Comments
 (0)