@dhirschfeld.bsky.social

JupyterLite 0.8 is out: shareable REPL links, a refreshed loading screen, file system fixes, an in-browser terminal with real WebAssembly tools (git, vim, grep), more kernels via jupyterlite-xeus, and Python 3.14 on Pyodide. Try it with no install: jupyter.org/try-jupyter

Bild

Polars and SQL operate on fundamentally different mental models. Marco Gorelli explores the architectural nuances that shape both paradigms. Understanding these mechanics is key to writing clean code that generalizes seamlessly across query engines. Read Marco’s full analysis: buff.ly/J31DcJK

Bild

Happy/nervous to announce argon2-cffi-bindings, the low-level C binding wheels used by argon2-cffi. It's a big release w/ wheels for new platforms, but the biggest item is the liberation from setuptools w/ great help by Nathan Goldbaum & @henryiii.bsky.social! 🥳 #Python github.com/hynek/argon2...

Release 26.1.0 · hynek/argon2-cffi-bindings

Highlights Big and scary release! We've switched from setuptools to scikit-build-core and added wheels for pyemscripten and (provisionally) RISC-V. Full changelog below! Special Thanks This release...

github.com

Ten years ago, I founded QuantStack on a conviction: that we could build a sustainable business by supporting world-class open-source software to advance science. We had no outside funding, no guarantees, just trust in open collaboration. Read the full story: quantstack.net/blogs/Decade...

QuantStack

A team behind major open-source projects of the scientific computing ecosystem such as Jupyter, Conda-Forge, Mamba, XTensor/SIMD, Apache Arrow/Parquet and more.

quantstack.net

Numba now runs entirely in the browser through #JupyterLite and emscripten-forge 🤘 Read Anutosh's post for more details on how we brought Numba's JIT compiler to #WebAssembly, enabling a broader ecosystem including PyTensor, PyMC, Interpolation․py, and Dolo․py. notebook.link/blog/numba-i...

Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite | Notebook.link Documentation

A JIT compiler and its scientific Python ecosystem running entirely in the Web browser

notebook.link

How good are the frontier AI weather forecast models from Google DeepMind, Microsoft, and NVIDIA? See for yourself on @brightband.com's Operational WeatherBench dashboard - owb.brightband.com! We're happy to run these models operationally and share our evaluation stats with the community!

Operational WeatherBench | AI Weather Forecast Leaderboard

Live skill rankings for AI and physics-based weather forecast models, scored daily with standard metrics and an open toolkit.

owb.brightband.com

Most compression libraries ask you to move in. We think that's backwards. Blosc2 4.9.1: DuckDB, Polars and pandas 3 read a CTable directly via Arrow's PyCapsule protocol — no conversion step. Cooperation, not completeness. blosc.org/posts/not-an... Compress Better, Compute Bigger 🚀 #DataScience

Not an island: bringing compression to the tabular ecosystem

A compression library can go one of two ways: try to be everything (its own dataframe, its own query engine, its own format that nothing else reads), or be a fast, compact layer that slots underneath

blosc.org