8000 Merge branch 'v3.6.x' into v3.7.x · matplotlib/matplotlib@c8d8a54 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8d8a54

Browse files
committed
Merge branch 'v3.6.x' into v3.7.x
2 parents 21f6e50 + 11878dd commit c8d8a54

File tree

14 files changed

+1862
-1273
lines changed

14 files changed

+1862
-1273
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
CIBW_ARCHS: ${{ matrix.cibw_archs }}
102102

103103
- name: Build wheels for CPython 3.8
104-
uses: pypa/cibuildwheel@v2.11.4
104+
uses: pypa/cibuildwheel@v2.12.0
105105
env:
106106
CIBW_BUILD: "cp38-*"
107107
CIBW_SKIP: "*-musllinux*"

doc/_static/zenodo_cache/7162185.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/7275322.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/7527665.svg

Lines changed: 35 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
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+
~~~~~~~~~~~ 8000 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/devel/development_setup.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ true for ``*.py`` files. If you change the C-extension source (which might
138138
also happen if you change branches) you will have to re-run
139139
``python -m pip install -ve .``
140140

141-
Install additional development dependencies
142-
===========================================
143-
See :ref:`development-dependencies`.
144-
145141
Install pre-commit hooks (optional)
146142
===================================
147143
`pre-commit <https://pre-commit.com/>`_ hooks automatically check flake8 and

0 commit comments

Comments
 (0)
0