Hi All,
On behalf of the NumPy team, I am pleased to announce the release of NumPy
1.14.4.
This is a bugfix release for bugs reported following the 1.14.3 release. The
most significant fixes are:
* fixes for compiler instruction reordering that resulted in NaN's not being
properly propagated in
On 6. Jun 2018 at 05:41, Nathan Goldbaum wrote:
Oh wait, since the decorated version of the ufunc will be the one in the
public numpy API it won't break. It would only break if the callable that
was passed in *wasn't* the decorated version, so it kinda *has* to pass in
the decorated function to