Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@suntzu86 suntzu86 released this 05 Dec 22:58
· 18 commits to master since this release
  • Features
    • Added startup message to REST server including tips for OSX users (#400)
    • Added GPU support to cpp_wrappers.expected_improvement.multistart_expected_improvement_optimization; requires max_num_threads == 1 until future multi-GPU support (#368)
    • Added the COBYLA optimizer to the expected improvement optimization class. (#370)
    • OptimizerParameter struct members now directly readable/writeable from Python; added EqualityComparisonMixin (#138)
    • C++ GradientDescentParameters object now stores num_steps_averaged (but does not use it yet) (#391)
    • conda build system for MOE (#417)
  • Changes
    • Switched from testify to py.test - http://pytest.org/ (#36)
    • [cleanup] Moved bandits into their own sub directories (#375)
    • Supply PYTHON_LIBRARY and PYTHON_INCLUDE_DIR vars to cmake automatically in setup.py (#412)
    • Added warning when colander version is out of date (#413)
  • Bugs