[Numpy-discussion] NumPy v1.13.0rc1 released.

Nathaniel Smith njs at pobox.com
Wed May 10 22:15:56 EDT 2017


On Wed, May 10, 2017 at 7:06 PM, Nathan Goldbaum <nathan12343 at gmail.com> wrote:
> Hi Chuck,
>
> Is there a docs build for this release somewhere? I'd like to find an
> authoritative reference about __array_ufunc__, which I'd hesistated on
> looking into until now for fear about the API changing.

A sort-of-rendered version of the end-user docs can be seen here:
  https://github.com/numpy/numpy/blob/master/doc/source/reference/arrays.classes.rst

And the NEP has been updated to hopefully provide a more spec-like
description of the final version:
  https://github.com/numpy/numpy/blob/master/doc/neps/ufunc-overrides.rst

Note that the API is "provisional" in 1.13, i.e. it *might* change in
backwards-incompatible ways:
  https://docs.python.org/3/glossary.html#term-provisional-api

-n

-- 
Nathaniel J. Smith -- https://vorpus.org


More information about the NumPy-Discussion mailing list