https://github.com/GPflow/GPflow
Revision 1c74ce40280e27b1019878243a1478e900b5a3fb authored by James Hensman on 28 January 2019, 17:13:41 UTC, committed by GitHub on 28 January 2019, 17:13:41 UTC
* Release v1.3.0 (#869)

* cleaning up some of the .rst files into a flatter hierarchy

* editing upper bound notebook so that headers don't interfere with the doc structure

* some eidts to the GPR docstring and call signature

* imrpving kernel docstrings

* improving SGPR call signature

* simplifying use of abc.abstractmethod

* reinstating a very important period

* Update gpflow/kernels.py

Co-Authored-By: jameshensman <james.hensman@gmail.com>

* improvements for kernel docstrings

* typo fix in  gpflow/models/gpr.py

Co-Authored-By: jameshensman <james.hensman@gmail.com>

* typo fix in gpflow/models/sgpr.py

Co-Authored-By: jameshensman <james.hensman@gmail.com>

* more kernel docstring improvements

* Added module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members

* Fixed minor typos in the docs

* improving TOC by setting trtee depth to 2

* some copyright edits

* Moved documentation from .rst to module level documentation

* including missing argument in SGPR init

* Added mean function module level documentation, changed to unicode from LaTeX for readability in code
1 parent 7e55422
History
Tip revision: 1c74ce40280e27b1019878243a1478e900b5a3fb authored by James Hensman on 28 January 2019, 17:13:41 UTC
Hackathon doc cleanup (#906)
Tip revision: 1c74ce4
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 286 bytes
.gitignore -rw-r--r-- 811 bytes
.pylintrc -rw-r--r-- 14.6 KB
Dockerfile -rw-r--r-- 1.1 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 166 bytes
README.md -rw-r--r-- 6.4 KB
RELEASE.md -rw-r--r-- 7.7 KB
codecov.yml -rw-r--r-- 268 bytes
contributing.md -rw-r--r-- 7.3 KB
docs_require.txt -rw-r--r-- 323 bytes
notebooks l--------- 21 bytes
pytest.ini -rw-r--r-- 33 bytes
roadmap.md -rw-r--r-- 506 bytes
setup.py -rw-r--r-- 2.3 KB

README.md

back to top