Skip to content

Commit

Permalink
Move HISTORY.rst new features block
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Cordier committed Oct 23, 2024
1 parent a3664f5 commit 6421813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ History
0.9.x (2024-xx-xx)
------------------

* Add `SplitCPRegressor`, based on new `SplitCP` abstract class, to support the new CCP method
* Add `GaussianCCP`, `PolynomialCCP` and `CustomCCP` based on `CCPCalibrator` to implement the Conditional CP method
* Add the `StandardCalibrator`, to reproduce standard CP and make sure that the `SplitCPRegressor` is implemented correctly.
* Add the CCP documentation, tutorial and demo notebooks
* Bump wheel version to avoid known security vulnerabilities

0.9.1 (2024-09-13)
Expand Down Expand Up @@ -36,10 +40,6 @@ History
* Building unit tests for different `Subsample` and `BlockBooststrap` instances
* Change the sign of C_k in the `Kolmogorov-Smirnov` test documentation
* Building a training set with a fraction between 0 and 1 with `n_samples` attribute when using `split` method from `Subsample` class.
* Add `SplitCPRegressor`, based on new `SplitCP` abstract class, to support the new CCP method
* Add `GaussianCCP`, `PolynomialCCP` and `CustomCCP` based on `CCPCalibrator` to implement the Conditional CP method
* Add the `StandardCalibrator`, to reproduce standard CP and make sure that the `SplitCPRegressor` is implemented correctly.
* Add the CCP documentation, tutorial and demo notebook

0.8.6 (2024-06-14)
------------------
Expand Down

0 comments on commit 6421813

Please sign in to comment.