mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
fix: pkg: CHANGELOG
This commit is contained in:
parent
b143e92b5c
commit
e849a4c62d
1 changed files with 52 additions and 0 deletions
52
CHANGELOG.md
52
CHANGELOG.md
|
|
@ -1,5 +1,57 @@
|
||||||
# Changelog
|
# 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)
|
## v1.6.1 (2017-02-28)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue