From 79ea7b4cf426bc7ff2ece6f1ec4a752542c6a522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 22 Sep 2024 18:24:10 +0100 Subject: [PATCH] Release 0.10.0 - changelog (#363) Changelog for release 0.10.0 --- docs/source/user_documentation/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index 12957dfb..2498e756 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -23,8 +23,20 @@ Maintenance release with scheduled changes and deprecations. Contents -------- +* [pre-commit.ci] pre-commit autoupdate (:pr:`358`) :user:`pre-commit-ci` +* [ENH] add test that html repr of objects does not crash (:pr:`359`) :user:`fkiraly` +* [ENH] ``clone`` method to handle nested ``dict`` (:pr:`362`) :user:`fkiraly` +* [DOC] Replace use of "estimator" term in base object interfaces + with more general references (:pr:`293`) :user:`tpvasconcelos` * [MNT] 0.10.0 deprecations and change actions (:pr:`360`) :user:`fkiraly` +Contributors +------------ + +:user:`fkiraly`, +:user:`tpvasconcelos` + + [0.9.0] - 2024-08-23 ====================