It's a good time to test your #Guix profile if everything of #NumPy dependents works well
@guix is about to release 1.5.0!
Python team is working on bringing NumPy stack backed with v2.
There is some tension between v1 and v2 having in profile at the same time so plan is make python-numpy default on v2.
Please check your profiles and report
@guix is about to release 1.5.0!
Python team is working on bringing NumPy stack backed with v2.
There is some tension between v1 and v2 having in profile at the same time so plan is make python-numpy default on v2.
Please check your profiles and report
It's a good time to test your #Guix profile if everything of #NumPy dependents works well
@guix is about to release 1.5.0!
Python team is working on bringing NumPy stack backed with v2.
There is some tension between v1 and v2 having in profile at the same time so plan is make python-numpy default on v2.
Please check your profiles and report
We're hiring an open-source #python developer focused on modeling APIs!
https://tidyverse.org/blog/2025/11/python-open-source-developer/
We're hiring an open-source #python developer focused on modeling APIs!
https://tidyverse.org/blog/2025/11/python-open-source-developer/
OPEN SOURCE IS AWESOME!
As part of the #30DayMapChallenge I wanted to convert #svg to #GeoJSON Aside from the usual offerings of web-based convertors I found a single GitHub repo providing a rudimentary script but it had not been touched in over 3 years.
https://github.com/rhansson/svg2omap
I tried it, and only had to update a single #numpy call to make it work again!
Opened my fixes as PRs, fearing the worst (abandonware), but 1hr later they're merged it's and a functional tool again :D
Restoring some faith in humanity and the gifting economy.
OPEN SOURCE IS AWESOME!
As part of the #30DayMapChallenge I wanted to convert #svg to #GeoJSON Aside from the usual offerings of web-based convertors I found a single GitHub repo providing a rudimentary script but it had not been touched in over 3 years.
https://github.com/rhansson/svg2omap
I tried it, and only had to update a single #numpy call to make it work again!
Opened my fixes as PRs, fearing the worst (abandonware), but 1hr later they're merged it's and a functional tool again :D
Restoring some faith in humanity and the gifting economy.
This is an excellent intro to linear algebra for anyone getting into #numpy or #ML and wanting a primer.
https://little-book-of.github.io/linear-algebra/books/en-US/lab.html
🐍 I don’t like NumPy
「 NumPy is all about applying operations to arrays. When the arrays have 2 or fewer dimensions, everything is fine. But if you’re doing something even mildly complicated, you inevitably find yourself with some operation you want to apply to some dimensions of array A, some other dimensions of array B, and some other dimensions of array C. And NumPy has no theory for how to express that 」