Skip to content

Commit ad06b2d

Browse files
authored
prepare for new release (rasbt#1067)
1 parent 451eb26 commit ad06b2d

26 files changed

+9
-1233
lines changed

docs/mkdocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nav:
4343
- user_guide/classifier/EnsembleVoteClassifier.md
4444
- user_guide/classifier/LogisticRegression.md
4545
- user_guide/classifier/MultiLayerPerceptron.md
46-
- user_guide/classifier/OneRClassifier.md
46+
- user_guide/classifier/OneRClassifier.md
4747
- user_guide/classifier/Perceptron.md
4848
- user_guide/classifier/SoftmaxRegression.md
4949
- user_guide/classifier/StackingClassifier.md
@@ -65,7 +65,7 @@ nav:
6565
- user_guide/evaluate/bootstrap.md
6666
- user_guide/evaluate/bootstrap_point632_score.md
6767
- user_guide/evaluate/BootstrapOutOfBag.md
68-
- user_guide/evaluate/cochrans_q.md
68+
- user_guide/evaluate/cochrans_q.md
6969
- user_guide/evaluate/combined_ftest_5x2cv.md
7070
- user_guide/evaluate/confusion_matrix.md
7171
- user_guide/evaluate/create_counterfactual.md
@@ -99,9 +99,6 @@ nav:
9999
- user_guide/frequent_patterns/association_rules.md
100100
- user_guide/frequent_patterns/fpgrowth.md
101101
- user_guide/frequent_patterns/fpmax.md
102-
- image:
103-
- user_guide/image/extract_face_landmarks.md
104-
- user_guide/image/eyepad_align.md
105102
- math:
106103
- user_guide/math/num_combinations.md
107104
- user_guide/math/num_permutations.md

docs/sources/CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ The CHANGELOG for the current development version is available at
99

1010

1111

12-
### Version 0.23.0dev (Next Release)
12+
### Version 0.23.0 (22 Sep 2023)
1313

1414
##### Downloads
1515

16-
- [Source code (zip)](https://github.com/rasbt/mlxtend/archive/v0.23.0.zip)
16+
- [Source code (zip)](https://github.com/rasbt/mlxtend/archive/v0.21.1.zip)
1717

18-
- [Source code (tar.gz)](https://github.com/rasbt/mlxtend/archive/v0.23.0.tar.gz)
18+
- [Source code (tar.gz)](https://github.com/rasbt/mlxtend/archive/v0.22.1.tar.gz)
1919

2020
##### Changes
2121

2222
- Address NumPy deprecations to make mlxtend compatible to NumPy 1.24
2323
- Changed the signature of the `LinearRegression` model of sklearn in the test removing the `normalize` parameter as it is deprecated. ([#1036](https://github.com/rasbt/mlxtend/issues/1036))
24-
- Add `pyproject.toml` to support PEP 518 builds
25-
- Fixed installation from sdist failing
26-
- Converted configuration to `pyproject.toml`
24+
- Add `pyproject.toml` to support PEP 518 builds ([#1065](https://github.com/rasbt/mlxtend/issues/1065) via [jmahlik](https://github.com/jmahlik))
25+
- Fixed installation from sdist failing ([#1065](https://github.com/rasbt/mlxtend/issues/1065) via [jmahlik](https://github.com/jmahlik))
26+
- Converted configuration to `pyproject.toml` ([#1065](https://github.com/rasbt/mlxtend/issues/1065) via [jmahlik](https://github.com/jmahlik))
27+
- Remove `mlxtend.image` submodule with face recognition functions due to poor `dlib` support in modern environments.
2728

2829
##### New Features and Enhancements
2930

docs/sources/USER-GUIDE-INDEX.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
- [fpgrowth](user_guide/frequent_patterns/fpgrowth.md)
7070
- [fpmax](user_guide/frequent_patterns/fpmax.md)
7171

72-
## `image`
73-
- [extract_face_landmarks](user_guide/image/extract_face_landmarks.md)
74-
7572
## `math`
7673
- [num_combinations](user_guide/math/num_combinations.md)
7774
- [num_permutations](user_guide/math/num_permutations.md)

docs/sources/USER_GUIDE_INDEX.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
- [fpgrowth](user_guide/frequent_patterns/fpgrowth.md)
7171
- [fpmax](user_guide/frequent_patterns/fpmax.md)
7272

73-
## `image`
74-
- [extract_face_landmarks](user_guide/image/extract_face_landmarks.md)
75-
7673
## `math`
7774
- [num_combinations](user_guide/math/num_combinations.md)
7875
- [num_permutations](user_guide/math/num_permutations.md)

docs/sources/user_guide/image/README_test-face.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.
-11.2 KB
Binary file not shown.
-7.27 KB
Binary file not shown.
-4.15 KB
Binary file not shown.
-10.5 KB
Binary file not shown.
-6.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)