All Versions
31
Latest Version
Avg Release Cycle
48 days
Latest Release
563 days ago

Changelog History
Page 1

  • v0.13.0 Changes

    September 10, 2021

    Full Changelog

    πŸ›  Fixed bugs:

    • AverageLearner doesn't work with 0 mean #275
    • πŸ–¨ call self._process_futures on canceled futures when BlockingRunner is done #320 (basnijholt)
    • AverageLearner: fix zero mean #276 (basnijholt)

    Closed issues:

    • βš™ Runners should tell learner about remaining points at end of run #319
    • Cryptic error when importing lmfit #314
    • πŸ”„ change CHANGELOG to KeepAChangelog format #306
    • jupyter notebook kernels dead after running "import adaptive" #298
    • πŸ“„ Emphasis on when to use adaptive in docs #297
    • GPU acceleration #296

    πŸ”€ Merged pull requests:

  • v0.12.2 Changes

    March 23, 2021

    Full Changelog

    πŸ”€ Merged pull requests:

    • raise an AttributeError when attribute doesn't exists, closes #314 #315 (basnijholt)
  • v0.12.1 Changes

    March 23, 2021

    Full Changelog

    πŸ”€ Merged pull requests:

  • v0.12.0 Changes

    March 23, 2021

    Full Changelog

    πŸ”€ Merged pull requests:

  • v0.12.0-dev

    May 20, 2020
  • v0.11.3 Changes

    March 07, 2021

    Full Changelog

    πŸ›  Fixed bugs:

    • 🍎 ProcessPoolExecutor behaviour on MacOS in interactive environment changed between Python versions #301
    • can't pickle lru_cache function with loky #292

    Closed issues:

    • βš™ Runner fails in the notebook #299

    πŸ”€ Merged pull requests:

  • v0.11.1 Changes

    August 07, 2020

    Full Changelog

    Closed issues:

    • πŸš€ Release v0.11 #277
  • v0.11.0 Changes

    May 20, 2020

    πŸ›  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
  • v0.11.0-dev

    January 16, 2020