diff --git a/doc/release/upcoming_changes/26611.new_feature.rst b/doc/release/upcoming_changes/26611.new_feature.rst new file mode 100644 index 000000000000..6178049cf4ed --- /dev/null +++ b/doc/release/upcoming_changes/26611.new_feature.rst @@ -0,0 +1,2 @@ +* `numpy.printoptions`, `numpy.get_printoptions`, and `numpy.set_printoptions` now support + a new option, ``override_repr``, for defining custom ``repr(array)`` behavior.