Skip to content

Commit

Permalink
Release PR v0.3.1 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo authored Jan 23, 2024
1 parent 4a1172d commit 8ab83b1
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 12 deletions.
1 change: 0 additions & 1 deletion docs/changes/newsfragments/151.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/168.doc

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/231.misc

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/232.misc

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/233.misc

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/234.doc

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/235.doc

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/236.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/245.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/247.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/newsfragments/47.feature

This file was deleted.

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

.. towncrier release notes start
Julearn 0.3.1.dev105 (2024-01-23)
---------------------------------

Bugfixes
^^^^^^^^

- Add ``BaseEstimator`` to ``ConfoundRemoval`` for Target by `Sami Hamdan`_
(:gh:`151`)
- Skip wrapping scorers when target transformers can inverse transform and
avoid logging filtered warnings by `Fede Raimondo`_ (:gh:`236`)
- Fix `alternative` parameter not being used in the corrected t-test `Fede
Raimondo`_ (:gh:`245`)
- Fix hyperparameter not being set in `PipelineCreator.add` when an object is
used as model, by `Fede Raimondo`_ (:gh:`247`)


Improved Documentation
^^^^^^^^^^^^^^^^^^^^^^

- Fix cross-referencing links in documentation by `Synchon Mandal`_ (:gh:`168`)
- Standardize ``Sphinx`` section and header ordering format by `Synchon
Mandal`_ (:gh:`234`)
- Improve documentation language, fix typos and code snippets by `Synchon
Mandal`_ (:gh:`235`)


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

- Make CBPM use sum by default by `Sami Hamdan`_ (:gh:`170`)


Features
^^^^^^^^

- Add support for multiple grids in hyperparameter tuning by `Fede Raimondo`_
(:gh:`47`)


Misc
^^^^

- Adopt ``ruff`` as the only linter for the codebase by `Synchon Mandal`_
(:gh:`231`)
- Improve ``codespell`` support and fix typos in documentation by `Synchon
Mandal`_ (:gh:`232`)
- Adopt ``pre-commit`` for adding and managing git pre-commit hooks by `Synchon
Mandal`_ (:gh:`233`)


Julearn 0.2.5 (2022-07-21)
--------------------------

Expand Down

0 comments on commit 8ab83b1

Please sign in to comment.