Skip to content

Commit 3404a2c

Browse files
committed
DOC: reword release note to unbreak sphinx rendering
1 parent 06a19d6 commit 3404a2c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Passing ``shape=0`` to factory functions in ``numpy.rec`` is deprecated
22
-----------------------------------------------------------------------
33

4-
``0`` is treated as a special case by these functions, which aliases to
5-
``None``. In future, ``0`` will not be a special case, and will be treated
6-
as an array length like any other integer is. The affected functions are:
4+
``0`` is treated as a special case and is aliased to ``None`` in the functions:
75

86
* `numpy.core.records.fromarrays`
97
* `numpy.core.records.fromrecords`
108
* `numpy.core.records.fromstring`
119
* `numpy.core.records.fromfile`
10+
11+
In future, ``0`` will not be special cased, and will be treated as an array
12+
length like any other integer.
13+

0 commit comments

Comments
 (0)