https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
977af3c svgp.py is now pep8 compliant 13 April 2016, 21:08:15 UTC
b9d42d6 sgpr.py is now pep8 compliant 13 April 2016, 20:57:53 UTC
0dff8a3 sgpmc.py is now pep8 compliant 13 April 2016, 20:49:53 UTC
e41f5f5 priors.py is now pep8 compliant 13 April 2016, 20:46:31 UTC
91c4526 tf_hacks.py is now pep8 compliant 13 April 2016, 20:43:31 UTC
01924b4 param.py is now pep8 compliant 13 April 2016, 20:42:09 UTC
73a5954 model.py is noe pep8 compliant 13 April 2016, 20:23:43 UTC
4f55afc mean_functions.py is noe pep8 compliant 13 April 2016, 20:09:53 UTC
13d7025 likelihoods.py is now pep8 compliant 13 April 2016, 20:07:35 UTC
ca2e01b kullback_leiblers.py is now pep8 compliant 13 April 2016, 19:57:20 UTC
b1e4cb1 kernels.py is now pep8 compliant 13 April 2016, 19:45:07 UTC
1e44d67 hmc.py is now pep8 compliant 13 April 2016, 19:31:19 UTC
f7f69e2 gpr.py is now pep8 compliant 13 April 2016, 19:25:16 UTC
1f2b874 gpmc.py is now pep8 compliant 13 April 2016, 19:23:39 UTC
09f6f55 densities.py is now pep8 compliant 13 April 2016, 19:22:18 UTC
e1500f8 conditionals.py is now pep8 compliant 13 April 2016, 19:15:17 UTC
d7a5de2 Merge pull request #35 from GPflow/white_kernels_in_test FIX: redundant white kernels in test (fixes #34) 12 April 2016, 17:00:49 UTC
4502659 removing white kernels from sanity check notebook 12 April 2016, 15:41:46 UTC
853a8c9 removing unnecessary white kernels from method equivalence test 12 April 2016, 15:39:53 UTC
1eeebe1 Removing extraneous compile. 12 April 2016, 14:00:06 UTC
fab4556 Removing extraneous optimize. 12 April 2016, 13:51:17 UTC
bfef92c Removing unnecessary compiles. 12 April 2016, 13:38:19 UTC
9063c7e Adding comment about numerical inversion. 11 April 2016, 09:51:56 UTC
cb856cb removeing suspect test 09 April 2016, 14:18:10 UTC
19dc98a attempting travis without nose 08 April 2016, 13:06:36 UTC
9692ef3 allowing logging output in travis.yml 08 April 2016, 09:19:51 UTC
a19481f tring to speed up method_equivalence tests 08 April 2016, 08:16:30 UTC
659249e adding timing to travis 06 April 2016, 16:43:07 UTC
cd4e93a Merge branch 'master' of github.com:GPflow/GPflow 06 April 2016, 16:41:24 UTC
cee4dd1 Merge branch 'master' of https://github.com/GPflow/GPflow 01 April 2016, 16:16:38 UTC
96dfb24 Adding travis wait. 01 April 2016, 16:16:26 UTC
430c6eb Fixed typos in GPR docstring 30 March 2016, 16:02:48 UTC
c935db2 Merge pull request #30 from GPflow/table-of-methods-for-README table of methods for README 30 March 2016, 13:51:02 UTC
cf254b8 Merge pull request #27 from GPflow/full_cov_predict Full covariance matrix in predictions 30 March 2016, 13:50:26 UTC
22edbc4 Correcting typo in comment. 30 March 2016, 13:48:49 UTC
efc9529 table of methods for README I think the attached table makes a nice addition to the README. 30 March 2016, 13:45:00 UTC
c5ea098 Merge pull request #28 from GPflow/test_improvements Test improvements 29 March 2016, 18:24:21 UTC
5bdd8ef KeyboardInterrupt tests KeyboardInterrupt tests now cover both scipy optimization and tf optimization. 29 March 2016, 15:13:25 UTC
3e4ed1b New test in model.py This test makes sure that when a KeyboardInterrupt occurs during optimization, the state of the model is captured. 29 March 2016, 14:05:42 UTC
69dc6f6 Improved likelihood tests. Likelihoods are now tested with non-standard link functions (like f^2, instead of exp(f)), and variational_expectations with zero variance is tested to be equivalent to a simple call to logp. 29 March 2016, 11:39:54 UTC
1dd6b52 testing slices in assymetric kerel operations: K(X, Z) 29 March 2016, 11:05:49 UTC
e053c94 testsing diag of prod kernel 29 March 2016, 10:52:42 UTC
9c29e24 now testing diagonal kernel functions 29 March 2016, 10:51:37 UTC
766c3c0 Merge pull request #26 from GPflow/mean_fn_tests adding tests for mean functions 29 March 2016, 08:49:33 UTC
bf0beb4 small decrease in required accuracy in gradients 27 March 2016, 20:02:14 UTC
6084265 more edits to RELEASE.md 27 March 2016, 18:55:01 UTC
aafa969 silincing LBFGS-B during tests 27 March 2016, 18:52:46 UTC
71eafc8 FIX: missing conditional import in sgpmc 27 March 2016, 18:50:43 UTC
48f4cff bumped the version number 27 March 2016, 18:26:37 UTC
29d2b8c ensuring compatibility of deprecated conditional functions 27 March 2016, 18:22:20 UTC
b51a605 ensuring full_cov sizes are consistent in gpmc, sgpmc 27 March 2016, 18:12:55 UTC
2546cd8 refactored conditionals.py 27 March 2016, 17:53:20 UTC
6a6e906 simplified loop in conditionals 27 March 2016, 12:43:57 UTC
d1053f1 adding tests for full_cov 27 March 2016, 11:56:28 UTC
288501b Merge branch 'master' into full_cov_predict 27 March 2016, 11:35:42 UTC
323eb7a adding tests for mean functions 27 March 2016, 10:49:26 UTC
d3fc6ed Merge pull request #24 from GPflow/paramlist_bugfix made tf_mode work for paramlist, added appropriate test 24 March 2016, 17:16:37 UTC
487713c Merge branch 'master' of github.com:GPflow/GPflow 24 March 2016, 16:13:57 UTC
401e72f minor fixes in SGPR notes 24 March 2016, 16:13:35 UTC
a4e9179 improved testing of paramlist 24 March 2016, 16:13:35 UTC
291d567 adding tests for parameter list 24 March 2016, 16:13:35 UTC
823c36c minor edits 24 March 2016, 16:13:35 UTC
87009e0 fist attempt at a paramlist object 24 March 2016, 16:13:34 UTC
800f684 made tf_mode work for paramlist, added appropriate test 24 March 2016, 16:06:38 UTC
33f922a Update README to include note on sgpr. 24 March 2016, 15:07:59 UTC
36f24dd minor fixes in SGPR notes 24 March 2016, 15:02:07 UTC
e3d2ca2 Merge pull request #17 from GPflow/paramlist ParamList 24 March 2016, 14:18:35 UTC
bea7bb6 Small correction to README file. 24 March 2016, 14:10:29 UTC
cdd06fa Correcting numbers for references. 24 March 2016, 14:07:17 UTC
76d16c5 Merge pull request #20 from GPflow/sgpr Sgpr 24 March 2016, 13:37:06 UTC
a2aae70 Adding citation to Titsias 2009. 24 March 2016, 13:35:40 UTC
d6e0cdc extra notes for sgpr prediction 24 March 2016, 11:35:39 UTC
bce3ea5 Adding SGPR notebook on bound derivation 24 March 2016, 11:08:56 UTC
32380d1 tidien sgpr code 24 March 2016, 11:08:32 UTC
e2a9ff7 bugfix 22 March 2016, 18:57:36 UTC
f898633 merging 22 March 2016, 16:22:42 UTC
bf192ae adding full_covariance predictions to the sgpr method 22 March 2016, 16:18:47 UTC
cae49e8 Correcting minor typo in README.md 22 March 2016, 12:46:43 UTC
a599476 Merge branch 'master' into full_cov_predict 22 March 2016, 10:27:54 UTC
3cdc945 master README now points at master branch travis/codecov 22 March 2016, 10:27:09 UTC
b662c35 assorted bugfixes and tidying 22 March 2016, 10:25:19 UTC
3b04a0e added GPmodel functions: predict_f_full_cov and predict_f_samples 22 March 2016, 10:24:52 UTC
3bf18f0 Merge branch 'master' into paramlist 22 March 2016, 10:09:22 UTC
270668f Merge branch 'master' into sgpr 22 March 2016, 10:08:09 UTC
7f32f21 Merge pull request #18 from GPflow/travis Continuous integration 22 March 2016, 09:59:42 UTC
1d192ca added full_cov option to most methods 21 March 2016, 17:45:35 UTC
e18fc5e Improving sgpr docstring 21 March 2016, 08:39:31 UTC
f5cb9b5 added tests to ensure methods are equivalent when appropriate 21 March 2016, 08:32:16 UTC
96b8d06 added sgpr to standard methods tests 21 March 2016, 08:32:16 UTC
0417a22 small bugfix in prediction 21 March 2016, 08:32:16 UTC
20109ef first crack at prediction code 21 March 2016, 08:32:16 UTC
038561b Adding SGPR class 21 March 2016, 08:32:02 UTC
04172a9 improves test_hmc code 21 March 2016, 08:01:41 UTC
942d6fc turned off logging during tests 21 March 2016, 08:01:41 UTC
d1a155f tidied travis.yml 21 March 2016, 08:01:41 UTC
da9134c adding codecov button 21 March 2016, 08:01:41 UTC
62c4335 adding badge to README, using coverage in nosetests. 21 March 2016, 08:01:17 UTC
a432e61 Adding and editing travis.yml. This took many attempts: you are looking at many squashed commits. 21 March 2016, 08:00:03 UTC
abdd741 Merge branch 'travis' into sgpr 20 March 2016, 18:04:12 UTC
87f4434 added tests to ensure methods are equivalent when appropriate 20 March 2016, 18:03:38 UTC
back to top