0.21.0 - 2023-12-04¶
- The
learn_one
andlearn_many
methods of each estimator don't not return anything anymore. This is to emphasize that the estimators are stateful. - The
update
andrevert
method of classes that have also cease to return anything. sample_weight
has been renamed tow
.
covariance¶
- Fixed an issue where
update_many
would resetcovariance.EmpiricalCovariance
each time it was called.