Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-14 | 479 Bytes | |
Version 0.7.0 source code.tar.gz | 2025-07-14 | 1.7 MB | |
Version 0.7.0 source code.zip | 2025-07-14 | 1.9 MB | |
Totals: 3 Items | 3.6 MB | 3 |
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.