Skip to content

Commit

Permalink
MAINT: Update doc/release/upcoming_changes/22540.expired.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
  • Loading branch information
charris and rossbar committed Nov 9, 2022
1 parent ec23c51 commit f1fb58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release/upcoming_changes/22540.expired.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Passing dtype instances other than the canonical (mainly native byte-order)
ones to ``dtype=`` or ``signature=` in ufuncs will now raise a ``TypeError``.
ones to ``dtype=`` or ``signature=`` in ufuncs will now raise a ``TypeError``.
We recommend passing the strings ``"int8"`` or scalar types ``np.int8``
since the byte-order, datetime/timedelta unit, etc. are never enforced.
(Initially deprecated in NumPy 1.21.)

0 comments on commit f1fb58b

Please sign in to comment.