From e9d302c87af8ce867180f5f9e64c244034fcce5e Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 28 Feb 2017 08:44:52 +0000 Subject: [PATCH] chg: pkg: CHANGELOG update --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4edbf0..9e20df85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## v1.6.0 (2017-02-28) + +### Fix + +* Kernel tests and variational tests. [mzwiessele] + +* Plotting tests for new matplotlib. [mzwiessele] + +* Model tests numpy integer error. [mzwiessele] + +* Replot with new matplotlib. [mzwiessele] + +* Offline plotting workaround with squeezing arrays. [mzwiessele] + +* Fixed numpy 1.12 indexing and shape preservation. [mzwiessele] + +### Other + +* Bump version: 1.5.9 → 1.6.0. [mzwiessele] + +* Merge branch 'devel' into alexfeld-offline_plotly. [mzwiessele] + +* Merge branch 'devel' into alexfeld-offline_plotly. [mzwiessele] + +* Merge branch 'offline_plotly' of git://github.com/alexfeld/GPy into alexfeld-offline_plotly. [mzwiessele] + +* Provide two classes for plotly plots to remove global variable. [Alex Feldstein] + +* Add offline plotting for plotly. [Alex Feldstein] + + ## v1.5.9 (2017-02-23) ### Other