Nathan Goldbaum

Results 755 comments of Nathan Goldbaum

@sumerc are you interested in some help to get yappi working on the free-threaded build? My team @quansight-labs is working on ecosystem support for free-threaded python and yappi came up...

> There is lots of global data structures You [weren't kidding](https://github.com/sumerc/yappi/blob/1d3f7501701e1f050b6dcd6a86fd36aec08185c7/yappi/_yappi.c#L148-L172)! > I am skeptical about having a true parallelism in a profiler that tries to do as little as...

We talked about this and found that the dependency on yappi we encountered wasn’t actually in the critical path for any other projects, so we decided to not focus on...

I'm a little confused - are you using the python `np.MAXDIMS` symbol or the C `NPY_MAXDIMS` macro? For the latter, the discussion about `NPY_RAVEL_AXIS` is what you likely need in...

You're looking for this docstring: https://github.com/numpy/numpy/blob/dc862b43e3bca09dcf5c235c46b2c7573e2e4b80/numpy/_core/_add_newdocs.py#L5298 I found that by grepping for "which has no identity".

@ev-br if I remember correctly, the doctests are running in the benchmarks CI to avoid creating a new CI job? IMO we should just add a new CI job, it's...

Ah sorry for the noise. Maybe just needs a rebase?

Please try to build numpy and run the tests locally before pushing to run CI. Using `spin` helps with this. This also needs a release note.

If you're by any chance using an LLM to help you with this PR, please keep in mind that you should understand what the LLM is outputting because they often...