Aaron Z.
Aaron Z.
I think this is useful - could you maybe flesh out the theory a bit more and suggest a usecase for social network analysis? How would functionality you add be...
@tamandeeps would it be okay if I branched off this and raised a new PR? Or are you planning to continue working on this?
The expensive numpy results checks are effectively a type check, from what I can see. This could be another argument for using more type checking in the codebase instead (related:...
Hey @jermainewang - sorry for the delay in getting back to you. I was partially waiting for the paper I was working on to be published with some relevant results......
Had a look in the codebase and found this ominous comment next to the relevant line: https://github.com/python/typeshed/blob/a6fb689ff163d799dbf30871479c9fc8b5165647/stdlib/warnings.pyi#L28 Not sure why this comment is here, or why it's a bad idea...
Opened #12866 :)
Was just playing around with this and noticed that the filters when you start an interpreter include: ```python ('default', None, , '__main__', 0) ``` So it seems that in face...
Are there plans to release free-threaded builds of numpy 1.x? Or will this effort be strictly 2.x
@reaganjlee I'd be nervous about introducing a breaking change without at least a deprecation cycle - it's going to be hard to assess how often the current behaviour is specifically...