From 9397ba336d682d372de1cd804eb46163f42017b5 Mon Sep 17 00:00:00 2001 From: fairbrot Date: Mon, 19 Nov 2018 10:38:42 +0000 Subject: [PATCH 1/4] Trigger rebuild From 043bb80604890c892701030234bb609f638dd75d Mon Sep 17 00:00:00 2001 From: Jamie Fairbrother Date: Mon, 19 Nov 2018 11:00:29 +0000 Subject: [PATCH 2/4] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 317e89b3..62e18143 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ## Version 0.9.0 (coming soon) * Introduction of `ElasticGPE` to allow `GP` which can grow without "refitting" whole Gaussian process (see also [#88](https://github.com/STOR-i/GaussianProcesses.jl/issues/88)). -* Various performance and interface improvements to +* Various performance and interface improvements to Kernels * Introduction of `ADKernel` to simplify introduction of new/custom kernels through use of auto-differentiation. From 16a3e480fd6631201eb9f12e331d7684849cfff0 Mon Sep 17 00:00:00 2001 From: jbrea Date: Mon, 19 Nov 2018 12:01:41 +0100 Subject: [PATCH 3/4] Fix links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 914bfa79..144dfae5 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![Coverage Status](https://coveralls.io/repos/github/STOR-i/GaussianProcesses.jl/badge.svg?branch=master)](https://coveralls.io/github/STOR-i/GaussianProcesses.jl?branch=master) [![codecov](https://codecov.io/gh/STOR-i/GaussianProcesses.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/STOR-i/GaussianProcesses.jl) -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://STOR-i.github.io/GaussianProcesses.jl/stable) -[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://STOR-i.github.io/GaussianProcesses.jl/dev) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](http://STOR-i.github.io/GaussianProcesses.jl/stable) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](http://STOR-i.github.io/GaussianProcesses.jl/dev) A Gaussian Processes package for Julia. From d96eb5159d5583e0fd8275758723e6fa104d4183 Mon Sep 17 00:00:00 2001 From: jbrea Date: Mon, 19 Nov 2018 12:02:45 +0100 Subject: [PATCH 4/4] Fix links --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 144dfae5..404cccb8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ [![Coverage Status](https://coveralls.io/repos/github/STOR-i/GaussianProcesses.jl/badge.svg?branch=master)](https://coveralls.io/github/STOR-i/GaussianProcesses.jl?branch=master) [![codecov](https://codecov.io/gh/STOR-i/GaussianProcesses.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/STOR-i/GaussianProcesses.jl) -[![](https://img.shields.io/badge/docs-stable-blue.svg)](http://STOR-i.github.io/GaussianProcesses.jl/stable) -[![](https://img.shields.io/badge/docs-dev-blue.svg)](http://STOR-i.github.io/GaussianProcesses.jl/dev) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](http://STOR-i.github.io/GaussianProcesses.jl/latest) A Gaussian Processes package for Julia.