Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Make a new release? #1059

@basnijholt

Description

@basnijholt

scikit-learn 1.0 was just released and it doesn't work with scikit-optimize:

adaptive/learner/skopt_learner.py:4: in <module>
    from skopt import Optimizer
.tox/py38-alldeps/lib/python3.8/site-packages/skopt/__init__.py:55: in <module>
    from .searchcv import BayesSearchCV
.tox/py38-alldeps/lib/python3.8/site-packages/skopt/searchcv.py:16: in <module>
    from sklearn.utils.fixes import MaskedArray
E   ImportError: cannot import name 'MaskedArray' from 'sklearn.utils.fixes' (/home/runner/work/adaptive/adaptive/.tox/py38-alldeps/lib/python3.8/site-packages/sklearn/utils/fixes.py)

I noticed this in Adaptive's pipeline: https://github.com/python-adaptive/adaptive/runs/3700372891

I see this has already been fixed in master, 0.8.1 is already a year old, do you plan to release a new version soon?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions