Commit graph

4433 commits

Author SHA1 Message Date
Mike Croucher
74f8caba2b Exception fixes for Python 3 compat 2015-02-26 14:23:12 +00:00
mzwiessele
f1e7760403 [verbose optimization] added automatic detection of ipython notebook support, this is experimental 2015-02-26 13:52:20 +00:00
mzwiessele
fc4b38fe59 [sparse gp] prediction without missing data and uncertain inputs was bugged 2015-02-26 13:51:47 +00:00
Mike Croucher
2b8ef1041b Exception fixes for Python 3 compat 2015-02-26 13:43:55 +00:00
Mike Croucher
f961520c42 Exception fixes for Python 3 compat 2015-02-26 13:38:13 +00:00
Mike Croucher
7c6ff2982f Exception fixes for Python 3 compat 2015-02-26 13:36:45 +00:00
Mike Croucher
c4fb58176d Exception fixes for Python 3 compat 2015-02-26 13:33:39 +00:00
James Hensman
9f51137469 Merge pull request #174 from beckdaniel/kernel_prod_bugfix
Kernel product bugfix
2015-02-26 10:22:00 +00:00
James Hensman
c8b70dd77a Merge pull request #177 from mellorjc/master
matplotlib interactive mode only in IPython
2015-02-26 10:14:23 +00:00
Mike Croucher
70c8f4a410 Typo 2015-02-26 09:16:21 +00:00
Mike Croucher
8a7123f55a Fixed Python 2 compatibility 2015-02-26 09:10:27 +00:00
Mike Croucher
c5b91e543a Convert print to function for Python 3 compatibility 2015-02-26 09:03:04 +00:00
Mike Croucher
4b4e5d4901 Convert print to function for Python 3 compatibility 2015-02-26 09:01:27 +00:00
Mike Croucher
4512964f09 Convert print to function for Python 3 compatibility. This breaks compatibility for versions of Python < 2.6 2015-02-26 08:58:05 +00:00
Mike Croucher
2a43324428 Convert print to function for Python 3 compatibility. 2015-02-26 08:52:24 +00:00
Mike Croucher
5601a580de Convert print to function for Python 3 compatibility. This breaks compatibility for versions of Python < 2.6 2015-02-26 08:48:48 +00:00
Mike Croucher
906f69e20e Convert print to function for Python 3 compatibility. 2015-02-26 08:31:44 +00:00
Mike Croucher
29da6ff065 Merge remote-tracking branch 'upstream/devel' into devel 2015-02-26 08:25:51 +00:00
Mike Croucher
d284953b69 Added details of Python 3 work 2015-02-26 08:17:41 +00:00
Mike Croucher
1521b3e260 Convert print to function for Python 3 compatibility. This breaks compatibility for versions of Python < 2.6 2015-02-26 08:11:11 +00:00
Mike Croucher
2ca24a88f5 More relative import fixes for Python 3 compatibility 2015-02-26 07:14:40 +00:00
Mike Croucher
5e4afb765a Relative import fixes for Python 3 compatibility 2015-02-26 07:10:10 +00:00
Mike Croucher
1bbf58fdcf Updated README.md to refer to GPy/testing for running the tests 2015-02-25 21:38:21 +00:00
James Hensman
f1da8c0fec Merge branch 'devel' of github.com:/sheffieldml/GPy into devel 2015-02-25 16:10:38 +00:00
mzwiessele
924899069e [optimization] experimental auto detect of ipython notebook 2015-02-24 11:56:36 +00:00
mzwiessele
72c6b66983 [updateable] update field in observable 2015-02-24 11:56:06 +00:00
mzwiessele
85ae035e32 [var_dtc] constant jitter 1e-10 2015-02-24 11:55:22 +00:00
Zhenwen Dai
11cc5d16f4 add save param_array 2015-02-23 16:19:14 +00:00
javiergonzalezh
b49228d1d0 minor error in corregionalization corrected 2015-02-23 15:02:50 +00:00
mzwiessele
6435b83c7a [sparse gp] prediction with uncertain inputs 2015-02-21 14:43:10 +01:00
mellorjc
f25797cd61 catch only a specific error
catch only NameError, rather than everything.
2015-02-19 11:45:57 +00:00
mellorjc
7ad275ce8a matplotlib interactive mode only in IPython
have interactive mode only in IPython so that running scripts that plot from python behave like normal.
2015-02-19 11:31:46 +00:00
Zhenwen Dai
9f7ae611ed force set_XY to update the model 2015-02-17 10:49:06 +00:00
Zhenwen Dai
c5c8b8341c A temporal fix for the problem of sometimes the model not being updated. 2015-02-17 10:48:26 +00:00
Zhenwen Dai
ae5d70b063 add mcmc into inference import 2015-02-15 19:24:51 +00:00
James Hensman
7920ff0b4d Merge branch 'devel' of github.com:/sheffieldml/GPy into devel 2015-02-11 11:49:59 +00:00
James Hensman
482bd1472c reconfigured svgp inference a little 2015-02-11 11:49:45 +00:00
James Hensman
393b9e94ba added more stable expectations for Bernoulli 2015-02-10 16:15:37 +00:00
James Hensman
06d7e690f3 minor weave/numpy bug in coregionalize 2015-02-10 15:54:59 +00:00
James Hensman
475eceb4dd Merge branch 'devel' of github.com:sheffieldml/GPy into devel 2015-02-10 14:23:11 +00:00
James Hensman
b499a870fb fixed a plotting bug for sliced plots 2015-02-10 14:23:03 +00:00
Alan Saul
f690192384 Added logging for jitter so we know how much has been added and how many tries have been taken 2015-02-10 11:52:40 +00:00
Alan Saul
952851de88 Bug in linalg jitchol!!! 2015-02-09 19:38:19 +00:00
Alan Saul
cfdd72fc72 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-02-09 19:36:08 +00:00
Alan Saul
29d153e185 Bug in linalg jitchol!!! 2015-02-09 19:35:46 +00:00
Daniel Beck
98c743d157 test + code change in gradients_X 2015-02-09 10:02:26 +11:00
Daniel Beck
fc8705104b a cleaner test 2015-02-09 09:41:21 +11:00
Daniel Beck
d6a56a6f0b changed operator.mul to np.multiply for consistency 2015-02-09 09:35:32 +11:00
Daniel Beck
8b4274339a added decorator that changes numpy invalid op warning to exception 2015-02-09 09:28:53 +11:00
Daniel Beck
1d2cbfe44a first attempt 2015-02-06 19:39:46 +11:00