Fix
* Updated keywords. [mzwiessele]
* Beiwang will add GMM in full. [mzwiessele]
* 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.7.7 → 1.8.0. [mzwiessele]
* Merge pull request 527 from adhaka/ll-surv. [Zhenwen Dai]
merged in the changes about Ll surv
* Merging with the main devel branch. [Akash Kumar Dhaka]
* Correcting weibull- changing parameterisation from f to exp(f) similar to loglogistic. [Akash Kumar Dhaka]
* Change import statements for calling locally. [Akash Kumar Dhaka]
* Fresh branch for these new likelihood functions along with test code- will work atleast with La[lace approximation ... [Akash Kumar Dhaka]
* Merge pull request 542 from SheffieldML/EP_refactor. [Zhenwen Dai]
Merge in the EP refactoring
* Merge pull request 534 from adhaka/EP_refactor. [Zhenwen Dai]
Ep refactor
* Some more merge conflicts resolved for syncing with the current devel branch of main GPy. [Akash Kumar Dhaka]
* Bug fixes in test cases due to changes in api of ep functions.. [Akash Kumar Dhaka]
* Robustified binomial likelihood. [Siivola Eero]
* Minor bugfix. [Siivola Eero]
* Fixed two small lbugs. [Siivola Eero]
* Putting exact_inference_gradients again and calling in instead from ep_gradients which is the genreic method for calculating expected gradients used in ep. [Akash Kumar Dhaka]
* Commiting code for some changes to api for calculating ep_gradients, also fixing some issues with gaussian hermite quadrature, no we have both avaialable ... [Akash Kumar Dhaka]
* Adding file for gaussian-kronrod integration, test cases and calculating gradients of log marginal wrt theta-likelihood params. [Akash Kumar Dhaka]
* Fixing a typo-bug in the last commit for ep test case. [Akash Kumar Dhaka]
* Merging with the gpy devel branch to be in sync with the latest code and make pull request again .. [Akash Kumar Dhaka]
* Bug fixes in test cases due to changes in api of ep functions.. [Akash Kumar Dhaka]
* Robustified binomial likelihood. [Siivola Eero]
* Minor bugfix. [Siivola Eero]
* Fixed two small lbugs. [Siivola Eero]
* Putting exact_inference_gradients again and calling in instead from ep_gradients which is the genreic method for calculating expected gradients used in ep. [Akash Kumar Dhaka]
* Commiting code for some changes to api for calculating ep_gradients, also fixing some issues with gaussian hermite quadrature, no we have both avaialable ... [Akash Kumar Dhaka]
* Adding file for gaussian-kronrod integration, test cases and calculating gradients of log marginal wrt theta-likelihood params. [Akash Kumar Dhaka]
* Fixing a typo-bug in the last commit for ep test case. [Akash Kumar Dhaka]
* Removing pods dependency and a few print commands. [Akash Kumar Dhaka]
* Bug fix to prevent infinite loop because of incorrect stopping condition. [Akash Kumar Dhaka]
* Adding some test cases for EP.. more work needs to be done, these are some high level test cases .. [Akash Kumar Dhaka]
* Refactor EP and EPDTC. [Moreno]
* Added initial version of the refactored EP. [esiivola]
* Added initial version of the refactored EP. [esiivola]
* Added initial version of the refactored EP. [esiivola]
* Bump version: 1.6.1 → 1.6.2. [mzwiessele]
* Fix in sparse_gp_mpi optimizer. [Alex Feldstein]
* Fix for parallel optimization. [Alex Feldstein]
* 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
* Cython in linalg. [Max Zwiessele]
did set cython to working if linalg_cython was importable.
* Bump version: 1.6.0 → 1.6.1. [mzwiessele]
* Bump version: 1.5.9 → 1.6.0. [mzwiessele]
* Provide two classes for plotly plots to remove global variable. [Alex Feldstein]
* Bump version: 1.5.8 → 1.5.9. [mzwiessele]
* Bump version: 1.5.7 → 1.5.8. [mzwiessele]
* Add offline plotting for plotly. [Alex Feldstein]
* Merge pull request 513 from adhaka/EP_refactor. [Zhenwen Dai]
adding some test cases for EP.. more work needs to be done, these are…
* Removing pods dependency and a few print commands. [Akash Kumar Dhaka]
* Bug fix to prevent infinite loop because of incorrect stopping condition. [Akash Kumar Dhaka]
* Adding some test cases for EP.. more work needs to be done, these are some high level test cases .. [Akash Kumar Dhaka]
* Merge pull request 512 from pgmoren/EP_refactor. [Zhenwen Dai]
Refactor EP/EPDTC
* Refactor EP and EPDTC. [Moreno]
* Merge pull request 508 from esiivola/EP_refactor. [Zhenwen Dai]
Bring the ongoing working about EP refactoring
* Added initial version of the refactored EP. [esiivola]
* Added initial version of the refactored EP. [esiivola]
* Added initial version of the refactored EP. [esiivola]