Warren Weckesser

Results 106 comments of Warren Weckesser

> It'll be great just to see this come back green... I don't expect this latest commit to come back all green, because of a recurring unrelated failure in sparse.linalg...

The `Main prerelease_deps_coverage_64bit_blas` job is passing now (thanks @rgommers!), but now the Azure job `Main source_distribution` is failing in all the PRs.

@tupui, thanks for the review! I have responded to your suggestions, and after merging `main` to resolve conflicts, I pushed some updates that address your comments. If/when this gets merged,...

Sorry for not getting involved sooner. It is great to see this moving forward. However, I still believe we should have a small collection of datasets *included with SciPy*, that...

Of course, every design decision involves tradeoffs and compromises. In this case, I lean towards letting the source or wheel downloads be a bit bigger and avoid the need to...

FYI: Another alternative for writing (but not reading) animated PNGs is `numpngw`: https://github.com/WarrenWeckesser/numpngw, https://pypi.python.org/pypi/numpngw

I pushed a new release to PyPI, 0.0.6. (There is also a 0.0.5. It was promptly followed by 0.0.6 because I forgot to update README.rst before releasing 0.0.5.) If anyone...

I have pushed a new version to PyPI, with the simplified API for writing. The latest release is 0.0.6 (the only difference between 0.0.5 and 0.0.6 is an update to...

This was fixed in https://github.com/numpy/numpy/pull/22013.

This is still an issue in version 1.3.0. A work-around is to use `mp.mathify`: ``` In [19]: import numpy as np In [20]: from mpmath import mp In [21]: mp.mpmathify(np.int64(123))...