Skip to content

Commit 1943512

Browse files
authored
Merge pull request #972 from rasbt/0.21.0
0.21.0 release
2 parents 1f46260 + 6cadd40 commit 1943512

15 files changed

+295
-8
lines changed

docs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extra_css:
3030
- cinder/css/font-awesome-4.0.3.css
3131
- cinder/css/highlight.css
3232

33-
copyright: Copyright &copy; 2014-2020 <a href="http://sebastianraschka.com">Sebastian Raschka</a>
33+
copyright: Copyright &copy; 2014-2022 <a href="http://sebastianraschka.com">Sebastian Raschka</a>
3434
google_analytics: ['UA-38457794-2', 'rasbt.github.io/mlxtend/']
3535

3636
nav:

docs/sources/CHANGELOG.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ The CHANGELOG for the current development version is available at
77

88
---
99

10-
### Version 0.21.0 (TBD)
10+
### Version 0.21.0 (09/17/2022)
1111

12-
#### New Features and Enhancements
1312

1413
##### Downloads
1514

16-
- [Source code (zip)](https://github.com/rasbt/mlxtend/archive/v0.20.0.zip)
15+
- [Source code (zip)](https://github.com/rasbt/mlxtend/archive/v0.21.0.zip)
1716

18-
- [Source code (tar.gz)](https://github.com/rasbt/mlxtend/archive/v0.20.0.tar.gz)
17+
- [Source code (tar.gz)](https://github.com/rasbt/mlxtend/archive/v0.21.0.tar.gz)
1918

2019

2120

@@ -34,9 +33,8 @@ The CHANGELOG for the current development version is available at
3433

3534

3635

37-
### Version 0.20.0
36+
### Version 0.20.0 (05/26/2022)
3837

39-
#### New Features and Enhancements
4038

4139
##### Downloads
4240

mlxtend/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55
# License: BSD 3 clause
66

7-
__version__ = "0.21.0dev"
7+
__version__ = "0.21.0"

requirements.lock

+289
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)