Skip to content

Commit 14d507a

Browse files
committed
Release 2022.1
1 parent 23e6f0a commit 14d507a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

AUTHORS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Additional Contributions
5151

5252
Listed by alphabetical order
5353

54+
- Osayd Abdu
55+
5456
- arunpersaud
5557

5658
- Ross Barnowski
@@ -101,6 +103,8 @@ Listed by alphabetical order
101103

102104
- Corey Farwell
103105

106+
- Tim Gates
107+
104108
- Stuart Geiger
105109

106110
- Olivier Georg
@@ -161,6 +165,8 @@ Listed by alphabetical order
161165

162166
- Manuel López-Ibáñez
163167

168+
- Marco Mangan
169+
164170
- Nicola Masarone
165171

166172
- John McLaughlin
@@ -171,6 +177,8 @@ Listed by alphabetical order
171177

172178
- Mohammad
173179

180+
- Zachary Moon
181+
174182
- Mike Mueller
175183

176184
- negm

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
What's new
22
==========
33

4+
Release 2022.1 (August 2022)
5+
----------------------------
6+
7+
* Replace scikit-learn housing example with California data (Marco Mangan)
8+
9+
* Fix links and typos (Zachary Moon, Tim Gates, Marco Mangan, Gert-Ludwig Ingold)
10+
11+
* Fix fftpack figure (Osayd Abdu)
12+
13+
* Update software version (Pierre de Buyl)
14+
415
Release 2020.2 (September 2020)
516
-------------------------------
617

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
# General information about the project.
9494
project = u"Scipy lecture notes"
95-
copyright = u'2012,2013,2015,2016,2017,2018,2019,2020'
95+
copyright = u'2012,2013,2015,2016,2017,2018,2019,2020,2021,2022'
9696

9797
# The version info for the project you're documenting, acts as replacement for
9898
# |version| and |release|, also used in various other places throughout the
@@ -108,7 +108,7 @@
108108
version = p.stdout.read().strip().decode()
109109

110110
# The full version, including alpha/beta/rc tags.
111-
release = '2020.2'
111+
release = '2022.1'
112112

113113
# The language for content autogenerated by Sphinx. Refer to documentation
114114
# for a list of supported languages.

0 commit comments

Comments
 (0)