From 6cef7095d8ee7cb54e2b401d8f00060aadac0c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Dock=C3=A8s?= Date: Wed, 11 Dec 2024 20:45:18 +0100 Subject: [PATCH] update version.json and changelog after 0.4.1 (#1198) --- CHANGES.rst | 27 ++++++++++++++++++--------- doc/version.json | 4 ++-- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 77e5b56f1..73003c4d5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,25 +12,34 @@ Ongoing development Skrub is a very recent package. It is currently undergoing fast development and backward compatibility is not ensured. -Release 0.4.1 -============= - New features ------------ Changes ------- -* A new parameter `verbose` has been added to the :class:`TableReport` to toggle on or off the + +Bug fixes +--------- + +Maintenance +----------- + +Release 0.4.1 +============= + +Changes +------- +* A new parameter ``verbose`` has been added to the :class:`TableReport` to toggle on or off the printing of progress information when a report is being generated. :pr:`1182` by :user:`Priscilla Baah`. -* A parameter `verbose` has been added to the :func:`patch_display` to toggle on or off the +* A parameter ``verbose`` has been added to the :func:`patch_display` to toggle on or off the printing of progress information when a table report is being generated. :pr:`1188` by :user:`Priscilla Baah`. * :func:`tabular_learner` accepts the alias ``"regression"`` for the option - ``"regressor"`` and ``"classification"`` for ``"classifier"``. - :pr:`1180` by :user:`Mojdeh Rastgoo `. + ``"regressor"`` and ``"classification"`` for ``"classifier"``. + :pr:`1180` by :user:`Mojdeh Rastgoo `. Bug fixes --------- @@ -38,7 +47,7 @@ Bug fixes configuration which could cause plots not to display inline in jupyter notebooks any more. This has been fixed in skrub in :pr:`1172` by :user:`Jérôme Dockès ` and the matplotlib issue can be tracked - [here](https://github.com/matplotlib/matplotlib/issues/25041). + `here `_. * The labels on bar plots in the ``TableReport`` for columns of object dtypes that have a repr spanning multiple lines could be unreadable. This has been @@ -49,7 +58,7 @@ Bug fixes Maintenance ----------- -* Make `skrub` compatible with scikit-learn 1.6. +* Make ``skrub`` compatible with scikit-learn 1.6. :pr:`1169` by :user:`Guillaume Lemaitre `. Release 0.4.0 diff --git a/doc/version.json b/doc/version.json index d038b7f0c..e5470d869 100644 --- a/doc/version.json +++ b/doc/version.json @@ -5,8 +5,8 @@ "url": "https://skrub-data.org/dev/" }, { - "name": "0.4.0 (stable)", - "version": "0.4.0", + "name": "0.4.1 (stable)", + "version": "0.4.1", "url": "https://skrub-data.org/stable/", "preferred": true }