Skip to content

Commit

Permalink
0.23.1 release (#1075)
Browse files Browse the repository at this point in the history
* update changelog

* update 2024
  • Loading branch information
rasbt authored Jan 5, 2024
1 parent bd72b15 commit a5435e5
Show file tree
Hide file tree
Showing 179 changed files with 194 additions and 181 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<br>

Sebastian Raschka 2014-2023
Sebastian Raschka 2014-2024

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/ipynb2markdown.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IPython Notebook to Markdown conversion script
#
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
2 changes: 1 addition & 1 deletion docs/make_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API generator script
#
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
2 changes: 1 addition & 1 deletion docs/make_userguide.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API generator script
#
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
2 changes: 1 addition & 1 deletion docs/md2pdf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API generator script
#
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
17 changes: 15 additions & 2 deletions docs/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@ The CHANGELOG for the current development version is available at

---

### Version 0.23.1 (5 Jan 2024)

##### Downloads

- [Source code (zip)](https://github.com/rasbt/mlxtend/archive/v0.23.1.zip)

- [Source code (tar.gz)](https://github.com/rasbt/mlxtend/archive/v0.23.1.tar.gz)

##### Changes

- Updated dependency on distutils for python 3.12 and above ([#1072](https://github.com/rasbt/mlxtend/issues/1072) via [peanutsee](https://github.com/peanutsee))




### Version 0.23.0 (22 Sep 2023)

##### Downloads

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

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

##### Changes

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ according to the terms and conditions of the Creative Commons Attribution 4.0 In

New BSD License

Copyright (c) 2014-2023, Sebastian Raschka. All rights reserved.
Copyright (c) 2014-2024, Sebastian Raschka. All rights reserved.


Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions mlxtend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause

__version__ = "0.23.0"
__version__ = "0.23.1"
2 changes: 1 addition & 1 deletion mlxtend/_base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_base_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Base Cluster (Clutering Parent Class)
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_classifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Base Classifier (Classification Parent Class)
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_cluster.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Base Cluster (Clutering Parent Class)
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_iterative_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Base Iterative Model (Iterative Model Parent Class)
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_multiclass.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Base MultiClass (MultiClass Parent Class)
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_multilayer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Base MultiLayer (MultiLayer Parent Class)
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_regressor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Base Regressor (Regression Parent Class)
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/tests/test_base_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/tests/test_classifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/tests/test_cluster.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/tests/test_iterative_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/tests/test_multiclass.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/tests/test_multilayer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/tests/test_regressor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/adaline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Implementation of the ADAptive LInear NEuron classification algorithm.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/ensemble_vote.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Soft Voting/Majority Rule classifier

# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Implementation of an meta-classification algorithm for majority voting.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/logistic_regression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Implementation of the logistic regression algorithm for classification.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/multilayerperceptron.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Implementation of a Multi-layer Perceptron in Tensorflow
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/oner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OneR classifier

# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# The classic OneR (One Rule) classifier
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/perceptron.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Implementation of Rosenblatt's perceptron algorithm for classification.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/softmax_regression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Implementation of the mulitnomial logistic regression algorithm for
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/stacking_classification.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stacking classifier

# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# An ensemble-learning meta-classifier for stacking
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/stacking_cv_classification.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stacking CV classifier

# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# An ensemble-learning meta-classifier for stacking
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_adaline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_ensemble_vote_classifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_logistic_regression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_multilayerperceptron.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_oner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_perceptron.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_softmax_regression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_stacking_classifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_stacking_cv_classifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Authors: Sebastian Raschka <sebastianraschka.com>
# Reiichiro Nakano <github.com/reiinakano>
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/cluster/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/cluster/kmeans.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Estimator for Linear Regression
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/cluster/tests/test_kmeans.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/autompg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for loading the open-source AutoMPG dataset.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/boston_housing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for loading the open-source Boston Housing dataset.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/iris.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for loading the open-source Iris Flower dataset.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/local_mnist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for fetching the open-source MNIST dataset.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/mnist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for loading the open-source MNIST.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/multiplexer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for creating a multiplexer dataset for classification.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/tests/test_datasets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/tests/test_multiplexer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# Author: Sebastian Raschka <sebastianraschka.com>
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/three_blobs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for loading a sample dataset for clustering evaluations
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/data/wine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for loading the open-source Wine dataset.
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/evaluate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
# Author: Sebastian Raschka <sebastianraschka.com>
#
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/evaluate/accuracy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sebastian Raschka 2014-2023
# Sebastian Raschka 2014-2024
# mlxtend Machine Learning Library Extensions
#
# A function for generating per class accuracy
Expand Down
Loading

0 comments on commit a5435e5

Please sign in to comment.