Skip to content

Commit f34d277

Browse files
authored
Merge pull request #276 from juaml/maint/release-0.3.4
[MAINT]: Release 0.3.4
2 parents 2007273 + 592e3b7 commit f34d277

File tree

7 files changed

+25
-6
lines changed

7 files changed

+25
-6
lines changed

docs/changes/newsfragments/268.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/270.enh

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/271.enh

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/274.enh

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/275.enh

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/newsfragments/293.enh

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/whats_new.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ What's new
88

99
.. towncrier release notes start
1010
11+
Julearn 0.3.4 (2024-10-17)
12+
--------------------------
13+
14+
Bugfixes
15+
^^^^^^^^
16+
17+
- Fix usage of optuna distributions as hyperparameters in older versions of
18+
scikit-learn by `Fede Raimondo`_. (:gh:`268`)
19+
20+
21+
Enhancements
22+
^^^^^^^^^^^^
23+
24+
- Remove final model fit requirement for inspector to be returned by
25+
:func:`.run_cross_validation` by `Fede Raimondo`_. (:gh:`270`)
26+
- Add :func:`.run_fit` that implements a model fitting procedure with the same
27+
API as :func:`.run_cross_validation` by `Fede Raimondo`_. (:gh:`271`)
28+
- Optimise wrapping of steps and models in the pipeline only when a subset of
29+
features is being used, by `Fede Raimondo`_ (:gh:`274`)
30+
- Place the final model CV split at the beginning instead of the end of the CV
31+
iterator wrapper by `Fede Raimondo`_ (:gh:`275`)
32+
- Change the internal logic of :func:`.run_cross_validation` to optimise joblib
33+
calls by `Fede Raimondo`_ (:gh:`293`)
34+
35+
1136
Julearn 0.3.3 (2024-05-16)
1237
--------------------------
1338

0 commit comments

Comments
 (0)