This commit is contained in:
James Hensman 2014-11-21 15:32:04 +00:00
parent 991e23e56b
commit 0de15f8668

View file

@ -38,6 +38,9 @@
<p>GPy is available under the BSD 3-clause license. We'd love to incorporate your changes, so fork us on <a href="https://github.com/SheffieldML/GPy">github</a>!</p>
<h2>New release!</h2>
<p> After a long series of changes, we're pleased to announce the GPy 0.6 is ready for use. Users can download the code from github or install with pip.</p>
<h2>Installation</h2>
<p>Installation instructions along side the source code can be found on the <a href="https://github.com/SheffieldML/GPy">GPy project github page</a>. The instructions vary slightly with the target OS but essentially revolve around installing from the python package index, <a href="https://pypi.python.org/pypi/GPy/">PyPI</a></p>
@ -66,7 +69,7 @@
<li><a href="https://gpy.readthedocs.org/en/latest/">Online documentation</a></li>
</ul>
These documents are automatically compiled from the docstrings defined in the code: we recommend new users take a look at the<a href="http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb">tutorials</a> first.
These documents are automatically compiled from the docstrings defined in the code: we recommend new users take a look at the <a href="http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb">tutorials</a> first.
<h2>Tests</h2>
<p>As the code is under active development we try to ensure that the code is well tested using Continuous Integreation. We'd love to here of any bugs you have found so please do submit issues through our <a href="https://github.com/SheffieldML/GPy/issues">GPy issues page</a>. Continuous integration status is currently:<br><a href="https://travis-ci.org/SheffieldML/GPy"><img src="https://travis-ci.org/SheffieldML/GPy.png" alt="CI status"></a></br></p>