https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
f4ce067 Merge pull request #496 from GPflow/artemav/release-update Release 0.4.0 message update 30 August 2017, 11:28:47 UTC
f7d7ce5 Release 0.4.0 message update 30 August 2017, 08:20:13 UTC
52294c4 Merge pull request #471 from GPflow/artemav/session-graph-assign External TensorFlow Session and Graph control 30 August 2017, 07:55:47 UTC
c2e88ee Merge pull request #495 from GPflow/version-update Version was inconsistent with RELEASE.md 30 August 2017, 07:55:11 UTC
e7c9901 Indentation error 30 August 2017, 06:10:08 UTC
bbb7a68 Post-up-to-date fix for some unforeseen bugs. 29 August 2017, 23:18:54 UTC
81758f7 Up-to-date with master changes. 29 August 2017, 23:01:17 UTC
fe3abdc Version was inconsistent with RELEASE.md 29 August 2017, 16:38:41 UTC
91aa588 Update contributing.md (#493) 29 August 2017, 15:59:07 UTC
b69f71d GPflow python package name doesn't follow PEP8 (#477) * First part of renaming (w/o docs) * Second part of renaming (includes docs) * Third part of renaming (GPflow => gpflow) * Rename 'import GPflow' in notebooks * Revert back GPflow copyright headers * Fix project name in Manifest.in * Rebase with master * Resolving conflicts in tests. * Change release version. 29 August 2017, 13:16:41 UTC
760ed24 Likelihood dimension fixes (#441) * half way through pos def forcing * likelihood checks * added likelihood tests * uncommented vec_to_tri * tidying the tests a little * added check inside model * fixed test with exponential likelihood * fixed multiclass notebook * fixed ordinal notebook * fixed ordinal notebook again * changed benoulli check to warn * re-ran ordinal notebook with float Y * tidy and improve coverage 22 August 2017, 14:00:04 UTC
d3fd05e Remove TF import in setup.py (#488) * TF no longer imported in setup, and update on installation instructions * Update readme to indicate unreliability of pip to get GPU tensorflow working * Adding tensorflow as dependency if importing it fails (account for installed tensorflow-gpu). 18 August 2017, 09:01:34 UTC
621a090 Debugging python notebook error at codeship 17 August 2017, 14:30:02 UTC
8dadaed Dummy commit 17 August 2017, 10:54:04 UTC
6bbb06a Rebase with master 17 August 2017, 08:35:36 UTC
2bfd4c0 Code coverage review 17 August 2017, 08:32:47 UTC
9d7e507 Increase code coverage 17 August 2017, 08:32:46 UTC
050bb5f Travis file. Return full test pipeline via nosetests 17 August 2017, 08:32:46 UTC
5ab29fe Fixing some bugs in tests introduced during convertion 17 August 2017, 08:32:46 UTC
12f714f Testing milstone. Switching to tensorflow TestCase 17 August 2017, 08:32:46 UTC
804ad81 Travis configuration. Only one test file. 17 August 2017, 08:32:46 UTC
405120a Travis configuration 17 August 2017, 08:32:46 UTC
f990d46 Experiments with tensorflow.TestCase 17 August 2017, 08:32:45 UTC
c4a0a69 Use default session 17 August 2017, 08:32:45 UTC
efbf657 Clear logic of passing parameters to autoflow function 17 August 2017, 08:32:45 UTC
3618187 Speedup test execution. Get rid of tensorflow memory deallocation issue. 17 August 2017, 08:32:37 UTC
c0c11dc Text model bug fix 17 August 2017, 08:31:08 UTC
c6e9ff9 Session and Model tests 17 August 2017, 08:31:08 UTC
85a1b27 Autoflow tests 17 August 2017, 08:31:08 UTC
e4c4340 Add model read-only session property 17 August 2017, 08:31:08 UTC
13231cb Post testing changes. Fixing minor bugs 17 August 2017, 08:31:07 UTC
3384b4f Return old name for build_predict function's parameter 17 August 2017, 08:31:07 UTC
f62b1b1 Correct gradient unfolding 17 August 2017, 08:31:07 UTC
22f6df6 Trace filename 17 August 2017, 08:31:07 UTC
a1a3a6a Session and graph parameters for Model and AutoFlow 17 August 2017, 08:31:07 UTC
3065dee Remove pandas (#486) * Remove pandas dependency * Move pandas to extras_require 16 August 2017, 09:00:37 UTC
dfe4674 Remove old references to tf_ops. (#485) 15 August 2017, 22:29:56 UTC
70c1153 List projects using GPflow on main page (#468) * list projects * improved readme table 15 August 2017, 14:39:27 UTC
81bea17 Fix GPLVM for GPU/float32 (#465) * float32 fix * fix bug #467 15 August 2017, 13:52:31 UTC
3dbc5ae Clarify TF version (#484) 15 August 2017, 12:34:14 UTC
bcc3412 Added elaboration on how to contribute. (#483) 15 August 2017, 11:36:34 UTC
5e47910 Param reshape (#482) * fix reshape issue in Param's get_samples_df * change get_samples_df to reshape according to free_state_shape * add free_state_shape methods to transforms * refactor LowerTriangular to be slightly more readable * undo changes and assume input to forward is always a vector * undo adding free_state_shape methods to transforms 15 August 2017, 09:21:49 UTC
84168d5 Merge pull request #413 from GPflow/betaprior Beta prior 15 August 2017, 08:45:32 UTC
03af391 Merge branch 'master' into betaprior 14 August 2017, 16:30:12 UTC
dc4b56b Merge pull request #464 from GPflow/binned-poisson adding binsize (and explanation) to Poisson likelihood 04 August 2017, 17:48:58 UTC
0e58dcc adding binsize and explanation to Poisson likelihood 03 August 2017, 07:47:23 UTC
47e8c17 Merge pull request #455 from GPflow/meanfunction_argument_fix Avoid recompilation when creating new model instances 21 July 2017, 21:03:36 UTC
0dabd87 Moving the check for mean_function None up to GPModel 21 July 2017, 19:09:25 UTC
302153b Removed unrequired copies from tests 21 July 2017, 18:25:13 UTC
3cdfa5e Avoid recompilation of model objects when objects of the same class are created (through shared constructor arguments), fixes #454 21 July 2017, 17:26:42 UTC
df4e0e2 Merge pull request #432 from GPflow/test_speeds Annotations added to tests to improve speed when run locally 17 July 2017, 09:19:18 UTC
631e05c Merge branch 'master' into test_speeds 13 July 2017, 14:36:28 UTC
d572ea3 Merge pull request #446 from GPflow/dtpc-fix-gpmc-compile Dtpc fix gpmc compile 12 July 2017, 20:57:50 UTC
bba4fd3 Merge branch 'master' into fix-gpmc-compile 12 July 2017, 19:55:16 UTC
b185159 Merge pull request #445 from GPflow/diag_changes changing all instances of diag(_part) to matrix_diag(_part) 12 July 2017, 19:19:13 UTC
e8436ca changing all instances of diag(_part) to matrix_diag(_part) 12 July 2017, 18:52:07 UTC
086bd63 Merge pull request #443 from GPflow/paper_ref_jmlr Update bibtex for GPflow paper. 11 July 2017, 18:28:04 UTC
5be3a4a Update bibtex for GPflow paper. 11 July 2017, 15:25:00 UTC
9da7c7c Merge pull request #440 from GPflow/native_tf_triang TensorFlow implementation of LowerTriangular Transform. 09 July 2017, 20:12:07 UTC
6f2ede0 Version 0.3.8 06 July 2017, 09:13:29 UTC
ad8c024 Updating doc string. 06 July 2017, 09:13:06 UTC
002ce74 Merge branch 'master' into fix-gpmc-compile 06 July 2017, 04:33:23 UTC
f2a4b29 Merge branch 'master' into test_speeds 05 July 2017, 10:10:53 UTC
ae11db5 Native TensorFlow LowerTriangular transform. 04 July 2017, 15:51:25 UTC
bbe0c13 Merge pull request #433 from GPflow/hughsalimbeni-vgp_as_svgp Hughsalimbeni vgp as svgp 30 June 2017, 11:15:27 UTC
f278102 Add tf_optimize test for GPMC 24 June 2017, 09:46:41 UTC
089c99e Merge branch 'master' into hughsalimbeni-vgp_as_svgp 23 June 2017, 09:52:33 UTC
35e0777 Merge pull request #436 from GPflow/st---master ST-- doc fixes 23 June 2017, 09:50:23 UTC
c496b54 version bump 23 June 2017, 09:45:09 UTC
d55d166 Fix gpmc _compile() to support optimiser and return `opt_step` 23 June 2017, 01:31:03 UTC
735b163 Merge branch 'master' into st---master 22 June 2017, 13:31:19 UTC
4a03c37 adding matplotlib to the travis environment, so that the notebooks can run. 22 June 2017, 11:05:09 UTC
1fb8849 typo 22 June 2017, 08:35:08 UTC
fa94c7d improved merge 22 June 2017, 08:33:24 UTC
e93d5b0 blacklisting regression notebook (MCMC takes times out) 21 June 2017, 17:42:51 UTC
99ebf90 merging 21 June 2017, 17:31:45 UTC
cdd982d Merge branch 'vgp_as_svgp' of https://github.com/hughsalimbeni/GPflow into vgp_as_svgp 21 June 2017, 16:12:03 UTC
e85417a add test for recompile. tidy whitespace 21 June 2017, 16:11:17 UTC
754effd Merge branch 'master' into vgp_as_svgp 21 June 2017, 14:15:50 UTC
6dac113 adding matplotlib to tests_require 21 June 2017, 14:13:51 UTC
d8b1ce7 notesbook tests now marked as slow 21 June 2017, 12:52:55 UTC
e01c6ed Merge branch 'test_speeds' of github.com:GPflow/GPflow into test_speeds 21 June 2017, 12:51:16 UTC
dbf3e7f fising relative path bug in test_bnotebooks the test_notebooks script worked only when run from the tttesting duirectoy. This commit should fix that 21 June 2017, 12:50:33 UTC
6767380 Merge branch 'master' into test_speeds 21 June 2017, 12:38:25 UTC
bb9212f Merge branch 'master' into hughsalimbeni-vgp_as_svgp 21 June 2017, 07:58:19 UTC
73fa52a Merge pull request #417 from GPflow/reproducibleorder Fix parameter ordering so that it's consistent across sessions. 20 June 2017, 16:27:06 UTC
800fea1 whitesopace improvements 20 June 2017, 14:28:08 UTC
d239416 Merge branch 'master' of https://github.com/st--/GPflow into test_speeds 20 June 2017, 13:07:40 UTC
d2de9bc adding a note about skuipping slow tests to contributing.md 20 June 2017, 13:00:08 UTC
70d8829 adding 'slow' annotations to some tests (> 3 seconds) 20 June 2017, 12:57:29 UTC
79a1e7f Code documentation fixes 20 June 2017, 09:26:11 UTC
702643e include opper archambeau and tests 19 June 2017, 16:41:45 UTC
55188f2 rewrite vgp with explict parameterisation of q_sqrt 19 June 2017, 14:55:05 UTC
455de2c updated version number to 0.3.6 08 June 2017, 19:13:20 UTC
9aa88a6 Merge branch 'master' into reproducibleorder 08 June 2017, 10:01:38 UTC
f44bc7d Merge pull request #425 from st--/add_wraps add @wraps to NameScoped decorator 08 June 2017, 09:09:38 UTC
2e3c021 add @wraps to NameScoped decorator 07 June 2017, 13:47:57 UTC
e515cd4 Merge branch 'master' into reproducibleorder 05 June 2017, 16:23:36 UTC
11d41d2 Merge pull request #419 from GPflow/rescale-transform Rescale transform 05 June 2017, 12:08:13 UTC
6e6aee3 addinf docstrings to transforms.py 05 June 2017, 11:10:01 UTC
back to top