Tamás Nepusz
Tamás Nepusz
After reading the NumPy docs for `numpy.random` in more recent versions it looks like a better solution will be probably to use NumPy's low-level [bit generators](https://numpy.org/doc/stable/reference/random/bit_generators/index.html) directly. One would need...
This has been a long-standing issue, but unfortunately it's hard to fix without breaking compatibility with older versions, that's why it's been put aside for years. Changing the defaults would...
I think I've fixed the build issue in the `main` branch; please try again and let me know if it still doesn't work.
This breaks the current workflow due to how multiple artifact uploads with the same name are handled by `actions/upload-artifact@v4`. Previous versions of the workflow allowed multiple uploads with the same...
Done separately.
Try to avoid re-formatting the `.py` files even if your IDE insists on reformatting. It makes it much harder to go through the PR and separate pure formatting-only modifications from...
Thanks!
This is more complicated than it seems. First, we can't just change this overnight because that would break the layout of existing plots. Second, we would need to define _formally_...
I think that we need to limit the scope of this issue in order to make some progress. I cannot reasonably aim to provide consistent plotting of vertex sizes across...
The error message that you see happens when multiple processes are using Matplotlib and they all want to write to `~/.matplotlib/fontlist-v330.json` at the same time. This file is built the...