Stefan van der Walt

Results 328 comments of Stefan van der Walt

Thanks for the tip. I verified that I was still running 0.04, even after the update manager "updated". I'll try again with 0.06.

Thanks, 0.06 is looking much better! I'll monitor via Instruments.

Busy figuring out how to use Instruments. In the meantime, I can describe steps needed to leak memory: 1) Show map 2) Click on Venues 3) Click "refresh" 4) Memory...

Maybe the topic, of whether or not to add a `--user` flag, obfuscates the main concern here: New users, as @matthew-brett mentions, are often given "pip install x" instructions. This...

Hi all, we've started using the PDST CSS in the Scientific Python Hugo Theme, in an effort to better align the themes and to utilize the accessibility work done here....

Excellent, thanks @12rambau. And, to be clear, the goal, for now, would simply be to replace bd- with pdst-, or should there also be renaming to PDST terminology?

Thanks, Chris. I'll see how easy it is to add aliases first.

Would we make the tests optionally installable, or how would users validate that their NumPy installation is working correctly?

Another alternative for the test suite, if we want it to be included by default, is to compress it.

Yeap, sorry for the noise. Compression advantage of something like zstd over gz is only a few 100k. I wish wheels supported better compression. Looks like [they considered it](https://discuss.python.org/t/making-the-wheel-format-more-flexible-for-better-compression-speed/3810/74?page=3) but...