version 0.13.1
What's Changed
- take out a cut from the 3D sphere, LearnerND example by @basnijholt in #327
- Documentation conda environment update to latest versions by @basnijholt in #328
- Splits up documentations page into "algo+examples" and rest by @basnijholt in #330
- Add an animated logo that shows the working of Adaptive by @basnijholt in #329
- fix 'asyncio.Task.current_task' -> 'asyncio.current_task' by @basnijholt in #331
- Learner1D: return inf loss when the bounds aren't done by @basnijholt in #271
- use jupyter-sphinx instead of custom Sphinx directive by @basnijholt in #332
- pin scikit-learn to 0.24.2, because of scikit-optimize/scikit-optimize#1059 by @basnijholt in #333
- rename usage_examples -> gallery by @basnijholt in #334
- add a code example to the examples page by @basnijholt in #335
- fix tutorial about using loky.get_reusable_executor on Windows by @basnijholt in #336
- Fix NaN issue for Learner1D R -> R^n by @Davide-sd in #340
New Contributors
- @Davide-sd made their first contribution in #340
Full Changelog: v0.13.0...v0.13.1