https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
0873f16 added kernel 16 August 2019, 14:15:33 UTC
d639a52 Update circleci config 13 August 2019, 22:30:05 UTC
3cd74a1 Bump version to 1.5.0 and remove patch coverage 13 August 2019, 21:42:14 UTC
a8b6b81 Reuse Scipy Optimizer (#1011) 13 August 2019, 21:15:14 UTC
99b72e1 Minor copyedits (#1019) 13 August 2019, 21:02:51 UTC
5bc0e86 GPflow manual copyedits: basics section (#1017) 13 August 2019, 17:02:21 UTC
4aec21e GPflow manual - additional minor edits to tips and tricks page (#1016) 13 August 2019, 12:46:19 UTC
8bd6f2a GPflow manual copyedits (#1014) 13 August 2019, 12:29:42 UTC
6fde94a Mark/mnist restore (#1009) * Fixed bug in monitoring notebook. Optimiser variables weren't being restored. * Enabled restore in `train_mnist.py`. 09 August 2019, 15:52:57 UTC
78c93db GPFlow manual copyedit - tips and tricks page (#1015) 08 August 2019, 15:59:20 UTC
c85c882 fix error in python example in contributing readme (#1013) 06 August 2019, 21:41:32 UTC
6814149 Small updates for convolutional kernel (#1004) * Convolutional GP experiments script. 18 July 2019, 14:36:45 UTC
8859936 Added convolutional kernel + tests. (#996) Added convolutional kernel + tests. 11 July 2019, 14:05:04 UTC
7930023 Change misc.initialize_variables() to not keep adding ops to the graph (#1001) * Change misc.initialize_variables() to not keep adding ops to the graph * add regression test 11 July 2019, 13:37:24 UTC
baa50bb Clean up kernel broadcasting tests & documentation (#1000) * clean up test_broadcasting * move _broadcasting_elementwise_op into misc.py * add remaining kernels to test_broadcasting * add documentation of broadcasting behaviour to kernels module * add note to ArcCosine docstring that broadcasting has not yet been implemented 11 July 2019, 13:14:25 UTC
378d9e8 Upate Dockerfile version in CircleCI (#999) Update docker-image to TF 1.14 10 July 2019, 10:10:40 UTC
2970c07 Change Dockerfile TF version to 1.14 10 July 2019, 09:21:22 UTC
7be04c5 Restrict TensorFlow version < 2.0 (#992) Make sure users don't install TF >= 2.0 with GPflow <= 1.4 10 July 2019, 09:09:55 UTC
2352426 GPflow TF 1.14 compatible. Fixes optimizers importing issue. (#997) Makes GPflow compatible with tensorflow 1.14. CI/Dockerfile are now based on tensorflow 1.14.0. 10 July 2019, 08:50:23 UTC
eba5582 Fixed overflow in `Logistic` transform. (#994) * Fixed overflow in `Logistic` transform. * Added regression test. * Nice ordering of imports. 03 July 2019, 15:48:52 UTC
292239a proper shape checks for multivariate_normal (#964) #914 (f8fc156) simply removed the shape checks of logdensities.multivariate_normal() that issued a warning, this puts them back properly as tensorflow graph assertions. 19 June 2019, 15:24:25 UTC
c714745 Replace multioutput kernel and feature class diagrams with SVG version (more easily editable/updatable) (#991) 19 June 2019, 13:10:34 UTC
5bde0a4 Modified Saver to work with file-like objects as well as path names. (#912) * Modified Saver to work with file-like objects as well as path names. This required updating h5py>=2.9.0 Updated tests to test this. Also removed some unused imports. 18 June 2019, 10:52:07 UTC
125846f Bump version to fix PyPI package 17 June 2019, 22:30:41 UTC
ae8970f Merge branch 'develop' of github.com:GPflow/GPflow into develop 17 June 2019, 21:03:28 UTC
804c1a0 Modify CircleCI config 17 June 2019, 18:19:12 UTC
cdcefff debugging 17 June 2019, 17:54:07 UTC
4440a73 debugging 17 June 2019, 17:34:43 UTC
653a80d Resurrect a couple of notebooks that went missing in #924 (#989) Closes #953. Adds a bunch of notebbooks deleted in #924 (0dec75) - mainly theoretical notes: * FITC vs VFE comparison * Sanity check of model overlap for Gaussian likelihood and Z=X * SGPR and VGP equation derivations * How to combine GPflow models with neural networks * Manipulating models 17 June 2019, 17:28:18 UTC
139f833 Debugging 17 June 2019, 17:26:23 UTC
a9aaeeb Merge branch 'develop' 17 June 2019, 16:37:12 UTC
ba5e53a Merge branch 'develop' of github.com:GPflow/GPflow into develop 17 June 2019, 16:33:49 UTC
6ab11a5 CircleCI pip package upload 17 June 2019, 16:33:39 UTC
c3a46bd VGP data update (#617) * Fix VGP build for updated dataholders * Keep user configured priors and transforms for VGP q parameters when changing X and Y 17 June 2019, 16:27:27 UTC
4b8cae1 Add IWAE DGP to the README.md (#983) 30 May 2019, 11:27:01 UTC
b8ed833 Change 1e-40 threshold to 1e-36 for sqrt distance operation. (#973) 14 May 2019, 14:10:32 UTC
549394f Varying noise notebook (#962) * first attempt at a notebook with known output noise * improved known-noise notebook * improvements to known-noise notebook * Changed notebook name, added much more commentary, improved links * correcting spelling and formatting errors * edits * rename * add varying_noise to intro.ipynb 05 April 2019, 16:53:51 UTC
cedbc86 Update README (#963) * make headline links more explanatory * add VBPP to projects * add link to kernel_learning project 03 April 2019, 18:51:42 UTC
5fcf8d9 SwitchedLikelihood workaround for #951 (#957) * test to reproduce #951 * fix #951 * Small note regarding fixing `num_latent` in the future. 28 March 2019, 11:59:28 UTC
0eb4b63 Added contributor to README.md (#954) 11 March 2019, 12:09:09 UTC
a78c46f Fixing bad docstrings in conditionals (#952) 07 March 2019, 17:10:26 UTC
cb34808 Notebook fixes (1/...): intro, tips_and_tricks, basics/ (#948) Proof-reading of notebooks: intro, tips_and_tricks, and basics/{regression, classification, GPLVM}. Fixes a few links and typos elsewhere. 06 March 2019, 17:21:44 UTC
062c697 GPflow glossary document (#923) 03 March 2019, 16:28:34 UTC
f376dc2 Fix `fully_correlated_conditional_repeat` shapes (#945) 01 March 2019, 20:57:31 UTC
7996cf7 Merge pull request #946 from GPflow/ayman/multioutput-notebook Clean up of multioutput notebook and link to other notebooks 25 February 2019, 11:28:16 UTC
dc7db32 Merge branch 'develop' into ayman/multioutput-notebook 25 February 2019, 11:06:18 UTC
8517439 gone over review and implmented changes 25 February 2019, 10:49:39 UTC
5ef8813 Added GPflows diagram to intro (and altered intro paragraph to explain what comes next) (#947) 20 February 2019, 17:36:23 UTC
8b14095 clean up of multioutput notebook and link to other notebooks 20 February 2019, 12:34:14 UTC
5f037b4 Fix intro.ipynb rendering in nbviewer 19 February 2019, 17:10:16 UTC
c2c8da2 Remove empty cell from intro.ipynb 19 February 2019, 17:02:17 UTC
d3a0a8e README cleaning 19 February 2019, 16:56:03 UTC
0dec75e Revamp of GPflow documentation and notebooks (#924) 19 February 2019, 16:37:32 UTC
649b039 Minor performance improvement: pass Cholesky of K to gauss_kl (#933) Add option to pass K_cholesky to kl_gauss 15 February 2019, 13:32:55 UTC
191a1c2 Broadcasting of conditionals (#895) 04 February 2019, 10:57:34 UTC
771de3e Minor changes to Tips & Tricks notebook (#921) * minor changes to tips_and_tricks notebook * add tips_and_tricks to docs * add doc/README.md 01 February 2019, 18:20:08 UTC
765224b Tips & Tricks notebooks changes (#916) 30 January 2019, 01:11:11 UTC
0bf75f7 Fix AutoBuild metaclass to not screw up method signatures (#907) The AutoBuild metaclass that is present in all Parameterized subclasses (e.g. models, kernels, likelihoods etc.) overwrote the `__init__` function and thereby replaced the signature with `*args, **kwargs`, which meant that the API documentation and command-line/IDE auto-completion was broken. This PR makes use of the "decorator" package (slightly hacked) to restore the original signatures (while allowing autobuild to still be passed as an additional keyword argument). 29 January 2019, 11:27:39 UTC
5166d0f Merge branch 'develop' of github.com:GPflow/GPflow into develop 29 January 2019, 08:16:48 UTC
c6805dc Change github template 29 January 2019, 08:16:40 UTC
35e58c4 Update README.md 28 January 2019, 22:11:34 UTC
c613302 Add references to documentation and tips & tricks in README. 28 January 2019, 21:31:13 UTC
f8fc156 Results of hackathon 28 January (#914) 28 January 2019, 18:13:37 UTC
1c74ce4 Hackathon doc cleanup (#906) * Release v1.3.0 (#869) * cleaning up some of the .rst files into a flatter hierarchy * editing upper bound notebook so that headers don't interfere with the doc structure * some eidts to the GPR docstring and call signature * imrpving kernel docstrings * improving SGPR call signature * simplifying use of abc.abstractmethod * reinstating a very important period * Update gpflow/kernels.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * improvements for kernel docstrings * typo fix in gpflow/models/gpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * typo fix in gpflow/models/sgpr.py Co-Authored-By: jameshensman <james.hensman@gmail.com> * more kernel docstring improvements * Added module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members * Fixed minor typos in the docs * improving TOC by setting trtee depth to 2 * some copyright edits * Moved documentation from .rst to module level documentation * including missing argument in SGPR init * Added mean function module level documentation, changed to unicode from LaTeX for readability in code 28 January 2019, 17:13:41 UTC
7e55422 Typo "NOSET" -> "NOTSET" in gpflowrc (#911) The available Python logging levels are as written now in the file: https://docs.python.org/3/library/logging.html#levels 28 January 2019, 16:32:15 UTC
f78ade1 Privatize core methods (#908) * remove deprecated full_name (replaced by pathname) * rename a bunch of core methods to be private to clean up API docs 28 January 2019, 15:17:56 UTC
ba8b7a5 Update README to include local compilation of docs (#904) * Update README to include instructions for local compilation of docs 28 January 2019, 14:56:28 UTC
2696407 fix models maths documentation (#905) (#909) Some docstrings had \\ for LaTeX maths commands but had a r at the start, so they were escaped too much. One docstring was missing the r but had some single-\. Fixes those. 28 January 2019, 14:49:34 UTC
cc5693c Hotfix fully_correlated_conditional (#899) 09 January 2019, 17:25:24 UTC
57f4c14 Change github issue templates. 06 January 2019, 00:57:33 UTC
c43d3f5 Issue templates 06 January 2019, 00:46:41 UTC
d8fc9c1 CircleCI config. Add version to workflow 23 December 2018, 00:02:46 UTC
880c35d CircleCI status badge 22 December 2018, 23:49:51 UTC
27ff38c Add names to run commands for circleci 22 December 2018, 16:38:02 UTC
d5be4ee CircleCI instead of TravisCI (#892) 21 December 2018, 13:15:28 UTC
7f0cac1 Configure travis to work with jobs (#888) 03 December 2018, 00:36:05 UTC
856193d Travis configuration. Remove pip -y option 02 December 2018, 08:53:44 UTC
132a194 Create conda env with yes option 02 December 2018, 08:43:29 UTC
44090f2 PIP install with auto yes 02 December 2018, 08:28:13 UTC
0bc4b16 Travis configuration (#887) 02 December 2018, 00:50:29 UTC
fdb8efb Support TensorFlow 1.12 (#877) 28 November 2018, 19:37:13 UTC
18fa159 Debug Travis 24 November 2018, 22:56:31 UTC
0ab60c3 Debug Travis 24 November 2018, 22:42:05 UTC
66f5287 Remove printing in travis.sh 24 November 2018, 12:12:08 UTC
62132f8 Print travis information 24 November 2018, 12:05:14 UTC
6b4a3ab Add travis script 24 November 2018, 00:21:56 UTC
84abb1d Merge branch 'develop' of github.com:GPflow/GPflow into develop 23 November 2018, 16:43:51 UTC
5616e65 Travis script (#884) * Travis script for running notebook tests only in develop and master branches. 23 November 2018, 14:11:08 UTC
cada28a Merge branch 'develop' of github.com:GPflow/GPflow into develop 22 November 2018, 17:43:22 UTC
14423f0 Compute SGPR qu's autoflow method (#879) 14 November 2018, 20:53:23 UTC
9562b9b Merge branch 'develop' of github.com:GPflow/GPflow into develop 14 November 2018, 14:20:40 UTC
abd8587 Remove `.fixed` property from Parameter class. (#873) 06 November 2018, 14:03:46 UTC
0c3e151 Resolve merge conflict. 19 October 2018, 16:42:59 UTC
703ccb1 Merge branch 'develop' of github.com:GPflow/GPflow into develop 19 October 2018, 16:42:14 UTC
fe82d3f Release version 1.3.0 (#870) 19 October 2018, 16:38:49 UTC
377ff5f Merge branch 'develop' of github.com:GPflow/GPflow into develop 19 October 2018, 16:05:12 UTC
9587e10 Change release version to 1.3.0 19 October 2018, 15:32:02 UTC
80f6d6f Release v1.3.0 (#869) 19 October 2018, 13:20:05 UTC
63975b1 Release notes 1.3.0 (#868) 19 October 2018, 12:44:17 UTC
120b128 Update RELEASE.md 19 October 2018, 11:05:23 UTC
back to top