mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Update README.md
This commit is contained in:
parent
37e835aa36
commit
9b5f9e99b6
1 changed files with 25 additions and 8 deletions
33
README.md
33
README.md
|
|
@ -1,6 +1,5 @@
|
|||
# GPy
|
||||
|
||||
|
||||
A Gaussian processes framework in Python.
|
||||
|
||||
* [GPy homepage](http://sheffieldml.github.io/GPy/)
|
||||
|
|
@ -8,18 +7,30 @@ A Gaussian processes framework in Python.
|
|||
* [User mailing list](https://lists.shef.ac.uk/sympa/subscribe/gpy-users)
|
||||
* [Online documentation](https://gpy.readthedocs.org/en/latest/)
|
||||
* [Unit tests (Travis-CI)](https://travis-ci.org/SheffieldML/GPy)
|
||||
* [](http://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
##### Continuous integration:
|
||||
#### Continuous integration
|
||||
|
||||
| **master:** | [](https://travis-ci.org/SheffieldML/GPy) |
|
||||
| ---: | :--: |
|
||||
| **devel:** | [](https://travis-ci.org/SheffieldML/GPy) |
|
||||
|
||||
| master | devel |
|
||||
| ---------- | --------- |
|
||||
| [](https://travis-ci.org/SheffieldML/GPy) | [](https://travis-ci.org/SheffieldML/GPy) |
|
||||
<script>
|
||||
$.ajax({
|
||||
url: "https://api.travis-ci.org/",
|
||||
headers: { Accept: "application/vnd.travis-ci.2+json" },
|
||||
success: function() { alert("it worked!") }
|
||||
});
|
||||
</script>
|
||||
|
||||
### Avalability
|
||||
### Availability:
|
||||
|
||||
Python 2.7 and 3.4, Windows, MacOSX, Linux
|
||||
Supported python versions: 2.7, 3.x
|
||||
|
||||
-----
|
||||
[<img src="https://www.python.org/static/img/python-logo.png" height="40">](https://www.python.org/) [<img src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg" height="40">](http://www.microsoft.com/en-gb/windows) [<img src="https://upload.wikimedia.org/wikipedia/commons/8/8e/OS_X-Logo.svg" height="40">](http://www.apple.com/osx/) [<img src="https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg" height="40">](https://en.wikipedia.org/wiki/List_of_Linux_distributions)
|
||||
|
||||
-----
|
||||
### Citation
|
||||
|
||||
@Misc{gpy2014,
|
||||
|
|
@ -33,7 +44,7 @@ Python 2.7 and 3.4, Windows, MacOSX, Linux
|
|||
|
||||
We like to pronounce it 'g-pie'.
|
||||
|
||||
### Getting started: installing with pip
|
||||
### Getting started: installing with pip
|
||||
|
||||
We are now requiring the newest version (0.16) of
|
||||
[scipy](http://www.scipy.org/) and thus, we strongly recommend using
|
||||
|
|
@ -58,6 +69,12 @@ If you're having trouble installing GPy via `pip install GPy` here is a probable
|
|||
python3 setup.py build_ext --inplace
|
||||
nosetests3 GPy/testing
|
||||
|
||||
### Direct downloads
|
||||
|
||||
[](https://pypi.python.org/pypi/GPy) [](https://github.com/SheffieldML/GPy/releases/latest)
|
||||
[](https://github.com/SheffieldML/GPy/releases/latest)
|
||||
[](https://github.com/SheffieldML/GPy/releases/latest)
|
||||
|
||||
### Ubuntu hackers
|
||||
|
||||
> Note: Right now the Ubuntu package index does not include scipy 0.16.0, and thus, cannot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue