Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
]
},
"engines": {
"node": "18.x"
"node": "20.x"
}
}
11 changes: 10 additions & 1 deletion src/components/blog/blogpostsDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Object.defineProperty(exports, "__esModule", { value: true });
exports.blogpostsDetails = void 0;
exports.blogpostsDetails = [
{
"url": "https://medium.com/@QuantStack/a-year-in-review-quantstacks-contributions-to-apache-arrow-7eba38acbcf2",
"title": "A Year in Review: QuantStack’s Contributions to Apache Arrow",
"image": "img/blogposts/resized-images/Arrow-a-Year-in-Review.png",
"summary": "Since November 2024, QuantStack has been involved in the maintenance and development of Apache Arrow. We have a team of several engineers working…",
"date": "2025-09-02",
"authors": "Antoine Pitrou, Raúl Cumplido",
"imageID": "blogpost-image-137"
},
{
url: "https://david-brochart.medium.com/create-your-own-layers-in-jupytergis-cbb995a89b16",
title: "Create your own layers in JupyterGIS",
Expand Down Expand Up @@ -1226,4 +1235,4 @@ exports.blogpostsDetails = [
authors: "Sylvain Corlay",
imageID: "blogpost-image-1"
}
];
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.