Skip to content

Commit b92cccc

Browse files
committed
Update release notes for 3.6.1
1 parent 746f3ce commit b92cccc

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

doc/_static/switcher.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"name": "3.6 (stable)",
3+
"name": "3.6.1 (stable)",
44
"version": "stable",
55
"url": "https://matplotlib.org/stable/"
66
},

doc/api/next_api_changes/deprecations/24088-JMK.rst

-9
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
API Changes for 3.6.1
2+
=====================
3+
4+
Deprecations
5+
------------
6+
7+
Colorbars for orphaned mappables are deprecated, but no longer raise
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
Before 3.6.0, Colorbars for mappables that do not have a parent Axes would
11+
steal space from the current Axes. 3.6.0 raised an error on this, but without a
12+
deprecation cycle. For 3.6.1 this is reverted; the current Axes is used, but a
13+
deprecation warning is shown instead. In this undetermined case, users and
14+
libraries should explicitly specify what Axes they want space to be stolen
15+
from: ``fig.colorbar(mappable, ax=plt.gca())``.

doc/users/release_notes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ Version 3.6
1515
:maxdepth: 1
1616

1717
prev_whats_new/whats_new_3.6.0.rst
18+
../api/prev_api_changes/api_changes_3.6.1.rst
1819
../api/prev_api_changes/api_changes_3.6.0.rst
1920
github_stats.rst
21+
prev_whats_new/github_stats_3.6.0.rst
2022

2123
Version 3.5
2224
===========

0 commit comments

Comments
 (0)