Skip to content

Commit

Permalink
Merge branch 'main' into onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 2, 2024
2 parents ab52fb1 + 60745dc commit 068d2de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ Changelog
0.6.0 (2024-06-**)
------------------
**New features**

* Added ``scoring`` parameter to :meth:`metalearners.metalearner.MetaLearner.evaluate` and
implemented the abstract method for the :class:`metalearners.XLearner` and
:class:`metalearners.DRLearner`.

**Other changes**

* Increase lower bound on ``scikit-learn`` from 1.3 to 1.4.

0.5.0 (2024-06-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mypy = "*"
pytest = ">=6"
pytest-cov = "*"
pytest-xdist = "*"
scikit-learn = ">=1.3"
scikit-learn = ">=1.4"
numpy = "*"
pandas = "*"
typing-extensions = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"scikit-learn>=1.3",
"scikit-learn>=1.4",
"pandas",
"numpy",
"typing-extensions",
Expand Down

0 comments on commit 068d2de

Please sign in to comment.