Skip to content

Commit

Permalink
V0.23.3 (#1116)
Browse files Browse the repository at this point in the history
* 0.23.3 release

* update
  • Loading branch information
rasbt authored Nov 15, 2024
1 parent b33caf0 commit 9f0bc8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions docs/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,24 @@ The CHANGELOG for the current development version is available at

---

### Version 0.23.3 (tbd)
### Version 0.23.3 (15 Nov 2024)

##### Downloads
...

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

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

##### New Features and Enhancements

Files updated:
- ['mlxtend.evaluate.time_series.plot_splits'](https://github.com/rasbt/mlxtend/blob/master/mlxtend/evaluate/time_series.py)
- [`mlxtend.evaluate.time_series.plot_splits`](https://github.com/rasbt/mlxtend/blob/master/mlxtend/evaluate/time_series.py)
- Improved `plot_splits` for better visualization of time series splits

##### Changes
...

- [`mlxtend/feature_selection/exhaustive_feature_selector.py`](https://github.com/rasbt/mlxtend/blob/master/mlxtend/feature_selection/exhaustive_feature_selector.py)
- np.inf update to support for NumPy 2.0

### Version 0.23.2 (5 Nov 2024)

Expand Down
2 changes: 1 addition & 1 deletion mlxtend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# License: BSD 3 clause

__version__ = "0.23.2"
__version__ = "0.23.3"

0 comments on commit 9f0bc8f

Please sign in to comment.