Releases: Yelp/MOE
Releases · Yelp/MOE
v0.2.2
- 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
; requiresmax_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
topy.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)
- Switched from
- Bugs
v0.2.1
v0.2.0
- Features
- Changes
- Split up old
schemas.py
file intoschemas/
directory with several subfiles (#291) - Improved Dockerfile, reducing Docker-based install times substantially, https://hub.docker.com/u/yelpmoe/ (#332)
- Created
min_reqs
docker container which is a snapshot of all MOE third-party requirements - Created
latest
, which tracks the latest MOE build - Started releasing docker containers for each tagged MOE release (currently just
v0.1.0
)
- Created
GradientDescentOptimization
(C++) no longer has a separatenext_points
output (#186)- LogLikelihood evaluate at point list and latin hypercube search now return status dicts like every other optimizer (#189)
- status dicts also a little more informative/standardized now
- Update C++ autodoc tools to handle the new
gpu
directory (#353) - Added
__version__
tomoe/__init__.py
(#353)
- Split up old
- Bugs