Henry Schreiner

Results 2524 comments of Henry Schreiner

And does ` Python3::Python (Release) C:/Program Files/Python310/libs/python310.lib` exist?

I still don't see an obvious way it could be our fault: ```console $ git grep LIBRARIES -- tools/pybind11NewTools.cmake tools/pybind11NewTools.cmake: PROPERTY INTERFACE_LINK_LIBRARIES pybind11::python_headers) tools/pybind11NewTools.cmake: PROPERTY INTERFACE_LINK_LIBRARIES pybind11::python2_no_register) tools/pybind11NewTools.cmake: PROPERTY INTERFACE_LINK_LIBRARIES...

Can't you use `Py_DEBUG`? Looks like that only turns off the removal of this define.

Importing pytest or sys (probably pytest) inside test_embed causes Python 3.12 to segfault. b9b391c9 fixed the issues - we don't really need to do it, since we are avoiding these...

And the interesting question: Should we add `-fexceptions` when building on emscripten in our CMake helpers? Is there a reason someone wouldn't want them (using them, which we do a...

Is there a known working version than can be pinned while this is being worked on? Ran into this with ~50 students in a workshop today. Also, any info on...

Adding it should be pretty easy. The only tricky part on the C++ side is setting up the conditional parts for functions that have really different returns when using this...

The accessors (`values()`, etc) must return dense values, since they are meant to be passed to plotting libraries and such, and are unified across all storages. A user doesn't have...

> have the first histogram be sparse categorical axes, and have its storage be a dense histogram I don't understand exactly what this means. If you have 3 categories, each...