Rutger

@rutje
14 Followers
32 Following
52 Posts
The average precipitation (119mm) over Spain was the 2nd highest after 2013 for March in this CHIRPS dataset (since 1981). In the past decade the years 2018 (116mm), 2022 (115mm) & 2024 (106mm) had similar amounts for March.

Numba is now on the Fediverse - hello!

What's the latest Numba news?

- Numba 0.57RC1 and llvmlite 0.40.0rc1 are out: https://numba.discourse.group/t/ann-numba-0-57-0rc1-and-llvmlite-0-40-0rc1/1879
- Numba 0.57 final is planned for tagging on Monday (1st May)

What can you do for Numba?

- Please follow this account!
- Please give this post a boost to let others know we're here!

[ANN] Numba 0.57.0rc1 and llvmlite 0.40.0rc1

Dear all, On behalf of the Numba crew I am happy to announce the availability of Numba 0.57.0 RC1 and llvmlite 0.40.0 RC1. This release adds support for Python 3.11 and NumPy 1.24, and upgrades to LLVM 14. As usual, you can install these release candidates with conda from the numba channel on anaconda.org: conda install -c numba numba=0.57.0rc1 conda install -c numba llvmlite=0.40.0rc1 Or alternatively install the wheels form PyPi with pip: pip install numba==0.57.0rc1 pip install llvmlite=...

Numba Discussion

New blog post! Signed distance functions in 46 lines of Python, where I demonstrate how simple SDFs can be, by iteratively building up to a program that renders this ASCII donut. https://vgel.me/posts/donut/

#python #sdf #graphics #blog

Signed distance functions in 46 lines of Python

A walkthrough of 46 lines of code that render a 3D ASCII donut using signed distance functions.