Results 45 comments of Kai Striega

@j-bowhay thanks for the review, I've implemented all your suggestions :) @mdhaber all your review suggestions have been implemented, and it should be ready to merge. Would you please give...

I'm going to close this issue. We've rewritten ``npf.irr`` to use a different solver which doesn't use eigenvalues anymore

I've been holding off on writing this due to some complications in the interaction with Poetry and the current makefile we have set up. Poetry has the concept of a...

@ev-br I can help out with this, but I'm not quite sure where to start. Any recommended places to look at?

Great. I'll try to audit what needs to be done tonight/this weekend EDIT: I did a quick run on this, here is the invocation and output: ``` ~/Projects/scipy on main...

@ev-br I've got a question for you: I tried to change the argument ``a`` on this line [line](https://github.com/scipy/scipy/blob/9c98ee762a95cf46d8f91f1c1a5547701538d286/scipy/linalg/_cythonized_array_utils.pyx#L19) to be const-qualified. However I get the following warnings: ``` scipy/linalg/_cythonized_array_utils.cpython-311-darwin.so.p/_cythonized_array_utils.c:21402:79: warning:...

Bringing the discussion back to this issue: I think I'm going to leave these functions till last, or at least until we have reached a consensus regarding our use of...

I'm getting these errors on my M2 mac, but not on Ubuntu. Maybe the generated code is different?

@user799595 thanks for taking the time to contribute. I'm all for supporting better guesses. My apologies for taking so long to respond. I've been really busy with work + life...