https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
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
cbdc899 added sgpr to standard methods tests 20 March 2016, 14:32:29 UTC
0e34a07 small bugfix in prediction 20 March 2016, 14:25:26 UTC
b4e93aa first crack at prediction code 20 March 2016, 13:58:17 UTC
1ec2006 simple merge form master 20 March 2016, 11:33:35 UTC
e0b0c1a bumped version number to 0.1.1 20 March 2016, 11:28:29 UTC
8c80b64 Merge branch 'svi-tfopt' 20 March 2016, 11:06:25 UTC
2cfdeab merged manually (minibatch vs minibatch_size clash) 20 March 2016, 11:05:39 UTC
b89f1b3 adding optimize tests 20 March 2016, 10:52:06 UTC
f595f27 turned off logging during tests 20 March 2016, 09:20:38 UTC
7a8a06b tidied travis.yml 19 March 2016, 20:16:47 UTC
bd32359 adding codecov button 19 March 2016, 16:36:30 UTC
ca4c8b1 nosetests now include coverage 19 March 2016, 16:06:58 UTC
6a2ed07 adding badge to README 19 March 2016, 15:45:36 UTC
3f54b2a removing IPython import 19 March 2016, 15:43:16 UTC
23739df commenting travis lines 19 March 2016, 15:34:48 UTC
797052c using trusty 19 March 2016, 15:30:32 UTC
2bbd56e apt-get updating 19 March 2016, 15:26:07 UTC
9d4a0d7 checking glibc version 19 March 2016, 15:19:20 UTC
5dc7045 attempting to use apt to install glibc 19 March 2016, 15:14:18 UTC
aea4ac9 nosetests through miniconda 19 March 2016, 15:02:58 UTC
a9ecb7f unified test naming 19 March 2016, 15:01:24 UTC
81dfc06 retrying setup.py test 18 March 2016, 20:10:17 UTC
6463383 scipy inside the condaenv 18 March 2016, 18:28:16 UTC
f97840c adding pip to miniconda 18 March 2016, 18:21:41 UTC
598452c adding tensorflow dep to setup.py 18 March 2016, 18:15:45 UTC
a86cd52 conda removing tensorflow 18 March 2016, 17:55:24 UTC
0207baf removing tensorflow before installing our fork... 18 March 2016, 17:52:07 UTC
a514a51 wihout install 18 March 2016, 17:49:07 UTC
1ec9169 nosetests 18 March 2016, 17:37:48 UTC
c42a923 adding scipy explicitely 18 March 2016, 17:25:56 UTC
2bf98a2 adding codecov 18 March 2016, 17:23:10 UTC
efa8290 trying again with travis 18 March 2016, 17:17:13 UTC
d312875 adding travis yml 18 March 2016, 17:07:29 UTC
26a798e improved testing of paramlist 18 March 2016, 16:18:58 UTC
bebe219 Merge branch 'master' of github.com:GPflow/GPflow into paramlist 18 March 2016, 15:52:06 UTC
7d66ccc adding tests for parameter list 18 March 2016, 15:46:42 UTC
6755cf2 Merge branch 'master' into paramlist 18 March 2016, 15:11:14 UTC
ca53fa0 moved minibatching code form GPModel class to svgp class 16 March 2016, 22:08:02 UTC
4c40a1a Merge pull request #14 from GPflow/tf_0.7.1 Tf 0.7.1 16 March 2016, 12:48:39 UTC
09b26fe Merge branch 'master' into tf_0.7.1 16 March 2016, 12:25:58 UTC
5c38e6a Merge pull request #15 from GPflow/svi Svi 15 March 2016, 12:10:52 UTC
d36ff84 Various tweaks to svi-test script. 15 March 2016, 12:05:13 UTC
e4155c8 Changing variable minibatch to clearer minibatch_size. 15 March 2016, 11:58:42 UTC
0fa7960 Added Mark van der Wilk to credits. 15 March 2016, 11:58:04 UTC
d1515e5 improved docstrings 12 March 2016, 19:59:11 UTC
192f8e5 Updating readme. 11 March 2016, 17:17:09 UTC
24ed138 Going back to get_diag. 11 March 2016, 17:01:27 UTC
22b911f Merge branch 'svi' into svi-tfopt 11 March 2016, 16:21:41 UTC
79cff06 Fixed unittests. self.X & self.Y are now again numpy arrays. Minibatch Tensorflow variables are _tfX and _tfY. 11 March 2016, 16:13:39 UTC
f0752e9 Added float32 hack for Tensorflow optimisers that only take float32. 10 March 2016, 20:34:23 UTC
f667afe SVI working with hacked optimisers (no float32 hack yet). 10 March 2016, 19:02:26 UTC
bc81eb7 GPModel now allows for stochastic estimation when calling GPModel._objective(). Added demonstration notebook. 10 March 2016, 18:55:01 UTC
b80d578 Changes for 0.7.1 compatability. 10 March 2016, 17:45:40 UTC
c9288a4 Merge pull request #4 from GPflow/versioning Added a simple versioning system 10 March 2016, 11:28:04 UTC
2bd1a5a initial work on sgpr 08 March 2016, 15:30:01 UTC
388fe33 Revert "single run of modernize" This reverts commit 028a9ee6adedf6f2ebef79b40beea467ec5cfedd. 08 March 2016, 13:58:11 UTC
31b9778 Merge branch 'master' into versioning 07 March 2016, 10:27:27 UTC
cbb32a8 oops: adding _version.py 07 March 2016, 10:25:10 UTC
9a3430b added RELEASE file 07 March 2016, 10:22:15 UTC
3834215 Merge pull request #3 from GPflow/kern_naming Kern naming 07 March 2016, 10:21:56 UTC
96e5e23 added versioning 07 March 2016, 10:03:33 UTC
028a9ee single run of modernize 06 March 2016, 09:59:58 UTC
5583917 Improved code-reuse between Add and Prod kernels 04 March 2016, 18:25:07 UTC
1fb6cce adding test for product 03 March 2016, 14:23:28 UTC
596ec42 bugfix in prod kernel 03 March 2016, 14:23:07 UTC
183574b small changes where kernel naming affects test_conditinoals.py 03 March 2016, 14:10:54 UTC
decf9b5 added tests for new kernel naming scheme, and made similar chancges for Product kernel 03 March 2016, 14:09:19 UTC
633ad5d Merge branch 'master' into kern_naming 03 March 2016, 10:06:39 UTC
40607bd Added new version of pip package to readme. 29 February 2016, 09:58:27 UTC
75b6ddc first attempt at naming kernels 25 February 2016, 12:38:24 UTC
dbef5e3 Instructions for installing Boost. 24 February 2016, 15:11:48 UTC
aaca6c2 Instructions for installing Boost. 24 February 2016, 15:11:00 UTC
2e096a8 Merge pull request #1 from GPflow/autoflow Autoflow 22 February 2016, 14:00:55 UTC
3765bc6 Adding grant acknowledgements. 22 February 2016, 09:22:02 UTC
cebea5f minor edits 17 February 2016, 22:25:17 UTC
a398273 fist attempt at a paramlist object 17 February 2016, 22:07:17 UTC
aa654ce made autoflow work after model has been recompiled 16 February 2016, 09:04:03 UTC
9a35de9 adding tests for autoflow 15 February 2016, 15:13:25 UTC
b84b7df implemented AutoFlow 15 February 2016, 13:52:49 UTC
9dae9d9 minor edits in README 15 February 2016, 11:43:19 UTC
back to top