Commit 9f0bc8f 1 parent b33caf0 commit 9f0bc8f Copy full SHA for 9f0bc8f
File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,24 @@ The CHANGELOG for the current development version is available at
7
7
8
8
---
9
9
10
- ### Version 0.23.3 (tbd )
10
+ ### Version 0.23.3 (15 Nov 2024 )
11
11
12
12
##### Downloads
13
- ...
13
+
14
+ - [ Source code (zip)] ( https://github.com/rasbt/mlxtend/archive/v0.23.3.zip )
15
+
16
+ - [ Source code (tar.gz)] ( https://github.com/rasbt/mlxtend/archive/v0.23.3.tar.gz )
14
17
15
18
##### New Features and Enhancements
16
19
17
20
Files updated:
18
- - [ ' mlxtend.evaluate.time_series.plot_splits' ] ( https://github.com/rasbt/mlxtend/blob/master/mlxtend/evaluate/time_series.py )
21
+ - [ ` mlxtend.evaluate.time_series.plot_splits ` ] ( https://github.com/rasbt/mlxtend/blob/master/mlxtend/evaluate/time_series.py )
19
22
- Improved ` plot_splits ` for better visualization of time series splits
20
23
21
24
##### Changes
22
- ...
25
+
26
+ - [ ` mlxtend/feature_selection/exhaustive_feature_selector.py ` ] ( https://github.com/rasbt/mlxtend/blob/master/mlxtend/feature_selection/exhaustive_feature_selector.py )
27
+ - np.inf update to support for NumPy 2.0
23
28
24
29
### Version 0.23.2 (5 Nov 2024)
25
30
Original file line number Diff line number Diff line change 4
4
#
5
5
# License: BSD 3 clause
6
6
7
- __version__ = "0.23.2 "
7
+ __version__ = "0.23.3 "
You can’t perform that action at this time.
0 commit comments