update changelog for 1.8.5

This commit is contained in:
Zhenwen Dai 2017-12-01 13:29:58 +00:00 committed by GitHub
parent 0d56ea74d1
commit 3d799327d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,23 @@
# Changelog
## v1.8.5 (2017-12-01)
### New Features
* Implement [Latent Variable Multiple Output Gaussian Processes (LVMOGP)](https://arxiv.org/abs/1705.09862) [Zhenwen Dai]
* Add mean function functionality to dtc inference method [Mark Pullin]
* Allow non-zero mean GP prior for EP [Pablo Moreno]
### Fix
* Fix DSYR function interface (to support SciPy 1.0) [Pablo Moreno]
* Fix scipy=1.0.0 incompatibility of lyapunov [Alan Saul]
* Fix tests for Matplotlib plotting issue [Alan Saul]
## v1.8.4 (2017-10-06)
### Other