From 0a8bc2943cf8572067bcdc786e72bd35bcf268c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Sok=C3=B3=C5=82?= Date: Tue, 18 Jun 2024 10:27:03 +0200 Subject: [PATCH] DOC: Extend release notes for 26611 [skip actions] [skip azp] [skip cirrus] --- doc/release/upcoming_changes/26611.new_feature.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/release/upcoming_changes/26611.new_feature.rst 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.