From ea83ad6b16d9f804942e9b091484699f18c48368 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Tue, 16 May 2023 21:39:34 -0400 Subject: [PATCH] move entry to the most recent section --- docs/sources/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/CHANGELOG.md b/docs/sources/CHANGELOG.md index aba0ae97c..65adefb25 100755 --- a/docs/sources/CHANGELOG.md +++ b/docs/sources/CHANGELOG.md @@ -19,7 +19,7 @@ The CHANGELOG for the current development version is available at ##### Changes -- ... +- 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)) ##### New Features and Enhancements @@ -806,7 +806,6 @@ imput arrays via `transform` and `fit_transform` - Sequential Feature Selection algorithms were unified into a single `SequentialFeatureSelector` class with parameters to enable floating selection and toggle between forward and backward selection. - Stratified sampling of MNIST (now 500x random samples from each of the 10 digit categories) - Renaming `mlxtend.plotting` to `mlxtend.general_plotting` in order to distinguish general plotting function from specialized utility function such as `evaluate.plot_decision_regions` -- Changing the signature of the `LinearRegression` model of sklearn and removing `normalize` parameter as it is depreciated. ### Version 0.2.9 (2015-07-14)