File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Changelog since 2.0.0:
11
11
2. Create pyproject.toml and setup.cfg
12
12
3. Add dependencies including `moments-popgen `, `demes ` and `demesdraw ` to setup - they will be automatically installed.
13
13
4. Change code to work with last version of `moments `.
14
- 5. Drop support for Gpy and GPyOpt bayesian optimization - class will be removed in the next releases
14
+ 5. Drop support for Gpy and GPyOpt bayesian optimization
15
15
6. Tests for SMAC bayesian optimization does not run on GitHub Actions - need to upgrade code for the last `smac ` version (TODO).
16
16
7. Update params_file template
17
17
8. Update docs
Original file line number Diff line number Diff line change 86
86
demes_available = demes is not None
87
87
demesdraw_available = demesdraw is not None
88
88
89
- GPy_available = GPy is not None
90
- GPyOpt_available = GPyOpt is not None
89
+ # GPy_available = GPy is not None
90
+ # GPyOpt_available = GPyOpt is not None
91
91
bayesmark_available = bayesmark is not None
92
92
93
93
from .data import DataHolder , SFSDataHolder , VCFDataHolder # NOQA
You can’t perform that action at this time.
0 commit comments