Skip to content

Commit aa353da

Browse files
committedApr 12, 2016
Merge pull request #368 from SheffieldML/devel
README of pypi now directly in setup
2 parents 42bfd99 + 2f57cf7 commit aa353da

File tree

90 files changed

+121
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+121
-60
lines changed
 

‎GPy/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.6"
1+
__version__ = "1.0.7"

‎GPy/plotting/gpy_plot/data_plots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _plot_inducing(self, canvas, visible_dims, projection, label, **plot_kwargs)
175175
visible_dims = [i for i in sig_dims if i is not None]
176176
free_dims = get_free_dims(self, visible_dims, None)
177177

178-
Z = self.Z[:, free_dims]
178+
Z = self.Z.values
179179
plots = {}
180180

181181
#one dimensional plotting

0 commit comments

Comments
 (0)
Please sign in to comment.