summaryrefslogtreecommitdiff
path: root/doc/release/1.15.0-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/1.15.0-notes.rst')
-rw-r--r--doc/release/1.15.0-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.15.0-notes.rst b/doc/release/1.15.0-notes.rst
index 4d19a953d..fadce7684 100644
--- a/doc/release/1.15.0-notes.rst
+++ b/doc/release/1.15.0-notes.rst
@@ -22,6 +22,8 @@ New functions
... print(np.array([2.0])) / 3
[0.67]
+ * `np.histogram_bin_edges`, a function to get the edges of the bins used by a histogram
+ without needing to calculate the histogram.
Deprecations
============