Skip to content

Version 0.7.0

Choose a tag to compare

@paulbkoch paulbkoch released this 14 Jul 03:52
· 195 commits to main since this release

v0.7.0 - 2025-07-13

Breaking Changes

  • the shape of the bags parameter has been changed from (n_outer_bags, n_samples) to (n_samples, n_outer_bags)
    in order to better match the format of the X parameter which has shape (n_samples, n_features)
    In this release if bags is passed in as (n_outer_bags, n_samples), then a warning is issued and the shape
    is accepted using the old format.