mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Deploy version 1.8.5
* added extended version of MLP function with multiple hidden layers and different activation functions * Update mapping_tests.py Make output of gradient check verbose to diagnose error * Update mapping_tests.py Remove verbosity again after gradient checks passed without problem with verbosity * the implementation of SVI-MOGP * Try to fix the issue with model_tests * updated mapping test to pass gradient checks * Fix random seed for reproducible results in tests * Add mean function functionality to dtc inference method * Fix DSYR function (See https://github.com/scipy/scipy/issues/8155) * Updated sde_kern to work with scipy=1.0.0 * Trying to fix tests for Matplotlib plotting issue * Testing Again #575 * Figured it must be a matplotlib import error #575 New import matplotlib must be missing a package * Removed ImageComparisonFailure #575 ImageComparisonFailure no longer exists which causes issues with travis testing using the most recent matplotlib * Fix EP for non-zero mean GP priors * improve the documentation for LVMOGP * remove non-ascii characters * Small correction to doc * add type into docstring * update changelog for 1.8.5 * bump the version: 1.8.4 -> 1.8.5
This commit is contained in:
parent
116b2136ff
commit
31183299cf
29 changed files with 1658 additions and 79 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue