Henry Schreiner

Results 393 issues of Henry Schreiner

Known regressions https://github.com/pybind/pybind11/labels/regression : - #4117 - #4105 - https://github.com/pybind/scikit_build_example/pull/45 Failed fixes: - #4123 Planned features: - #4077 Planned fixes: - #4119 - #4115 The next release of PyPy will...

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

## Description ## Suggested changelog entry: ```rst ```

ci

Intel support is just about the only thing holding up version 2.6.2; there are now [three open PRs on it](https://github.com/pybind/pybind11/labels/compiler%3A%20intel). I've been working with Intel's support team, and they would...

## Description This is based on #3719. See https://github.com/henryiii/pybind11/pull/9 too.

## Description Adding a nox test for PyPy upstream before their next release. I think this works on 3.7 and 3.8, though we should see if we still need our...

python dev

CMake 3.18+ (GPU) 3.16+ (CPU), CUDA 11+, Eigen 3.4.0, fmt 8, C++ 14+ (11 still supported for the moment). Specialized build flags are being removed. `GOOFIT_CXX_STANDARD` -> `CMAKE_CXX_STANDARD`, etc.

Dropping GPL code in this branch. Checking CI. Commands on Della (outside of Della, any computer with CUDA 11+ and CMake 3.18+ should be fine. If you don't have CMake,...

After the recent release, I'd like to increase the minimum requirements: - Require Python 3.7+ for the Python bindings - Require CMake 3.18+ (or newer, based on what is easy...