Guilherme Leobas

Results 187 comments of Guilherme Leobas

> Is there a preferred style for checking the version of the interpreter? There's a `PYVERSION` variable. But since the minimum python version is 3.9, we don't need the check...

> Should I open a new PR? Not needed.

And also, please update the pysupported file to include `math.nextafter` https://github.com/numba/numba/blob/3edb458c69daeaaffbfc938145c367eda1cf043f/docs/source/reference/pysupported.rst?plain=1#L1044-L1045

@s-m-e, currently waiting on author and this PR should be good to merge.

> @guilhermeleobas I can try addressing the updates on this PR today. The email notifications on this PR got lost in my inbox. Sorry about that. No worries. Take your...

Hey, sorry! You need to add a file containing the [release notes info](https://numba.readthedocs.io/en/stable/developer/contributing.html#release-notes) as well. Changes are fine. Once you add the release notes file, I will approve the PR.

Hi, sorry! I was out this past few weeks. Can you create an empty commit to run CI again? ``` git commit --allow-empty 'trigger CI' ```

I just discovered I can close and open this PR to retrigger CI :D

If anyone wants to work on this one, I think one can reuse the same implementation of `np.nextafter` to implement this one: https://github.com/numba/numba/blob/3edb458c69daeaaffbfc938145c367eda1cf043f/numba/np/npyfuncs.py#L1637-L1646

> I'm curious if this is a viable solution. I'm completely unable to test this though. llvmlite 0.43 simply refuses to install on my machine. > > [groutr@d8b2619](https://github.com/groutr/numba/commit/d8b2619435b2db6a9bf746e43749ef1daf2b126c) Yes! that...