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
Raw File
docs_require.txt
ipykernel>=4.3.1
ipython>=4.2.0
ipython-genutils>=0.1.0
jupyter>=1.0.0
jupyter-client>=4.3.0
jupyter-console>=4.1.1
jupyter-contrib-core>=0.3.0
jupyter-core>=4.1.0
jupyter-nbextensions-configurator>=0.2.1
nbsphinx>=0.2.13
numpydoc>=0.6.0
Pygments>=2.1.3
scipy>=0.18.0
pandas>=0.18.1
sphinx_rtd_theme==0.1.9
tensorflow>=1.8
back to top