diff --git a/src/pages/blogs/_blogpostsDetails.js b/src/pages/blogs/_blogpostsDetails.js index 5b690339..88055c2a 100644 --- a/src/pages/blogs/_blogpostsDetails.js +++ b/src/pages/blogs/_blogpostsDetails.js @@ -2,6 +2,15 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.blogpostsDetails = void 0; exports.blogpostsDetails = [ + { + url: "https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79", + title: "JupyterLite 0.8 is released! πŸŽ‰", + image: "/img/blogposts/resized-images/JupyterLite-08.png", + summary: "The new 0.8 release includes a number of new features, bug fixes, and enhancements. Highlights include a shareable REPL, a refreshed loading screen, file system reliability improvements, a terminal in the browser, and an update to JupyterLab 4.6 and Notebook 7.6.", + date: "2026-07-10", + authors: "Jeremy Tuloup", + imageID: "blogpost-image-156" + }, { url: "https://blog.jupyter.org/congratulations-distinguished-contributors-1998f468b29e", title: "Congratulations, Distinguished Contributors!", diff --git a/static/atom.xml b/static/atom.xml index b15ef609..81484db6 100644 --- a/static/atom.xml +++ b/static/atom.xml @@ -2,7 +2,7 @@ https://quantstack.net/ Recent blog posts featured by QuantStack team - 2026-06-11T06:36:55.821Z + 2026-07-10T11:54:34.497Z https://github.com/jpmonette/feed QuantStack Team @@ -11,12 +11,42 @@ Atom feed for QuantStack website blog page + + <![CDATA[JupyterLite 0.8 is released! πŸŽ‰]]> + https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79 + + 2026-07-10T00:00:00.000Z +

The new 0.8 release includes a number of new features, bug fixes, and enhancements. Highlights include a shareable REPL, a refreshed loading screen, file system reliability improvements, a terminal in the browser, and an update to JupyterLab 4.6 and Notebook 7.6.

]]>
+ + Jeremy Tuloup + +
+ + <![CDATA[Congratulations, Distinguished Contributors!]]> + https://blog.jupyter.org/congratulations-distinguished-contributors-1998f468b29e + + 2026-06-24T00:00:00.000Z +

We are proud to announce the recipients of the Jupyter Distinguished Contributor (JDC) award for the 2025 cohort of contributors.

]]>
+ + Johan Mabille + +
+ + <![CDATA[Improving SIMD in Apache Arrow: 80% faster Parquet column reads on ARM]]> + https://medium.com/@AntoineProuvost/improving-simd-in-apache-arrow-80-faster-parquet-column-reads-on-arm-42150ac4ec21 + + 2026-06-11T00:00:00.000Z +

We accelerated Parquet column reads on ARM by up to 80% in Apache Arrow C++, by adding support for the Scalable Vector Extension (SVE) and fixing a compiler optimization issue worth a 5x speedup on a dedicated routine.

]]>
+ + Antoine Prouvost + +
<![CDATA[Async Xeus Python]]> https://notebook.link/@DerThorsten/async-xeus-python 2026-06-10T00:00:00.000Z -

We added top-level await support to xeus-python πŸš€. You can now use toplevel async code directly in notebooks without extra boilerplate β€” and without blocking the kernel.

]]>
+

We added top-level await support to xeus-python πŸš€. You can now use toplevel async code directly in notebooks without extra boilerplate and without blocking the kernel.

]]>
Thorsten Beier @@ -181,34 +211,4 @@ Antoine Pitrou, RaΓΊl Cumplido
- - <![CDATA[Create your own layers in JupyterGIS]]> - https://david-brochart.medium.com/create-your-own-layers-in-jupytergis-cbb995a89b16 - - 2025-06-25T00:00:00.000Z -

JupyterGIS-tiler is a JupyterGIS extension that lets you use a notebook to process your (Xarray) data and make it available as raster tiles, so that it can be visualized in JupyterGIS.

]]>
- - David Brochart - -
- - <![CDATA[C++ in Jupyter β€” Interpreting C++ in the Web]]> - https://blog.jupyter.org/c-in-jupyter-interpreting-c-in-the-web-c9d93542f20b - - 2025-06-19T00:00:00.000Z -

