fix: pkg: CHANGELOG

This commit is contained in:
mzwiessele 2017-04-12 11:54:11 +01:00 committed by Akash Kumar Dhaka
parent b143e92b5c
commit e849a4c62d

View file

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