Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.23.3 #1116

Merged
merged 3 commits into from
Nov 15, 2024
Merged

V0.23.3 #1116

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading