Update index.html

update index.html
This commit is contained in:
Zhenwen Dai 2016-04-25 14:24:30 +01:00
parent 9d257c7531
commit 3783447211

View file

@ -39,7 +39,7 @@
<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>. There are lots of changes, we've tried to highlight important ones in the <a href=./changelog06.md>changelog</a>.
<p> After a long series of changes, we're pleased to announce the GPy 1.0.7 is ready for use. Users can download the code from github (deploy branch) or install with pip.</p>. There are lots of changes, we've tried to highlight important ones in the <a href=./changelog06.md>changelog</a>.
<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>
@ -72,7 +72,9 @@
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>
-->
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>