Results 20 comments of Aneesh Durg

One thing I've been thinking about is to have chapter specific makefiles that inherit macros/rules from a "template" makefile in the root directory. Then the "root" makefile will recursively enter...

@sfc-gh-stan @sfc-gh-dszmolka I was recently reminded of this from the activity on the associated issue - can this PR be merged?

the failure in the docs build seems to be because python version before 3.10 did not have `typing.Concatenate`. This can by resolved by either taking `typing-extensions` as a dependency, or...

I was able to resolve the CI issues by moving the annotations to a `.pyi` file. This allows importers of `numba.core.extending` to gain type information about `intrinsic`, but doesn't actually...

@stuartarchibald now that this is passing tests can the review process proceed?

I've been thinking about multiversion support for a while, but my approach was pretty different (built on top of virtual environments). I put some of those thoughts into a poc:...

I've had the associated PR #1097 open for a while now, but it had no issue until now and the review process seems to have stalled. I'm more than willing...

@jenisys is there something I can do to help get this merged?

Looking at the failing tests, it looks like the values are still pretty close to the expected values...I'm unable to repro that locally, but I'll keep digging

re: the openCL shape failure - I'm disabling my new tests when `IMAGE` is set for this PR. The fix for `image_dot` seems less trivial - I'll open a new...