Matti Picus

Results 1105 comments of Matti Picus

CI is now passing. Does someone want to review?

Could you align the documentation of [np.insert](https://github.com/numpy/numpy/blob/26035188c8ab28cbf29aed36f208e63e4531aedb/numpy/lib/_function_base_impl.py#L5383) to use the same parameter documentation for `obj`. Also there is a note in `np.delete` that does not appear in `np.insert` about boolean...

That is suprising! Thanks for checking. So I guess my guidance to modify the docstring of instert was mistaken, sorry. Could you revert [c1da99e](https://github.com/numpy/numpy/pull/27595/commits/c1da99e264c716f451a6f651c4ab52c3bd7d08f3)?

It may be possible to use integer math in some of the linalg routines, but currently we convert the integer ndarray to double and then compute the inverse, resulting in...