Skip to content

Commit 60b4a6b

Browse files
committed
Bump Matplotlib to 3.6
1 parent 094933d commit 60b4a6b

9 files changed

+13
-15
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.5.0
2+
current_version = 3.6.3
33

44
[bumpversion:file:./check-matplotlib-version.py]
55
search = __version__ == '{current_version}'

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all: logos figures cheatsheets handouts docs
99

1010
.PHONY: logos
1111
logos:
12-
wget https://github.com/matplotlib/matplotlib/raw/v3.5.0/doc/_static/logo2.png -O ./logos/logo2.png
12+
wget https://github.com/matplotlib/matplotlib/raw/v3.6.3/doc/_static/logo2.png -O ./logos/logo2.png
1313

1414
.PHONY: figures
1515
figures:

Diff for: cheatsheets.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
\begin{multicols*}{5}
265265
\begin{overpic}[width=\columnwidth,tics=6,trim=12 6 18 6, clip]{logo2.png}
266266
\put (16.5,1.5) {\scriptsize\RobotoCon \textcolor[HTML]{11557c}{Cheat sheet}}
267-
\put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.5.0}}
267+
\put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.6.3}}
268268
\end{overpic}
269269
%\textbf{\Large \RobotoCon Matplotlib 3.2 cheat sheet}\\
270270
%{\ttfamily https://matplotlib.org} \hfill CC-BY 4.0

Diff for: check-matplotlib-version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import matplotlib as mpl
33

44

5-
assert mpl.__version__ == '3.5.0'
5+
assert mpl.__version__ == '3.6.3'

Diff for: handout-beginner.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ \subsection*{\rmfamily Save \mdseries (bitmap or vector format)}
297297
\vfill
298298
%
299299
{\scriptsize
300-
Matplotlib 3.5.0 handout for beginners.
300+
Matplotlib 3.6.3 handout for beginners.
301301
Copyright (c) 2021 Matplotlib Development Team.
302302
Released under a CC-BY 4.0 International License.
303303
Supported by NumFOCUS.

Diff for: handout-intermediate.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ \subsection*{\rmfamily Size \& DPI}
198198
\vfill
199199
%
200200
{\scriptsize
201-
Matplotlib 3.5.0 handout for intermediate users.
201+
Matplotlib 3.6.3 handout for intermediate users.
202202
Copyright (c) 2021 Matplotlib Development Team.
203203
Released under a CC-BY 4.0 International License.
204204
Supported by NumFOCUS.

Diff for: handout-tips.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ \subsection*{\rmfamily Read the documentation}
243243
\vfill
244244
%
245245
{\scriptsize
246-
Matplotlib 3.5.0 handout for tips \& tricks.
246+
Matplotlib 3.6.3 handout for tips \& tricks.
247247
Copyright (c) 2021 Matplotlib Development Team.
248248
Released under a CC-BY 4.0 International License.
249249
Supported by NumFOCUS.

Diff for: requirements/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ autopep8
22
bump2version
33
cartopy==0.22.0
44
flake8
5-
matplotlib==3.5.0
5+
matplotlib==3.6.3
66
mpl-sphinx-theme
77
pillow>=9
88
pdfx

Diff for: requirements/requirements.txt

+5-7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ charset-normalizer==2.0.12
3434
# via requests
3535
click==8.0.4
3636
# via pip-tools
37+
contourpy==1.2.0
38+
# via matplotlib
3739
cryptography==36.0.1
3840
# via pdfminer-six
3941
cycler==0.11.0
@@ -62,7 +64,7 @@ kiwisolver==1.3.2
6264
# via matplotlib
6365
markupsafe==2.1.0
6466
# via jinja2
65-
matplotlib==3.5.0
67+
matplotlib==3.6.3
6668
# via
6769
# -r requirements.in
6870
# cartopy
@@ -75,13 +77,13 @@ nodeenv==1.6.0
7577
numpy==1.22.2
7678
# via
7779
# cartopy
80+
# contourpy
7881
# matplotlib
7982
# scipy
8083
packaging==21.3
8184
# via
8285
# cartopy
8386
# matplotlib
84-
# setuptools-scm
8587
# sphinx
8688
pdfminer-six==20201018
8789
# via pdfx
@@ -129,8 +131,6 @@ requests==2.27.1
129131
# via sphinx
130132
scipy==1.8.0
131133
# via -r requirements.in
132-
setuptools-scm==6.4.2
133-
# via matplotlib
134134
shapely==1.8.1.post1
135135
# via cartopy
136136
six==1.16.0
@@ -164,9 +164,7 @@ toml==0.10.2
164164
# autopep8
165165
# pre-commit
166166
tomli==2.0.1
167-
# via
168-
# pep517
169-
# setuptools-scm
167+
# via pep517
170168
urllib3==1.26.8
171169
# via requests
172170
virtualenv==20.13.1

0 commit comments

Comments
 (0)