Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

@stonebig if you can, please do try the branch at #67 if it checks out fine, a release would be possible.

@stonebig ok, what about the warnings, should we look into those?

> the 4375 `DeprecationWarning: non-integer arg n is deprecated, removed in SciPy 1.7.x` are of interest to tackle for next cycle, but it can wait next cycle, can't it ?...

@PercyLau I am now aware of any discussions regarding the implementation of sparse-matrices in Numba. Perhaps it would make sense to trawl through our discourse: https://numba.discourse.group/ -- and perhaps start...

@PercyLau perhaps the following can help with bringing a third-party extension closer to Numba: https://numba.pydata.org/numba-doc/dev/extending/entrypoints.html

@PercyLau and there is also: https://sparse.pydata.org/en/stable/index.html Which, I believe, uses Numba under the hood.

> Is there any update on this issue? I would love sparse matrix support in numba. :) Thank you for asking. Not at this time. Continue to watch this issue...

> Anyway, I took a quick shot at using `numba.vectorize` on the functions produced by `choose_kernel`, but `numba.extending.overload` does not like the returned type of a `numba.vectorize`-wrapped function. Is that...

@PabloRdrRbl I think a PR has already been opened: https://github.com/numba/numba-scipy/pull/58