Skip to content

Commit 9f0bc8f

Browse files
authored
V0.23.3 (#1116)
* 0.23.3 release * update
1 parent b33caf0 commit 9f0bc8f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/sources/CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ The CHANGELOG for the current development version is available at
77

88
---
99

10-
### Version 0.23.3 (tbd)
10+
### Version 0.23.3 (15 Nov 2024)
1111

1212
##### 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)
1417

1518
##### New Features and Enhancements
1619

1720
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)
1922
- Improved `plot_splits` for better visualization of time series splits
2023

2124
##### 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
2328

2429
### Version 0.23.2 (5 Nov 2024)
2530

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.23.2"
7+
__version__ = "0.23.3"

0 commit comments

Comments
 (0)