Skip to content

Commit

Permalink
Merge branch 'master' of github.com:STOR-i/GaussianProcesses.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrea committed Nov 20, 2018
2 parents ab8b9fe + d96eb51 commit 9506df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)](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/latest)

A Gaussian Processes package for Julia.

Expand Down

0 comments on commit 9506df2

Please sign in to comment.