Skip to content

Commit 7c486f4

Browse files
committed
Merge branch 'v1.3.x'
* v1.3.x: Document API change in hist
2 parents f1ae145 + 4daa8ca commit 7c486f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/api_changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ Code changes
263263
* The :func:`matplotlib.cbook.check_output` function has been moved to
264264
:func:`matplotlib.compat.subprocess`.
265265

266+
* The method :meth:`~matplotlib.axes.Axes.hist` now always returns bin
267+
occupancies as an array of type `float`. Previously, it was sometimes
268+
an array of type `int`, depending on the call.
269+
266270
Configuration and rcParams
267271
--------------------------
268272

0 commit comments

Comments
 (0)