Scientists and engineers utilize programming languages not only to build software systems but also to drive interactive exploratory workflows. They leverage developer tools to explore and reason through problems effectively.

]]>
- - Anutosh Bhat, Vassil Vassilev - -
- - <![CDATA[JupyterLite 0.6.0 is released! πŸŽ‰]]> - https://blog.jupyter.org/jupyterlite-0-6-0-is-released-b4bc69bfc8f4 - - 2025-06-12T00:00:00.000Z -

The new 0.6.0 release includes a number of new features, bug fixes, and enhancements. This release also brings significant improvements to the user experience and new customization options for JupyterLite deployments.

]]>
- - Jeremy Tuloup - -
\ No newline at end of file diff --git a/static/atom_all.xml b/static/atom_all.xml index 2fa16b4a..d6fa50c8 100644 --- a/static/atom_all.xml +++ b/static/atom_all.xml @@ -2,15 +2,45 @@ All blog posts featured by QuantStack team - 2026-06-11T06:36:55.824Z + 2026-07-10T11:54:34.500Z https://github.com/jpmonette/feed Atom feed for QuantStack website blog page + + <![CDATA[JupyterLite 0.8 is released! πŸŽ‰]]> + https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79 + + 2026-07-10T00:00:00.000Z +

The new 0.8 release includes a number of new features, bug fixes, and enhancements. Highlights include a shareable REPL, a refreshed loading screen, file system reliability improvements, a terminal in the browser, and an update to JupyterLab 4.6 and Notebook 7.6.

]]>
+ + Jeremy Tuloup + +
+ + <![CDATA[Congratulations, Distinguished Contributors!]]> + https://blog.jupyter.org/congratulations-distinguished-contributors-1998f468b29e + + 2026-06-24T00:00:00.000Z +

We are proud to announce the recipients of the Jupyter Distinguished Contributor (JDC) award for the 2025 cohort of contributors.

]]>
+ + Johan Mabille + +
+ + <![CDATA[Improving SIMD in Apache Arrow: 80% faster Parquet column reads on ARM]]> + https://medium.com/@AntoineProuvost/improving-simd-in-apache-arrow-80-faster-parquet-column-reads-on-arm-42150ac4ec21 + + 2026-06-11T00:00:00.000Z +

We accelerated Parquet column reads on ARM by up to 80% in Apache Arrow C++, by adding support for the Scalable Vector Extension (SVE) and fixing a compiler optimization issue worth a 5x speedup on a dedicated routine.

]]>
+ + Antoine Prouvost + +
<![CDATA[Async Xeus Python]]> https://notebook.link/@DerThorsten/async-xeus-python 2026-06-10T00:00:00.000Z -

We added top-level await support to xeus-python πŸš€. You can now use toplevel async code directly in notebooks without extra boilerplate β€” and without blocking the kernel.

]]>
+

We added top-level await support to xeus-python πŸš€. You can now use toplevel async code directly in notebooks without extra boilerplate and without blocking the kernel.

]]>
Thorsten Beier @@ -220,7 +250,7 @@ https://blog.jupyter.org/congratulations-distinguished-contributors-2504029fc5a9 2025-05-15T00:00:00.000Z -

We are proud to announce the recipients of the Jupyter Distinguished Contributor (JDC) award for the 2024 cohort of contributors.

]]>
+

