adaptive v0.11.0 Release Notes

Release Date: 2020-05-20 // almost 4 years ago
  • ๐Ÿ›  Since 0.10.0 we fixed the following issues:

    • #273 add minimum number of points parameter to AverageLearner
    • ๐Ÿ #225 Error on windows: daemonic processes are not allowed to have children Runner bug
    • #267 Make Runner work with unhashable points Runner enhancement
    • #249 ipyparallel fails in Python 3.8 bug
    • ๐Ÿš€ #258 Release v0.10
    • #250 live_info looks is badly formatted in Jupyterlab
    • #233 SKOptLearner doesn't work for multi variate domain
    • #184 Time-based stop Runner enhancement
    • #206 Does not work with lambda functions

    ๐Ÿ”€ and merged the following Pull requests:

    • โšก๏ธ #278 prevent ImportError due to scikit-optimize and sklearn incompatibility
    • #274 AverageLearner: implement min_npoints AverageLearner enhancement
    • #268 make the Runner work with unhashable points Runner enhancement
    • #264 make learners picklable
    • #270 minimally require ipyparallel 6.2.5
    • ๐Ÿ— #261 fix docs build and pin pyviz_comms=0.7.2
    • ๐Ÿ‘ #263 add support for loky
    • โšก๏ธ #245 Optimize circumsphere and triangulation.py

    and closed

    • #266 Make SequenceLearner points hashable by passing the sequence to the function.
    • ๐Ÿ“š #169 add building of test documentation of RTD
    • ๐Ÿ‘ท #262 test what happens in CI when trying to force-push