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

[MAINT]: Release 0.3.4 #276

Merged
merged 1 commit into from
Oct 17, 2024
Merged
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
1 change: 0 additions & 1 deletion docs/changes/newsfragments/268.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/270.enh

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/271.enh

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/274.enh

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/275.enh

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/293.enh

This file was deleted.

25 changes: 25 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ What's new

.. towncrier release notes start

Julearn 0.3.4 (2024-10-17)
--------------------------

Bugfixes
^^^^^^^^

- Fix usage of optuna distributions as hyperparameters in older versions of
scikit-learn by `Fede Raimondo`_. (:gh:`268`)


Enhancements
^^^^^^^^^^^^

- Remove final model fit requirement for inspector to be returned by
:func:`.run_cross_validation` by `Fede Raimondo`_. (:gh:`270`)
- Add :func:`.run_fit` that implements a model fitting procedure with the same
API as :func:`.run_cross_validation` by `Fede Raimondo`_. (:gh:`271`)
- Optimise wrapping of steps and models in the pipeline only when a subset of
features is being used, by `Fede Raimondo`_ (:gh:`274`)
- Place the final model CV split at the beginning instead of the end of the CV
iterator wrapper by `Fede Raimondo`_ (:gh:`275`)
- Change the internal logic of :func:`.run_cross_validation` to optimise joblib
calls by `Fede Raimondo`_ (:gh:`293`)


Julearn 0.3.3 (2024-05-16)
--------------------------

Expand Down
Loading