Results 13 issues of Simon May

## Feature request Currently, even though [`numba.stencil`](https://numba.pydata.org/numba-doc/latest/user/stencil.html) is designed in a way that allows different “modes”, it only supports one: > ### 1.11.4.2. mode > The optional mode parameter controls...

feature_request

See title. When trying to get the definition of such a function (e. g. the return value of `get_anon() = x -> x^3 + 777`), there is a warning and...

These were fixed by #648. Closes #430 and closes #660.