Skip to content

Latest commit

 

History

History
212 lines (130 loc) · 6.29 KB

CHANGELOG.rst

File metadata and controls

212 lines (130 loc) · 6.29 KB

Changelog

0.11.0 (2024-09-05)

New features

  • Add support for using scipy.sparse.csr_matrix as datastructure for covariates X.

0.10.0 (2024-08-13)

New features

Bug fixes

0.9.0 (2024-08-02)

New features

0.8.0 (2024-07-22)

New features

Bug fixes

0.7.0 (2024-07-12)

New features

Other changes

  • Change the index columns order in MetaLearnerGridSearch.results_.
  • Raise a custom error if only one class is present in a classification outcome.
  • Raise a custom error if there are some treatment variants which have seen classification outcomes which have not appeared for some other treatment variant.

0.6.0 (2024-07-08)

New features

Other changes

  • Increase lower bound on scikit-learn from 1.3 to 1.4.
  • Drop the run dependency on git_root.

0.5.0 (2024-06-18)

  • No longer raise an error if feature_set is provided to :class:`metalearners.SLearner`.
  • Fix a bug where base model dictionaries -- e.g. n_folds or feature-set -- were improperly initialized if the provided dictionary's keys were a strict superset of the expected keys.

0.4.2 (2024-06-18)

  • Ship license file.

0.4.1 (2024-06-18)

  • Fix dependencies for pip.

0.4.0 (2024-06-18)

0.3.0 (2024-06-03)

0.2.0 (2024-05-28)

Beta release with

0.1.0 (2024-05-16)

Alpha release with