From 45d112ef19e3050ae0357ee4e4b80d3170debfd0 Mon Sep 17 00:00:00 2001 From: Philip Loche Date: Tue, 6 Jan 2026 16:50:26 +0100 Subject: [PATCH] Release v0.3.3 --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1a8f0a1a4..340503747 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,16 +13,19 @@ The rules for CHANGELOG file: Unreleased ---------- + +0.3.3 (2026/01/06) +------------------ - Fix a couple of ``DeprecationWarnings`` and ``UserWarnings`` (#280) - Fix PCovC scaling (#270) -- Refactor of reconstruction measures(#275) +- Refactor of reconstruction measures (#275) - Code cleanup of Base classes (#264) - Update ``sklearn`` dependency to `>=1.8.0` (#278) - Bump minimal Python version to 3.11 (#278) 0.3.2 (2025/07/15) ------------------ -- Fix bug in GreedySelection that would pick same item multiple times (#265) +- Fix bug in ``GreedySelection`` that would pick same item multiple times (#265) 0.3.1 (2025/06/30) ------------------