Nathan Goldbaum

Results 121 issues of Nathan Goldbaum

![](https://usercontent.irccloud-cdn.com/file/Cp92zLDx/1716570350.JPG) Safari Version 17.5 (19618.2.12.11.6)

bug
featurereq
good first issue

If you're not aware http://citeas.org/ lets you enter some sort of metadata (a DOI, various kinds or other URLs) and it returns the preferred citation method. It supports lots of...

**Is your feature request related to a problem? Please describe.** It looks like everything is mostly working on the free-threaded build, except for three failing tests: ``` =========================== short test...

T: enhancement

### Is your feature request related to a problem? Python 3.13 will be available as an experimental free-threaded build that has the GIL disabled. It should hopefully be possible to...

enhancement

Currently it's run by the benchmark CI job on github actions. We should migrate it to the docs CI on CircleCI. I believe it was put in the benchmarks job...

04 - Documentation
component: CI

I also did some basic performance tests in `v2.0.0rc2` for the experimental `StringDType` but it seems to be much slower than `"O"` or `"U"` dtypes in certain cases, are you...

01 - Enhancement

I don't have a small, simple reproducer that crashes immediately, but I can make Python segfault on my Mac with the following script in the free-threaded build: ```python import threading...

00 - Bug
39 - free-threading

Thinking about NumPy 2.0 coming out soon, I think it would be nice if the spec had some discussion about how downstream projects should handle major releases with significant API...

Pytest isn't thread safe and it can be confusing if people expect it to be. We should document this. Also similarly, the warnings module as a whole isn't thread safe....

This is a WIP attempt to add a way to declare free-threaded support in the pymodule macro. I'm going on a trip soon so I'm opening this just in case...