https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
2a755d5 Incrementing minor version number to 0.3.4 (#262) * Incrementing minor version number. * Correcting typo. 04 November 2016, 14:23:00 UTC
7ee159d Merge pull request #261 from GPflow/autoflow-fix Autoflow fix 04 November 2016, 13:38:14 UTC
bbb0c6c Merge branch 'master' into autoflow-fix 04 November 2016, 10:37:08 UTC
dd4727f Better deduction of `input_dim` for `kernels.Combination` (#258) * Better deduction of `input_dim` for `kernels.Combination`. * Fix small off-by-one-error k.active_dims contain indices, and we want number of columns. 04 November 2016, 08:24:25 UTC
7bdb7f8 minor edits to tests for new update_feed_dict functionality 03 November 2016, 22:09:07 UTC
834290e small change to the order of operations 03 November 2016, 21:04:50 UTC
7cacea5 Merge branch 'autoflow-fix' of github.com:gpflow/GPflow into autoflow-fix 03 November 2016, 21:00:43 UTC
5eea975 minor bugfix 03 November 2016, 21:00:32 UTC
a69f023 Merge branch 'master' into autoflow-fix 03 November 2016, 20:55:13 UTC
597eb6e changes to the get_feed_dict mechanism 03 November 2016, 20:49:45 UTC
d7dc9e8 aadint test to cover bad AutoFlow computations 03 November 2016, 20:11:06 UTC
377a45b Updates to readme file. (#259) 03 November 2016, 20:01:20 UTC
8e1d014 Correcting a typo in readme. (#255) 03 November 2016, 11:39:45 UTC
55e5bbe Updating list of contributors (#254) * Updating list of contributors. * Adding Ivo. 03 November 2016, 11:18:05 UTC
d5addce active_dims fix in Kdiag (#253) * Linear and Polynomial kernels did not respect active_dims properly in Kdiag. - Added slice call to Linear.Kdiag - Fixed TestSlice to test more kernels. - Fxied TestSlice to have the correct inputdim. * Fixed `input_dim` in `test_kerns.py`. Added assertion. 02 November 2016, 12:33:01 UTC
f66dda5 improvements to doctring of kernels regarding slices (#252) 01 November 2016, 12:03:52 UTC
4311448 improvements to setup.py (#251) 01 November 2016, 11:07:32 UTC
94a756d make sure log jacobian is computed even for fixed variables (#248) 01 November 2016, 10:47:26 UTC
97bda5a Fix matpackops compilation with gcc 6 (#222) 31 October 2016, 18:06:06 UTC
b8b91e0 Merge pull request #239 from GPflow/graphing Graphing 31 October 2016, 09:54:39 UTC
70eae34 Merge branch 'master' into graphing 28 October 2016, 15:58:02 UTC
b89794d Merge pull request #245 from GPflow/version_fix fixing tf version in setup.py 28 October 2016, 13:09:15 UTC
23bc64c fixing tf version in setup.py 28 October 2016, 12:51:29 UTC
bbd58e5 Merge branch 'master' into graphing 27 October 2016, 15:20:42 UTC
512007d v0.3.3 paper submission. (#243) 27 October 2016, 15:06:06 UTC
66508ff Merge pull request #242 from GPflow/doc_update updating tf version in docs_require 27 October 2016, 14:44:28 UTC
3fd0fcf Merge branch 'master' into doc_update 27 October 2016, 14:28:45 UTC
fbde5b3 Adding Apache license to all testing files. (#240) 27 October 2016, 14:27:26 UTC
ee85279 Merge pull request #241 from GPflow/tidy_notebooks tidying notebook files 27 October 2016, 14:12:57 UTC
d3f62da updating tf version in docs_require 27 October 2016, 14:09:03 UTC
12d2c80 moving notebooks around 27 October 2016, 14:00:00 UTC
5c523ec small fixes to scope tests 26 October 2016, 21:56:37 UTC
f08193d fixes in test_variational 26 October 2016, 21:24:07 UTC
e5b4571 fixing build_prior_KL test 26 October 2016, 21:15:26 UTC
cf4b659 pep8ifying test_variational 26 October 2016, 21:03:30 UTC
27addff improvements to model picklability 26 October 2016, 20:27:16 UTC
a6b6b42 model.py: make _objective functn on its own graph 26 October 2016, 20:15:35 UTC
5a2ea6e some small changes to get placeholders off the default graph 26 October 2016, 20:02:23 UTC
1ebcba3 simplification of Logistic transform 26 October 2016, 19:51:50 UTC
ef93b12 minor fixes in testDataHolder 26 October 2016, 19:26:32 UTC
4cef013 chanegs to the way fixed placeholder work Fixed variables are treated as placeholders. In this change, the placeholder is created on the call to make_tf_array, rather than at the moment that the fixed bool is set. This lets the placeholder be created inside the graph context. 26 October 2016, 19:15:26 UTC
f5b94dd Keep AutoFlow computations off the default graph The Autoflow function now makes its own graph for each autoflow in the model. Some extra tests in test_AutoFlow are added to make sure that it works with dataholders. The dataHolder class has changed a little: it's included in make_tf_array now, so that the placeholders can be made inside the Autoflow graph: before, all placeholders were on the default graph. 26 October 2016, 19:10:25 UTC
b811d4f Merge pull request #238 from GPflow/versionupdate3.2 Versionupdate3.2 24 October 2016, 14:39:04 UTC
6d4340a incrementing version number in docs 24 October 2016, 14:17:54 UTC
815f799 incrementing version number 24 October 2016, 14:17:15 UTC
f8568f0 Merge pull request #237 from GPflow/tf11 Tf11 24 October 2016, 14:06:11 UTC
aab0dc0 Merge branch 'tf11' of github.com:gpflow/GPflow into tf11 24 October 2016, 13:37:10 UTC
fac828a edits to travis file for tf11 24 October 2016, 13:37:03 UTC
2c99663 setup.py: adding pandas as requirement, updating to tf11rc1 24 October 2016, 12:24:29 UTC
35b07ef using tf 11 in readme 24 October 2016, 12:23:00 UTC
f6decf3 Merge branch 'master' into tf11 22 October 2016, 07:23:54 UTC
c51f17a Merge branch 'master' of github.com:gpflow/GPflow 22 October 2016, 07:23:42 UTC
b4b42a9 adding gpflowrc to the manifest file (#233) 22 October 2016, 07:23:17 UTC
c2dfd94 adding gpflowrc to the manifest file 21 October 2016, 14:39:20 UTC
e20a789 using tf11rc0 until the release of 0.11 21 October 2016, 14:38:23 UTC
9b5b5f4 Merge pull request #124 from GPflow/ordinal Likelihood for Ordinal regression 16 October 2016, 19:41:11 UTC
51308f9 slight change to logic in tests 16 October 2016, 15:31:16 UTC
9e8e6cf slightly tidier likelihood tests 16 October 2016, 14:48:40 UTC
c51dead minor fixes for ordinal notebook, ggplot style after inline, typos 16 October 2016, 10:01:45 UTC
cea36c1 manual merge 16 October 2016, 09:54:57 UTC
957742a Merge branch 'master' into ordinal 16 October 2016, 09:16:23 UTC
6af7095 Fix links to the example notebooks (#221) 10 October 2016, 09:21:20 UTC
3778ae9 Update README.md (#218) 04 October 2016, 08:07:13 UTC
46e9318 Added return statements in vgp._compile(). (#219) 03 October 2016, 14:32:02 UTC
01c6e27 Fixes for TF 0.11 (#217) * Fixed some batch_ methods for TF 0.11 * The Tensor ops class has moved in TF 0.11 03 October 2016, 12:57:15 UTC
37a4bd5 small changes for tf11 03 October 2016, 08:54:00 UTC
c5044d4 trivial merge 26 September 2016, 08:59:43 UTC
f6d57d0 Added polynomial kernel (#214) * Added polynomial kernel. * Test coverage and Kdiag added. 22 September 2016, 21:27:33 UTC
60d2f59 Merge pull request #185 from GPflow/float_types Float types 16 September 2016, 11:46:07 UTC
d3d298d Merge branch 'master' into float_types 16 September 2016, 09:51:49 UTC
a08d57b adding test to cover dtypes in data hiolders 16 September 2016, 09:50:32 UTC
13ca1bb Merge pull request #212 from GPflow/docs_update editing docs_require to let readthedocs.org compile 16 September 2016, 09:41:05 UTC
cc81d03 editing docs_require to let readthedocs.org compile 15 September 2016, 10:59:06 UTC
0483f82 Merge branch 'master' into float_types 15 September 2016, 09:07:01 UTC
9366830 Settings module now has ability to change during a run (#210) * Settings module now has ability to change during a run. * Compatibility with python2. * Re-fix python2 and python3. * Removed mutability property, added extra test for codecov. (This was a remnant of an earlier idea to make `GPflow.settings.` immutable, except for with a context manager. * Fixed assertion test. * Added explenation notebook. * adding settings notebook to official docs 15 September 2016, 07:52:36 UTC
b962494 small improvement to test_methods 14 September 2016, 08:49:12 UTC
d1ce7a8 imprtign data holder tests by fixing random seed 13 September 2016, 20:40:52 UTC
f7c1e17 test_likelihoods now passing with float32 13 September 2016, 20:27:32 UTC
166cd36 tests all pass with float64... 13 September 2016, 14:58:38 UTC
56a1068 improving test_likelihoods 13 September 2016, 14:53:05 UTC
c6cd154 simplifying test_dat_object 13 September 2016, 14:50:43 UTC
396eb48 mergin test_conditionals 13 September 2016, 14:48:00 UTC
9405bc9 lots of fixes after nasty merge 13 September 2016, 14:30:35 UTC
aff22a1 a nasty merge 12 September 2016, 16:32:21 UTC
b75ac86 tearing down interactive session when finished in testing (#208) 10 September 2016, 09:46:03 UTC
121b603 adding python3.5 status to readme (#207) 10 September 2016, 09:26:21 UTC
737dd7e Merge pull request #205 from GPflow/travis-py3 Travis py3 09 September 2016, 17:36:55 UTC
8fbbf69 Merge branch 'master' into travis-py3 09 September 2016, 16:41:47 UTC
2410cc0 travis using trusty 09 September 2016, 16:34:21 UTC
261564f travis.yml edits 09 September 2016, 16:28:49 UTC
2178e2c adding a travis.yml file 09 September 2016, 14:04:30 UTC
b08f306 Tf wraps (#198) * Renaming tf_hacks to tf_wraps * Changing tf_hacks to tf_wraps in code. * adding a tf_hacks file that raises deprecationwarnings * release notes * bumpng version on docs * importing tf_hacks, tf_wraps 09 September 2016, 10:59:46 UTC
61b0659 Verbosity flags for optimisation and compilation now used (#202) * Verbosity flags for optimisation and compilation now used. * Jitter level now read from config. * Exclude testing print statements * Added missed jitter levels. * bugfix in gpmc.py 09 September 2016, 10:42:54 UTC
9fbdec8 Merge pull request #191 from GPflow/config Config 09 September 2016, 09:03:11 UTC
e1eb94e minor improvements to config parsing 09 September 2016, 08:14:21 UTC
5c110da parser tests 09 September 2016, 08:06:22 UTC
f436f52 adding tests for config 08 September 2016, 20:37:20 UTC
16a6a63 Merge branch 'config' of github.com:gpflow/GPflow into config 08 September 2016, 16:38:18 UTC
f501cbe config tests 08 September 2016, 16:38:05 UTC
d088d91 rejigging settings.py to be easier to test 08 September 2016, 16:21:12 UTC
back to top