https://github.com/GPflow/GPflow
Revision b69f71daab2d62575a312e4c13db798e11157cce authored by Artem Artemev on 29 August 2017, 13:16:41 UTC, committed by Mark van der Wilk on 29 August 2017, 13:16:41 UTC
* First part of renaming (w/o docs)

* Second part of renaming (includes docs)

* Third part of renaming (GPflow => gpflow)

* Rename 'import GPflow' in notebooks

* Revert back GPflow copyright headers

* Fix project name in Manifest.in

* Rebase with master

* Resolving conflicts in tests.

* Change release version.
1 parent 760ed24
Raw File
Tip revision: b69f71daab2d62575a312e4c13db798e11157cce authored by Artem Artemev on 29 August 2017, 13:16:41 UTC
GPflow python package name doesn't follow PEP8 (#477)
Tip revision: b69f71d
roadmap.md
This document covers major planned development items for GPflow.

# Computational speed
 - Add further benchmarks to [benchmark repository](https://github.com/GPflow/GPflowBenchmarks) including multiple GPUs.
 - Incorporate remaining Tom Nickson GPU code from [branch](https://github.com/c0g/tomserflow) into TensorFlow main.

# Features
 - Add ability to exploit Kronecker structure.
	
# Housekeeping 
 - See also issues marked "enhancement" in the GitHub [list](https://github.com/GPflow/GPflow/issues).
back to top