Skip to content

Commit

Permalink
v0.23.4 release prep work (#1122)
Browse files Browse the repository at this point in the history
* 0.23.4 release prep

* 0.23.4 release prep
  • Loading branch information
rasbt authored Jan 26, 2025
1 parent f951cbb commit 29e2fc4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions docs/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@
The CHANGELOG for the current development version is available at
[https://github.com/rasbt/mlxtend/blob/master/docs/sources/CHANGELOG.md](https://github.com/rasbt/mlxtend/blob/master/docs/sources/CHANGELOG.md).

---

### Version 0.24.4 (25 Nov 2025)

##### Downloads

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

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

##### New Features and Enhancements

- Improved memory efficiency in association rule implementations and now optional `num_itemsets` parameter ([#1121](https://github.com/rasbt/mlxtend/issues/1121) via [zazass8](https://github.com/zazass8))

##### Changes

- `np.float_` update to support for NumPy 2.0 ([#1119](https://github.com/rasbt/mlxtend/issues/1119) via [Bot-wxt1221](https://github.com/Bot-wxt1221))


---

### Version 0.23.3 (15 Nov 2024)
Expand Down Expand Up @@ -84,7 +103,7 @@ Files updated:

##### Changes

- Address NumPy deprecations to make mlxtend compatible to NumPy 1.24
- Address NumPy deprecations to make mlxtend compatible to NumPy 1.24
- 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))
- Add `pyproject.toml` to support PEP 518 builds ([#1065](https://github.com/rasbt/mlxtend/issues/1065) via [jmahlik](https://github.com/jmahlik))
- Fixed installation from sdist failing ([#1065](https://github.com/rasbt/mlxtend/issues/1065) via [jmahlik](https://github.com/jmahlik))
Expand All @@ -93,7 +112,7 @@ Files updated:

##### New Features and Enhancements

- Document how to use `SequentialFeatureSelector` and multiclass ROC AUC.
- Document how to use `SequentialFeatureSelector` and multiclass ROC AUC.

### Version 0.22.0 (4 April 2023)

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.3"
__version__ = "0.23.4"

0 comments on commit 29e2fc4

Please sign in to comment.