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.RAPSto subclassSplitConformalPredictor, enabling additional code factorization. - Updated
deel.puncc.classification.ClasswiseLACto passClasswiseCalibratordirectly to theSplitConformalPredictorconstructor.
Documentation
- Fixed documentation typos.