From d34c9171d6ba4ca3e846196b2383e4143efa4b2b Mon Sep 17 00:00:00 2001 From: Louis Lacombe Date: Fri, 1 Mar 2024 15:33:31 +0100 Subject: [PATCH 1/2] FIX: update history file --- HISTORY.rst | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 04d2fa435..74722939f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,23 +2,25 @@ History ======= -##### (##########) ------------------- -* Allow the use of `y` and `groups` arguments in cross validator methods `get_n_splits` - and `split` to enable more cv-split variants for :class:`~regression.regression.MapieRegressor` - and :class:`~classification.MapieClassifier` - (e.g. :class:`sklearn.model_selection.GroupKFold`, stratified continuous split). - This change adds the `groups` argument to the following methods: - :meth:`~estimator.interface.EnsembleEstimator.fit()`, - :meth:`~estimator.estimator.EnsembleRegressor.predict_calib()`, :meth:`~estimator.estimator.EnsembleRegressor.fit()`, - :meth:`~regression.regression.MapieRegressor.fit()`, - :meth:`~classification.MapieClassifier.fit()`. +0.8.3 (2024-03-01) +------------------ + +* Allow the use of `y` and `groups` arguments MapieRegressor and MapieClassifier. * Add possibility of passing fit parameters used by estimators. * Fix memory issue CQR when testing for upper and lower bounds. -* Add Winkler Interval Score +* Add Winkler Interval Score. + +0.8.2 (2024-01-11) +------------------ +* Resolve issue still present in 0.8.1 by updating numpy. + +0.8.1 (2024-01-11) +------------------ +* First attemps at fixing library conda issue. 0.8.0 (2024-01-03) ------------------ + * Add Adaptative Conformal Inference (ACI) method for MapieTimeSeriesRegressor. * Add Coverage Width-based Criterion (CWC) metric. * Allow to use more split methods for MapieRegressor (ShuffleSplit, PredefinedSplit). From 5f0b6c7474d078bdf4fa2b949cb90c497765c195 Mon Sep 17 00:00:00 2001 From: Louis Lacombe Date: Fri, 1 Mar 2024 16:33:29 +0100 Subject: [PATCH 2/2] FIX: comments TCO --- HISTORY.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 74722939f..f837de67f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,10 +12,12 @@ History 0.8.2 (2024-01-11) ------------------ -* Resolve issue still present in 0.8.1 by updating numpy. + +* * Resolve issue still present in 0.8.1 by updating pandas. 0.8.1 (2024-01-11) ------------------ + * First attemps at fixing library conda issue. 0.8.0 (2024-01-03)