Eric Larson

Results 147 issues of Eric Larson

No need for changelog update I think since this is really just internal cleanup. Trying the suggestion in https://github.com/mkdocstrings/mkdocstrings/issues/615#issuecomment-2081550319

The short version is that the metadata is no longer returned after #894. You can see it in the docstring of the `Returns` section of `MemorizedFunc.call` in the diff here:...

@prabhuramachandran now that NumPy [2.0.0rc1 is out](https://pypi.org/project/numpy/2.0.0rc1/) I think it's a good time to cut a release. Ideally it needs to be done in the next couple of weeks otherwise...

Our use of `QMouseEvent` in `_mouseMove` etc. is deprecated in PySide 6.4.1: ``` >>> from PySide6.QtCore import QEvent >>> from PySide6.QtGui import QMouseEvent >>> from PySide6.QtCore import Qt, QPointF >>>...

For 3 of the runs across subjects, I get: ``` /usr/lib/python2.7/dist-packages/sklearn/decomposition/fastica_.py:116: UserWarning: FastICA did not converge. Consider increasing tolerance or the maximum number of iterations. warnings.warn('FastICA did not converge. Consider...

Modules need to be rebuilt and released now that NumPy 2.0 *EDIT: RC1* is out. Importing current `cftime` from PyPI I get on Linux: ``` >>> import cftime A module...

Turns out we had a bunch of dead code. We also had a bunch of unused global vars in our test files which this caught! This also makes me think...

no-changelog-entry-needed

Regarding the API, there is already a test `test_output_equiv` to which I added the `threshold` parameter to be tested. However, I also noticed the `False` value for `adjacency` was not...

See https://github.com/matplotlib/matplotlib/pull/26498 @drammock thoughts?