Emergency Self-Construct
Emergency Self-Construct
> As discussed in: > > [#9309 (comment)](https://github.com/numba/numba/pull/9309#discussion_r1409148087) > > the PR to implement this should also fixup: > > * [ ] The template to have the correct double...
@kc611 ok, thank you, I did look at https://github.com/numba/numba/pull/9335 and found the following: a) It seems like the towncrier snippets in 9335 used `=` instead of the suggested `-` b)...
Potentially a duplicate of the (long standing) https://github.com/numba/numba/issues/1846
> Thanks, @esc - I did see that - I thought it might be useful to note the connection with a reference to the constructor being present in the class...
> (An aside regarding the question "Should some of the core Numba folks request access to CF feedstocks for LLVM/llvmlite/Numba so as to be able to help with/fix issues more...
> This can be in review status again. gentle cc @gmarkall Thank you for the heads up, it's done.
I have cleaned up the milestones and added provisionary dates for the upcoming releases: * `NEXT` releases to be tagged week starting 07 Aug 2023 * Numba 0.58 https://github.com/numba/numba/milestone/69 *...
@alanhdu thank you for your submission. I have labelled it as ready for review. We will also discuss this during the developers triage meeting on Tuesday and hopefully find some...
@slayoo thank you for pinging on this. I took a closer look and devised this initial attempt: ``` diff --git i/numba/core/typing/npydecl.py w/numba/core/typing/npydecl.py index d3fdae3955..38f10ea1a5 100644 --- i/numba/core/typing/npydecl.py +++ w/numba/core/typing/npydecl.py @@...
So, after some more asking other developers OOB, it turns out that the BLAS routines for this only support float. This means, we have two roads to implementing this at...