Stan Seibert
Stan Seibert
In Numba 0.60, I notice that the `__repr()__` for `typed.List` shows an ellipsis (as if there is more data) at the end of the list, even if the full array...
NumPy 2.3 removed some long-standing deprecated features, so this PR makes the associated testing fixes, resolving #10105. Note that the NumPy 2.3 removal of `.tostring()` was already fixed in #10081.
Renovate PR #1191 updates the Github Actions runner from `windows-2019` to `windows-2025`. This image has Visual Studio 2022 installed, whereas our build recipe assumes VS 2019. We likely need a...
### What is the problem or limitation you are having? After using the Positron design pattern (WebView widget paired with HTTP server running on another thread to serve assets to...
We still have some situations where calls to one kind of function cannot be embedded in the other.