mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Bump the version: 1.9.5 -> 1.9.6
This commit is contained in:
parent
9c0213335b
commit
ad3e90968c
2 changed files with 79 additions and 62 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,5 +1,24 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.9.6 (2018-10-30)
|
||||||
|
|
||||||
|
## New
|
||||||
|
|
||||||
|
* Added a new class that enables using multiple likelihoods [@esiivola]
|
||||||
|
|
||||||
|
* Alex grig kalman new [@AlexGrig, @mzwiessele]
|
||||||
|
|
||||||
|
## Fix
|
||||||
|
|
||||||
|
* fix typo in docstring for GP.opimize() [@RobRomijnders]
|
||||||
|
|
||||||
|
* Updates to posterior sampling [@lawrennd]
|
||||||
|
|
||||||
|
* Jayanthkoushik cython fix [@jayanthkoushik, @mzwiessele]
|
||||||
|
|
||||||
|
* Added missing columns (:), fixed indentation [@vlavorini]
|
||||||
|
|
||||||
|
* Fix the bug in the prediction of full covariance matrix [@zhenwendai]
|
||||||
|
|
||||||
## v1.9.5 (2018-09-02)
|
## v1.9.5 (2018-09-02)
|
||||||
|
|
||||||
|
|
@ -11999,5 +12018,3 @@
|
||||||
* Core file. [Nicolo Fusi]
|
* Core file. [Nicolo Fusi]
|
||||||
|
|
||||||
* Initial commit. [Nicolò Fusi]
|
* Initial commit. [Nicolò Fusi]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.9.5"
|
__version__ = "1.9.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue