Bump the version: 1.9.5 -> 1.9.6

This commit is contained in:
Zhenwen Dai 2018-10-30 10:05:56 +00:00
parent 9c0213335b
commit ad3e90968c
2 changed files with 79 additions and 62 deletions

View file

@ -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]

View file

@ -1 +1 @@
__version__ = "1.9.5" __version__ = "1.9.6"