sort by:
Revision Author Date Message Commit Date
804435b Merge pull request #112 from GPflow/to_dict `to_dict` 29 June 2016, 15:24:25 UTC
86a4ac5 Merge branch 'master' into to_dict 29 June 2016, 14:12:23 UTC
70ca464 Merge pull request #114 from GPflow/PabloLeon-readmeTypos Update README.md. Thanks @PabloLeon 29 June 2016, 14:11:40 UTC
8a32f66 Update README.md 29 June 2016, 13:55:34 UTC
1e6d90c Merge branch 'master' into to_dict 29 June 2016, 12:27:17 UTC
5c1a44a Merge pull request #113 from GPflow/kern_slicing Kern slicing 29 June 2016, 12:18:44 UTC
61df1f1 some pep8 changes in test_kerns.py 28 June 2016, 19:00:54 UTC
4d628f1 Small improvements to kernel slicing Kernels with active dimensions now select columns of data using tensorflow's gather, rather that a packed series of scalar indexes. old: tf.pack([X[:,i] for in in active_dims]) new: tf.transpose(tf.gather(tf.transpose(X), active_dims)) the latter is preferred because the graph is much smaller, especially for a large nuber of active dimensions. In addition, the kernel tests have been tidied and extended to cover more of kernels.py. 28 June 2016, 18:53:15 UTC
6d99d4c Fixed test. Also works with python3 now. 28 June 2016, 18:03:47 UTC
4148cd9 Merge branch 'master' of github.com:GPflow/GPflow into to_dict 28 June 2016, 17:33:23 UTC
1cb047c Merge pull request #109 from GPflow/multiclass Multiclass 28 June 2016, 12:28:50 UTC
abf3015 Merge branch 'multiclass' of https://github.com/GPflow/GPflow into multiclass 28 June 2016, 12:04:17 UTC
e615c3c Correcting comment. 28 June 2016, 12:04:09 UTC
18bddea fixed typos Some small typos fixed 28 June 2016, 10:51:22 UTC
568ff1a Building up multiclass demo. 27 June 2016, 15:11:34 UTC
1acef30 Building up test. 27 June 2016, 13:43:33 UTC
7f4fae9 Building up likelihood tests. 27 June 2016, 13:31:16 UTC
6516d0e Building up multiclass tests. 27 June 2016, 13:21:42 UTC
7a54ddf Correcting bug. 27 June 2016, 13:14:26 UTC
b91294e Correcting comment. 27 June 2016, 13:02:21 UTC
881f905 Removing partial softmax functionality because it is confusing. 27 June 2016, 12:59:10 UTC
194aaa9 Building up test likelihoods. 27 June 2016, 12:07:00 UTC
a208969 Tidying up likelihood test. 27 June 2016, 12:00:08 UTC
eac7334 Changes to likelihood tests. 27 June 2016, 11:17:34 UTC
050bf0d Correcting an added bug and reimplimenting clipping. 27 June 2016, 11:16:48 UTC
1eb9707 Some additional clipping. 27 June 2016, 11:03:16 UTC
2c3e80e Removing clipping. 27 June 2016, 09:31:34 UTC
b808f87 Removing Multiclass from non-applicable test. 27 June 2016, 08:45:23 UTC
8860da0 Removing Multiclass from non-applicable test. 27 June 2016, 08:25:19 UTC
921362e mutliclass: clarifyingpredict_mean function 24 June 2016, 20:03:16 UTC
1c531c1 Building up likelihood tests. 24 June 2016, 16:43:07 UTC
bb7fc56 Some small changes to multiclass demo. 24 June 2016, 16:13:18 UTC
792a7ad Renaming to invlink for necessary consistency with rest of code. 24 June 2016, 16:12:55 UTC
9dcc357 Fixing merge conflict. 24 June 2016, 14:33:21 UTC
dc222be Fixing merge conflict. 24 June 2016, 14:30:59 UTC
15f032e Merging master into branch multiclass. Fixing merge conflict. 24 June 2016, 14:28:42 UTC
644278d Merge branch 'master' of github.com:GPflow/GPflow into to_dict 23 June 2016, 20:25:10 UTC
74824db Merge pull request #104 from GPflow/name_coverage Some very simple tests to make sure objects' names are correct 20 June 2016, 13:23:03 UTC
a119496 some very simple tests to make sure objects' names are correct 17 June 2016, 19:57:39 UTC
f4303a3 Merge pull request #96 from GPflow/to_json serializing GPflow objects 17 June 2016, 11:19:36 UTC
4a62175 More clarity in method names: to_dict has become get_parameter_dict from_dict has become set_parameter_dict 17 June 2016, 10:09:20 UTC
2802a03 removing some to_dict functionality that should live on a different branch 17 June 2016, 09:49:31 UTC
027d6ca Attempt to fix slow tests. 15 June 2016, 16:43:52 UTC
003baba Moving dict contributions to another branch. 15 June 2016, 15:37:08 UTC
5b50dfa Separated dict test, added prediction test after unpickling to test AutoFlow. 15 June 2016, 15:28:31 UTC
82411ab Merge branch 'master' into to_json 14 June 2016, 16:26:54 UTC
867cef5 Merge pull request #100 from GPflow/af_session_init initializing all tf variables inside AF session 14 June 2016, 16:26:20 UTC
5764084 adding test to replicate bug #99 14 June 2016, 16:13:50 UTC
dad657e initializing all tf variables inside AF session 14 June 2016, 16:10:54 UTC
d899c94 Merge branch 'master' into to_json 14 June 2016, 09:21:58 UTC
4ea1fa8 Merge pull request #98 from GPflow/fixing_parameterized adding fixed property to parameterized 14 June 2016, 09:19:15 UTC
1df3652 Merge branch 'master' into to_json 14 June 2016, 09:09:27 UTC
1f37bea Merge branch 'master' into fixing_parameterized 14 June 2016, 09:07:07 UTC
b85fa14 Merge pull request #97 from GPflow/universal_autoflow Universal autoflow 14 June 2016, 09:06:08 UTC
1258761 adding fixed propert to parameterized 14 June 2016, 08:28:12 UTC
7f36185 improvements to reconstruction of _parent tree after pickle 13 June 2016, 19:12:49 UTC
d647704 adding a test to make sure to_dict works after pickle/unpickle 13 June 2016, 19:09:48 UTC
1940316 adding pickle tests 13 June 2016, 18:25:46 UTC
0dd7317 minor edits to (g|s)etstate in model class 13 June 2016, 18:25:31 UTC
373ff40 adding special (s|g)etstate for svgp (for _tfX, _tfY) 13 June 2016, 18:24:36 UTC
a332e8e simplifying some changes to model.py surrounding minusF, minusG 13 June 2016, 16:13:22 UTC
74061cf getstate and setstate methods for use with pickle 13 June 2016, 15:32:54 UTC
7d42d9f adding methods to convert a model to a dict 13 June 2016, 10:16:25 UTC
2612932 adding compute_K fn to kernels 09 June 2016, 20:13:00 UTC
55f1499 moved AutoFlow to Parameterized class 09 June 2016, 20:10:43 UTC
bbded95 more work on autoflow 1) The autoflow objects now have their own sessions 2) The autoflow storage is now deleted on _needs_recompile 09 June 2016, 19:21:43 UTC
7528c6e changed autoflow to use its own free_state object 09 June 2016, 19:11:29 UTC
4005f48 Merge pull request #87 from GPflow/value_property adding value property to Param class 09 June 2016, 18:09:33 UTC
085e6f5 manually merging conflicted test_param.py 09 June 2016, 16:01:59 UTC
0e8d653 Small test fixes. `fail...` to `assert...`. 09 June 2016, 15:26:16 UTC
0ba22cd Merge pull request #88 from GPflow/spelling running a spell-checker on the comments and docstrings 09 June 2016, 14:53:59 UTC
527bed8 Merge branch 'master' into spelling 09 June 2016, 12:15:55 UTC
90aac9f Merge pull request #90 from GPflow/release_0.1.4 All ready for Release 0.1.4 09 June 2016, 10:53:09 UTC
b534c3b making a copy of the _array when acessing the value property 09 June 2016, 10:41:33 UTC
8ef07c1 All ready for Release 0.1.4 modified: GPflow/_version.py modified: RELEASE.md 08 June 2016, 19:56:46 UTC
075e709 improving tests 08 June 2016, 18:58:43 UTC
4838a34 merging 08 June 2016, 17:10:59 UTC
41df3e8 adding set of the _needs recompile flag when parameters are replaced, and appropriate tests 08 June 2016, 17:09:42 UTC
85143fa using model.value in the notebooks and testing 08 June 2016, 12:01:35 UTC
0a5b911 running a spell-checker on the comments 08 June 2016, 07:17:33 UTC
ab945df adding value property to Param class 07 June 2016, 19:45:15 UTC
627cd20 Merge pull request #86 from GPflow/fix-autoflow-shareargs Fixed AutoFlow sharing `self.tf_args` between different instances 07 June 2016, 19:31:16 UTC
e9465fa docstringing test 07 June 2016, 19:16:46 UTC
8f8b0cd manually merging model.py from master 07 June 2016, 19:13:12 UTC
ca3cc00 Added unittest for failure case of sharing `tf_args`. 07 June 2016, 17:53:13 UTC
8be3060 Merge pull request #84 from GPflow/tensorflow_pip Remove need for bespoke pip package 07 June 2016, 16:44:22 UTC
badbbdd Removing float32 hacks. No longer necessary since all optimizers now have float64 support. 07 June 2016, 15:21:43 UTC
ff3bad2 Fixed AutoFlow sharing `self.tf_args` between different instances. 07 June 2016, 15:02:39 UTC
19689c4 Removing defunct travis file. 07 June 2016, 11:34:11 UTC
56e901c Updating readme with simpler installation instructions. 07 June 2016, 10:18:51 UTC
2020ef6 Updating readme with simpler installation instructions. 07 June 2016, 10:17:44 UTC
2a03604 Merge pull request #82 from GPflow/fill_constants Fill constants 06 June 2016, 12:39:07 UTC
56196bf Merge branch 'master' into fill_constants 06 June 2016, 12:09:25 UTC
71bfede Merge pull request #83 from GPflow/laplace_distribution adding a Laplace prior 06 June 2016, 12:07:48 UTC
f4521dc using squeeze instead of variance[0] 06 June 2016, 08:46:51 UTC
c89292b fixing up shape issues 05 June 2016, 20:05:30 UTC
c293152 fixing shape issue using pack 05 June 2016, 19:51:18 UTC
8583a9a fill instead of ones * val in likelihoods 05 June 2016, 19:40:19 UTC
4a28e3c kernels.py now uses tf.fill(shape, val) instead of zeros(shape) + val 05 June 2016, 19:36:15 UTC
059e0a5 adding a Laplace prior 31 May 2016, 16:56:53 UTC
back to top