Releases: koaning/scikit-lego
Releases · koaning/scikit-lego
v0.6.16
Now that @FBruzzesi is helping out with the maintenance we've got a bunch of PRs to celebrate! Some of these are related to relaxing the check_X_y
function in some of the meta models.
v0.6.15
Mainly a patch release for #562.
0.6.14
Added support for GroupTimeSeriesSplit
in #540.
0.6.13
Added check_X
flags for GroupedPredictor and IdentityTransformer.
Add support for multi-output models in the EstimatorTransformer.
Thanks for the PRs @kamilm @CarloLepelaars @skylarbpayne!
0.6.12
Fixed a bug related to the decision_function
of the grouped predictor.
0.6.11
Fixed a few minor bugs. One relating to a numeric overflow in our GMM models and another relating to the Thresholder and the StackingClassifier.
0.6.10
check_array
is now optional in grouped models.
0.6.9
Our loggers now capture errors as well. Great for production use-cases. #493
0.6.8
Keep compatibility with new Pandas version.