stuartarchibald

Results 322 comments of stuartarchibald

Thanks for the report. I cannot reproduce this when following the linked instructions presented on discourse (with Python 3.8, pip=22.1.2).

Differences that may need looking at include: * linux vs windows * pip versions * what the installation environment is (conda env, virtual env, something else)

Thanks for submitting this PR to the Numba issue tracker, it's been added to the queue for review. Please be advised however that we are currently in a PR freeze...

Thanks for the report. After a quick discussion with other core developers, we're pretty sure that these more involved dtype cases are unsupported by the ufunc compilation path.

Feature request is for structured dtype support on the ufunc compilation path, likely depends on ufunc/gufunc mechanism overhaul.

> Okay, thanks. I have no sense of the timing for those plans... is this like a 'maybe in six months' thing, or 'hopefully before the Sun goes dark' kind...

> It's not possible to have return types that won't unify returned by a given implementation, but it is possible to dispatch different implementations based on type. Example: ```python from...