We are proud to announce the recipients of the Jupyter Distinguished Contributor (JDC) award for the 2024 cohort of contributors.

]]>
Johan Mabille diff --git a/static/img/blogposts/full-size-images/JupyterLite-08.png b/static/img/blogposts/full-size-images/JupyterLite-08.png new file mode 100644 index 00000000..c3325c7a Binary files /dev/null and b/static/img/blogposts/full-size-images/JupyterLite-08.png differ diff --git a/static/rss.xml b/static/rss.xml index 687fab10..3d431218 100644 --- a/static/rss.xml +++ b/static/rss.xml @@ -4,12 +4,39 @@ https://quantstack.net RSS for Node - Thu, 11 Jun 2026 06:36:55 GMT + Fri, 10 Jul 2026 11:54:34 GMT + + <![CDATA[JupyterLite 0.8 is released! πŸŽ‰]]> + + https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79 + https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79 + + Fri, 10 Jul 2026 00:00:00 GMT + + + + <![CDATA[Congratulations, Distinguished Contributors!]]> + + https://blog.jupyter.org/congratulations-distinguished-contributors-1998f468b29e + https://blog.jupyter.org/congratulations-distinguished-contributors-1998f468b29e + + Wed, 24 Jun 2026 00:00:00 GMT + + + + <![CDATA[Improving SIMD in Apache Arrow: 80% faster Parquet column reads on ARM]]> + + https://medium.com/@AntoineProuvost/improving-simd-in-apache-arrow-80-faster-parquet-column-reads-on-arm-42150ac4ec21 + https://medium.com/@AntoineProuvost/improving-simd-in-apache-arrow-80-faster-parquet-column-reads-on-arm-42150ac4ec21 + + Thu, 11 Jun 2026 00:00:00 GMT + + <![CDATA[Async Xeus Python]]> - + https://notebook.link/@DerThorsten/async-xeus-python https://notebook.link/@DerThorsten/async-xeus-python @@ -160,32 +187,5 @@ Tue, 02 Sep 2025 00:00:00 GMT - - <![CDATA[Create your own layers in JupyterGIS]]> - - https://david-brochart.medium.com/create-your-own-layers-in-jupytergis-cbb995a89b16 - https://david-brochart.medium.com/create-your-own-layers-in-jupytergis-cbb995a89b16 - - Wed, 25 Jun 2025 00:00:00 GMT - - - - <![CDATA[C++ in Jupyter β€” Interpreting C++ in the Web]]> - - https://blog.jupyter.org/c-in-jupyter-interpreting-c-in-the-web-c9d93542f20b - https://blog.jupyter.org/c-in-jupyter-interpreting-c-in-the-web-c9d93542f20b - - Thu, 19 Jun 2025 00:00:00 GMT - - - - <![CDATA[JupyterLite 0.6.0 is released! πŸŽ‰]]> - - https://blog.jupyter.org/jupyterlite-0-6-0-is-released-b4bc69bfc8f4 - https://blog.jupyter.org/jupyterlite-0-6-0-is-released-b4bc69bfc8f4 - - Thu, 12 Jun 2025 00:00:00 GMT - - \ No newline at end of file diff --git a/static/rss_all.xml b/static/rss_all.xml index d8affd1b..efc60a5b 100644 --- a/static/rss_all.xml +++ b/static/rss_all.xml @@ -4,12 +4,39 @@ https://quantstack.net RSS for Node - Thu, 11 Jun 2026 06:36:55 GMT + Fri, 10 Jul 2026 11:54:34 GMT + + <![CDATA[JupyterLite 0.8 is released! πŸŽ‰]]> + + https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79 + https://blog.jupyter.org/jupyterlite-0-8-is-released-0c89c4200f79 + + Fri, 10 Jul 2026 00:00:00 GMT + + + + <![CDATA[Congratulations, Distinguished Contributors!]]> + + https://blog.jupyter.org/congratulations-distinguished-contributors-1998f468b29e + https://blog.jupyter.org/congratulations-distinguished-contributors-1998f468b29e + + Wed, 24 Jun 2026 00:00:00 GMT + + + + <![CDATA[Improving SIMD in Apache Arrow: 80% faster Parquet column reads on ARM]]> + + https://medium.com/@AntoineProuvost/improving-simd-in-apache-arrow-80-faster-parquet-column-reads-on-arm-42150ac4ec21 + https://medium.com/@AntoineProuvost/improving-simd-in-apache-arrow-80-faster-parquet-column-reads-on-arm-42150ac4ec21 + + Thu, 11 Jun 2026 00:00:00 GMT + + <![CDATA[Async Xeus Python]]> - + https://notebook.link/@DerThorsten/async-xeus-python https://notebook.link/@DerThorsten/async-xeus-python @@ -203,7 +230,7 @@ https://blog.jupyter.org/congratulations-distinguished-contributors-2504029fc5a9 Thu, 15 May 2025 00:00:00 GMT - + <![CDATA[Making Qt collaborative using CRDTs]]>