typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Fix shapely return types coming from numpy ufuncs

Open hamdanal opened this issue 8 months ago • 2 comments

The changed functions are implemented using numpy ufuncs and so they return numpy scalars instead of python scalars. I checked each function individually in an interactive console to get its correct return type.

hamdanal avatar Jun 07 '25 11:06 hamdanal

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 07 '25 11:06 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 07 '25 12:06 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 07 '25 15:07 github-actions[bot]