Skip to content

Commit

Permalink
chore: update whats_new.rst for 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Oct 17, 2024
1 parent 2007273 commit 592e3b7
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
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

0 comments on commit 592e3b7

Please sign in to comment.