James Hensman

Results 3 issues of James Hensman

The code that tangent writes tries to use an undefined variable To replicate: ```python def foo(d, n): S = np.zeros((n, n)) for i in range(n): S[i, 2] = 1. if...

GPclust uses GPy's ancient color scheme `Tango`. This should be removed and a sensible default style from matplotlib should be used.

Some of the fast code in GPclust uses scipy.weave, which is deprecated in python3. A cython replacement would make 2/3 compatibility easier, at the cost of a more difficult install.