https://github.com/GPflow/GPflow
Revision f78ade12bb1281ffd178cad4e8ef87ba522286a0 authored by st-- on 28 January 2019, 15:17:56 UTC, committed by GitHub on 28 January 2019, 15:17:56 UTC
* remove deprecated full_name (replaced by pathname)

* rename a bunch of core methods to be private to clean up API docs
1 parent ba8b7a5
Raw File
Tip revision: f78ade12bb1281ffd178cad4e8ef87ba522286a0 authored by st-- on 28 January 2019, 15:17:56 UTC
Privatize core methods (#908)
Tip revision: f78ade1
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