From e849a4c62de75a166eb8e4042857679b1b417fdb Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Wed, 12 Apr 2017 11:54:11 +0100 Subject: [PATCH] fix: pkg: CHANGELOG --- CHANGELOG.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88284db3..51dfe03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## v1.6.2 (2017-04-12) + +### Fix + +* Updated keywords. [mzwiessele] + +### Other + +* Bump version: 1.6.1 → 1.6.2. [mzwiessele] + +* Merge pull request #491 from alexfeld/parallel_opt. [Max Zwiessele] + + fix for parallel optimization + +* Fix in sparse_gp_mpi optimizer. [Alex Feldstein] + +* Fix for parallel optimization. [Alex Feldstein] + +* Merge pull request #492 from pgmoren/devel. [Zhenwen Dai] + + We did some benchmarking on classification. These changes should be fine. Let's merge it in. + +* Changes in EP/EPDTC to fix numerical issues and increase the flexibility of the inference. [Moreno] + + Changes to avoid numerical issues and improve the performance: + - Keep value of the EP parameters between calls + - Enforce positivity of tau_tilde + - Stable computation of the EP moments for the Bernoulli likelihood + - Compute marginal in the GP model without directly inverting tau_tilde + + Changes to improve the flexibility: + - Add parameter for maximum number of iterations + - Distinguish between alternated/nested mode + - Distinguish between sequential/parallel updates in EP + +* Merge pull request #489 from SheffieldML/linalg_cython-1. [Max Zwiessele] + + cython in linalg fix #458 + +* Cython in linalg. [Max Zwiessele] + + did set cython to working if linalg_cython was importable. + +* Merge pull request #486 from SheffieldML/deploy. [Max Zwiessele] + + Merge pull request #471 from SheffieldML/devel + +* Merge pull request #471 from SheffieldML/devel. [Max Zwiessele] + + new version + + ## v1.6.1 (2017-02-28) ### Fix