Skip to content

Commit 39fdc0b

Browse files
committed
Add a changelog note
There is one (hopefully minor) breaking change and two informative (no change in behaviour) notes.
1 parent 846abaa commit 39fdc0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/releases/unreleased.md

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Unreleased
2+
3+
## base
4+
5+
- The `tags` and `more_tags` properties of `base.Estimator` are now both a set of strings.
6+
- The `base` module is now fully type-annotated. Some type hints have changed, but this does not impact the behaviour of the code. For instance, the regression target is now indicated as a float instead of a Number.
7+
- `base.Ensemble`, `base.Wrapper`, and `base.WrapperEnsemble` became generic with regard to the type they encapsulate.

0 commit comments

Comments
 (0)