TypeError: descriptor 'sort' for 'numpy.ndarray' objects doesn't apply to a 'ThreadPoolExecutor' object To reproduce this with cpython main, do the following: make a venv with a free-threaded build of Python install Cython from main with pip install -e . install Numpy from main with pi...
Running into numpy array related issues when trying to use cupy arrays with einsum. Looks like it's perhaps due to still getting to the asarray branching logic which appears to be set to True somewhere internally, despite the cupy inputs...
Shot in the dark, since I don't have access to a Solaris box anymore. Does diff --git a/src/ft2font.h b/src/ft2font.h index 813a554..2d2c997 100644 --- a/src/ft2font.h +++ b/src/ft2font.h @@ -81,7 +81,7 @@ class Glyph : public Py::PythonClass<Glyph> { public: G...
Button("Apply Settings") chk_det_size.select(fn=on_option_changed) # Settings for s in settings_controls: s.select(fn=on_settings_changed) max_threads.input(fn=lambda a,b='max_threads':on_settings_changed_misc(a,b), inputs=[max_threads]) memory_limit.input(fn=lambda a,b='memory_...