Aaron Meurer

Results 391 issues of Aaron Meurer

If the cache directory has .DS_Store it will try to display it (resulting in a broken image icon).

http://thecatapi.com/

Note that this only enables dependabot for GitHub Actions workflow versions (e.g., things like `actions/checkout@v3`). This does not enable it for things like Python packages. We could do that later,...

CI

This also sets Float.is_real and Float.is_extended_real to None, and by implication sets Float(0).is_integer and Float(0).is_rational to None. This is a test to see what tests fail. See #26620. #### References...

I tested this with the matplotlib master ``` import numpy as np import matplotlib.pyplot as plt plt.figure() x = np.linspace(0.0, 1.0, 101) y = x ** 2 plt.plot(x, y) plt.title('sympy.lambdify\nwith...

topic: text
backend: pgf
Difficulty: Hard
status: inactive

Recently in array-api-strict, I [accidentally disabled iteration on 1-D arrays](https://github.com/data-apis/array-api-strict/pull/48). This [broke a lot of code in SciPy](https://github.com/scipy/scipy/pull/21074). I've since reverted the change (array-api-strict disallows iteration on >1-D arrays but...

This is for consistency with operators, which allow combining an int with an array that has a floating-point data type. See the discussion at #807. I also mentioned this at...

API change

As discussed in today's consortium meeting. See the discussion at numpy/numpy#24976.

This follows the NumPy behavior, where the result is nan if any operand is nan. I checked PyTorch and it seems to do this as well.

Maintenance