Henry Schreiner

Results 2524 comments of Henry Schreiner

No, we don't have a default, but we do have an opt-in mechanism for beta versions of Python. A similar opt-in mechanism could be added here, but it probably should...

If most work but just produce a warning, not sure if we want to encourage opting out. Building a GIL enabled binary for python3.13t is much better than no binary...

A guide is being worked on: https://github.com/Quansight-Labs/free-threaded-compatibility/pull/15

Also see https://github.com/Quansight-Labs/free-threaded-compatibility/pull/15.

We now support all free-threaded options in 2.19!

Let's merge this for the speedups, then revisit if we can use a smarter method to get the num threads.

There's no manylinux image for arm32v7, so no. You can see the discussion in https://github.com/pypa/manylinux/discussions/1405. I think the main problem is there isn't an upstream distribution of the base images...

Does the chocolatey install of Eigen include the CMake config file?

FYI, I usually use submodules or FetchContent for Eigen, and include it in the SDist. It's just some header files, and that way you control the exact version.