Skip to content

Version 0.9.3

Latest

Choose a tag to compare

@M-Mouhcine M-Mouhcine released this 23 Jun 11:31
7a0db78

Version 0.9.3

Highlights

PUNCC 0.9.3 is a minor maintenance release that further improves code abstraction in the classification module.

This release refactors RAPS to rely more directly on the shared SplitConformalPredictor architecture, reducing duplicated logic while preserving the existing high-level behavior.

Improvements

  • Refactored deel.puncc.classification.RAPS to subclass SplitConformalPredictor, enabling additional code factorization.
  • Updated deel.puncc.classification.ClasswiseLAC to pass ClasswiseCalibrator directly to the SplitConformalPredictor constructor.

Documentation

  • Fixed documentation typos.