https://github.com/GPflow/GPflow
Name Target Message Date
refs/heads/va/additive_models 816a41f update models and parse 02 February 2020, 21:14:05 UTC
refs/heads/va/gpf/conditional_kernel fac31a7 refactoring + add tests 20 January 2020, 14:01:08 UTC
refs/heads/va/gpf/seeger_lik 2fa87ed seeger demo 23 June 2020, 19:55:46 UTC
refs/heads/va/h 332b50d updating mcmc notebook 18 February 2019, 16:24:13 UTC
refs/heads/vdutor/multiple-output-gps 6bc5734 a first mixedmok test (#706) * a first mixedmok test 16 April 2018, 14:55:16 UTC
refs/heads/vincent/add-shared-mixed-mok 71eadd1 Start Shared Mixed Mok Progress 20 December 2018, 11:40:38 UTC
refs/heads/vincent/cholesky-to-kl 64a52dd Add unit test 15 February 2019, 10:47:07 UTC
refs/heads/vincent/hotfix/preslicing-lmc d843d1a Merge branch 'develop' into vincent/hotfix/preslicing-lmc 04 June 2020, 14:25:58 UTC
refs/heads/vincent/hotfix/save-keras-model fb86ce3 Monkey patching tf variables in parameter 06 May 2020, 12:48:56 UTC
refs/heads/vincent/introspect-conditional 33d12c5 Merge branch 'awav/gpflow-2.0' into vincent/introspect-conditional 01 October 2019, 09:30:07 UTC
refs/heads/vincent/more-predict-functions d3ef1f9 more predict functions 15 March 2019, 15:59:59 UTC
refs/heads/vincent/nbviewer 79b99e7 Update readme - added nbviewer 04 February 2019, 16:01:34 UTC
refs/heads/vincent/quickfix/dynamic-shapes-quadrature b22f50a Merge branch 'develop' into vincent/quickfix/dynamic-shapes-quadrature 12 January 2021, 12:39:23 UTC
refs/heads/vincent/shared-mixed-mok 7fd2fee Merge branch 'develop' of https://github.com/GPflow/GPflow into vincent/shared-mixed-mok 02 October 2018, 19:21:24 UTC
refs/heads/vincent/st/heteroscedastic df64611 black 15 September 2020, 15:23:34 UTC
refs/heads/vincent/st/multi-output-likelihoods e24fd81 Start multioutput likelihood 10 September 2020, 15:35:12 UTC
refs/heads/vincent/update-readme a0c7c11 Update readme with new project using GPflow 10 July 2020, 14:11:11 UTC
refs/heads/whitening cebac77 Updating to use of jittered cholesky. 15 November 2016, 13:24:55 UTC
refs/tags/0.2.1 1076e47 Fixes #161 (#164) * Fixes #161 * pep8ified test_likelihoods 15 August 2016, 11:10:45 UTC
refs/tags/0.3.1 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
refs/tags/0.3.2 b811d4f Merge pull request #238 from GPflow/versionupdate3.2 Versionupdate3.2 24 October 2016, 14:39:04 UTC
refs/tags/0.3.3 512007d v0.3.3 paper submission. (#243) 27 October 2016, 15:06:06 UTC
refs/tags/0.3.4 2a755d5 Incrementing minor version number to 0.3.4 (#262) * Incrementing minor version number. * Correcting typo. 04 November 2016, 14:23:00 UTC
refs/tags/0.3.5 b13937d Changes for tf0.12 (#307) * Changes for tf0.12. * Modified tests as well, updated readme & version. * Update .travis.yml 11 January 2017, 09:06:53 UTC
refs/tags/0.4.0 f4ce067 Merge pull request #496 from GPflow/artemav/release-update Release 0.4.0 message update 30 August 2017, 11:28:47 UTC
refs/tags/0.5.0 ce5ad7e Merge pull request #546 from GPflow/release/0.5 updates for release 0.5 11 November 2017, 18:24:39 UTC
refs/tags/1.0.0 a382def Merge pull request #547 from GPflow/GPflow-1.0-RC GPflow 1.0 Release 11 November 2017, 21:54:43 UTC
refs/tags/1.1.0 8a412f6 Merge pull request #713 from GPflow/awav/github-templates GitHub PR and issue templates. 12 April 2018, 10:05:11 UTC
refs/tags/1.1.1 2fb4b6d Merge pull request #723 from GPflow/awav/fix-pytest-import Pytest used by test_util module 17 April 2018, 14:24:05 UTC
refs/tags/2.0.0-rc1 78238bd Prepare release 2.0.0-rc1 (#1153) 14 November 2019, 15:23:18 UTC
refs/tags/v1.4.1 125846f Bump version to fix PyPI package 17 June 2019, 22:30:41 UTC
refs/tags/v1.5.0 44989ec Release 1.5.0 (#1020) 13 August 2019, 21:55:51 UTC
refs/tags/v1.5.1 03af631 Resolve merge conflicts from develop 03 November 2019, 22:18:47 UTC
refs/tags/v2.0.0 47e788a Release 2.0.0 (#1396) 31 March 2020, 13:19:27 UTC
refs/tags/v2.0.1 2358539 Release 2.0.1 (#1436) Release notes: - Improve structure of likelihoods subdirectory (#1416) - Update README.md (#1401) and GPflow 2 upgrade guide (#1414) - Improved handling of invalid values for constrained Parameters (#1408) - Improvements on types/function annotations (#1406, #1420) - Documentation improvements (metalearning with GPs: #1382, coregionalization notebook: #1402, MCMC notebook: #1410, intro to gpflow with tensorflow 2: #1413) - Minor documentation fixes (#1429, #1430, #1433) - Fix: move matplotlib import inside ImageToTensorBoard (#1399) - Fix: tf.function compilation of ndiagquad (#1418) - Fix: cache tensorboard file writers and re-use them (#1424) 15 April 2020, 12:19:00 UTC
refs/tags/v2.0.2 5e599fb Release 2.0.2 (#1459) * add long_description and project_urls to setup.py (#1438) * add type hints for probability distributions (#1421) * remove comment (#1441) * Use a type alias in the fnction signature of leading_transpose (#1442) * refactor natgrads to be more efficient (#1443) * Fix dimensions of kernel evaluation of changepoint kernel (#1446) * Removed unusued imports. (#1450) * Improve representation of GPflow objects in IPython/Jupyter notebook (#1453) * includes the repr() string in IPython/Jupyter notebook representation as well (i.e. fully-qualified class name and object hash (memory address), which helps distinguish objects from each other) * only displays the parameter table when it is not empty * makes use of default_summary_fmt() for IPython shell * Convert data structures to tensor in model init method (#1452) * Use a boolean for full covariance in sample_mvn. (#1448) * #1452 for GPMC model (#1458) * release candidate v2.0.2 (#1457) Co-authored-by: st-- <st--@users.noreply.github.com> Co-authored-by: joelberkeley-pio <joel.berkeley@prowler.io> Co-authored-by: John Mcleod <43960404+johnamcleod@users.noreply.github.com> Co-authored-by: Mark van der Wilk <markvanderw@gmail.com> Co-authored-by: Artem Artemev <art.art.v@gmail.com> 07 May 2020, 15:01:50 UTC
refs/tags/v2.0.3 b83f124 Merge branch 'develop' 13 May 2020, 07:49:01 UTC
refs/tags/v2.0.4 435a7ff Merge pull request #1481 from GPflow/develop Release 2.0.4 20 May 2020, 13:59:30 UTC
refs/tags/v2.0.5 31dbbe5 Merge pull request #1506 from GPflow/develop Release 2.0.5 11 June 2020, 14:37:47 UTC
refs/tags/v2.1.0 f3c5110 Release 2.1.0 (#1552) * Update pull request template (#1510) Clarify template to make it easier for contributors to fill in relevant information. * Temporary workaround for tensorflow_probability dependency issue (#1522) * pin cloudpickle==1.3.0 as temporary workaround for tensorflow/probability#991 to unblock our build (to be reverted once fixed upstream) * Update readme with new project using GPflow (#1530) * fix bug in varying_noise notebook (#1526) * Fix formatting in docs (intro.md) and restore link removed by #1498 (#1520) * pin tensorflow<2.3 tensorflow-probability<0.11 (#1537) * Quadrature Refactoring (#1505) * WIP: quadrature refactoring * Removing old ndiagquad code * deleted test code * formatting and type-hint * merge modules * black formatting * formatting * solving failing tests * fixing failing tests * fixes * adapting tests for new syntax, keeping numerical behavior * black formatting * remove printf * changed code for compiled tf compatibility * black * restored to original version * undoing changes * renaming * renaming * renaming * reshape kwargs * quadrature along axis=-2, simplified broadcasting * black * docs * docs * helper function * docstrings and typing * added new and old quadrature equivalence tests * black * Removing comments Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * Typo Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * notation Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * reshape_Z_dZ return docstring fix * FIX: quad_old computed with the ndiagquad_old Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * more readable implementation Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * tf.ensure_shape added * removed ndiagquad * removed ndiagquad * Revert "removed ndiagquad" This reverts commit 7bb0e9f1e0f2b0e225a2b8a5b3092c4c2f24ba91. * FIX: shape checking of dZ * Revert "removed ndiagquad" This reverts commit 8e235241a697696e361158c30ff9aa9b4cc69f8a. Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com> Co-authored-by: ST John <st@prowler.io> Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * Add base_conditional_with_lm function (#1528) * Added base_conditional_with_lm function, which accepts Lm instead of Kmm Co-authored-by: Neil Ferguson <neil@prowler.io> Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> Co-authored-by: st-- <st--@users.noreply.github.com> * Fixed separate_independent_conditional to correctly handle q_sqrt=None. (#1533) * Fixed separate_independent_conditional to correctly handle q_sqrt=None. Co-authored-by: Aidan Scannell <scannell.aidan@gmail.com> Co-authored-by: st-- <st--@users.noreply.github.com> * Bump version numbers to 2.1.0. (#1544) * Re-introduce pytest-xdist (#1541) Enables pytest-xdist for locally running tests (`make test`) on multiple cores in parallel. * check dependency versions are valid on CI (#1536) * Update to not use custom image (#1545) * Update to not use custom image * Add test requirements * Update parameter to be savable (#1518) * Fix for quadrature failure mode when autograph was set to False (#1548) * Fix and test * Change shape of quadrature tensors for better broadcasting (#1542) * using the first dimension to hold the quadrature summation * adapting ndiagquad wrapper * Changed bf for bX in docstrings Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com> Co-authored-by: st-- <st--@users.noreply.github.com> Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * Update min TFP supported version to 0.10 (#1551) * Broadcasting constant and zero mean function (#1550) * Broadcasting constant and zero mean function * Use rank instead of ndim Co-authored-by: st-- <st--@users.noreply.github.com> Co-authored-by: joelberkeley-pio <joel.berkeley@prowler.io> Co-authored-by: gustavocmv <47801305+gustavocmv@users.noreply.github.com> Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com> Co-authored-by: ST John <st@prowler.io> Co-authored-by: Neil Ferguson <nfergu@users.noreply.github.com> Co-authored-by: Neil Ferguson <neil@prowler.io> Co-authored-by: Aidan Scannell <as12528@my.bristol.ac.uk> Co-authored-by: Aidan Scannell <scannell.aidan@gmail.com> Co-authored-by: Sandeep Tailor <s.tailor@insysion.net> Co-authored-by: Artem Artemev <art.art.v@gmail.com> 27 August 2020, 11:22:49 UTC
refs/tags/v2.1.1 b819db3 Merge pull request #1565 from GPflow/develop Release 2.1.1 develop -> master 14 September 2020, 17:03:08 UTC
refs/tags/v2.1.2 aa875b1 Merge pull request #1576 from GPflow/develop Release 2.1.2 30 September 2020, 17:12:47 UTC
refs/tags/v2.1.3 6f7f0d8 Merge pull request #1593 from GPflow/develop Release 2.1.3 07 October 2020, 15:58:01 UTC
refs/tags/v2.1.4 ff4bb90 Release 2.1.4 (#1613) * Replace len(inducing_variable) with inducing_variable.num inducing property (#1594). Adds support for inducing variables with dynamically changing shape. Change usage from `len(inducing_variable)` to `inducing_variable.num_inducing` instead. Resolves #1578. * HeteroskedasticTFPConditional should construct tensors at class-construction, not at module-import time (#1598) 01 December 2020, 12:56:56 UTC
refs/tags/v2.1.5 b5855ba Merge pull request #1668 from GPflow/develop Release 2.1.5 15 April 2021, 15:59:36 UTC
refs/tags/v2.2.0 a964149 Merge pull request #1677 from GPflow/develop Release 2.2.0 27 April 2021, 17:46:42 UTC
refs/tags/v2.2.1 6aab4fb Bugfix for new Posterior object with PrecomputeCacheType.VARIABLE (#1678) (#1679) Co-authored-by: st-- <st--@users.noreply.github.com> 29 April 2021, 14:32:44 UTC
refs/tags/v2.3.0 3f4604b Merge pull request #1717 from GPflow/develop Release 2.3.0 26 October 2021, 09:28:09 UTC
back to top