https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
2637e3c small fixes 10 December 2020, 15:32:13 UTC
79dfb5b new branch 10 December 2020, 14:55:11 UTC
60e19f8 bump version to 2.1.4 (#1612) 01 December 2020, 11:59:33 UTC
61fc327 list trieste as downstream project (#1611) * list trieste as downstream project Co-authored-by: Joel Berkeley <joel.berkeley@secondmind.ai> Co-authored-by: st-- <st--@users.noreply.github.com> 26 November 2020, 17:14:04 UTC
282d1cd HeteroskedasticTFPConditional should construct tensors at class-construction, not at module-import time (#1598) 15 October 2020, 17:54:23 UTC
8562503 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. 08 October 2020, 15:04:55 UTC
9f95d87 bump version to 2.1.3 (#1590) 07 October 2020, 12:01:42 UTC
cfd1830 Doc requirements update (#1592) * update doc requirements * update copyright 07 October 2020, 11:46:04 UTC
638c4ed Bugfix for independent_interdomain_conditional (#1583) Resolves #818 Co-authored-by: ST John <st@secondmind.ai> 07 October 2020, 10:07:35 UTC
39c8a76 enable trigger-docs-generation for master branch as well (#1580) Co-authored-by: ST John <st@secondmind.ai> 06 October 2020, 15:25:12 UTC
3baf368 Remove tiling workaround for lack of broadcasting in previous TensorFlow versions (#1585) We used to tile in gauss_kl() to work around TensorFlow's lack of broadcasting. Since TensorFlow 2.2, this is finally working, and this PR removes the tiling for TensorFlow>=2.2. Resolves #1321. Co-authored-by: ST John <st@secondmind.ai> 06 October 2020, 15:03:54 UTC
e248051 update intro_to_gpflow2 notebook to account for saved_model now working (#1586) Co-authored-by: ST John <st@secondmind.ai> Co-authored-by: Sandeep Tailor <s.tailor@insysion.net> 06 October 2020, 14:12:33 UTC
98f7997 fix broken API docs (#1587) * move Version check inside reset_cache_bijectors to not confuse Sphinx * revert non-working "projects: 7" line in bugs issue template * fix code-block type in intro.rst 06 October 2020, 13:30:52 UTC
8dc912e Fix notebook heading levels and add links (#1579) * fix heading levels * add cross-references 06 October 2020, 12:37:15 UTC
7d6a6da Update issue templates (#1581) * automatically add bugs to bug project board * disable blank issues Co-authored-by: ST John <st@secondmind.ai> 05 October 2020, 15:50:31 UTC
b74e19e Explicit NotImplementedError on predict_y/predict_log_density with full_(output_)cov=True (#1582) Closes #1569 Co-authored-by: ST John <st@secondmind.ai> 05 October 2020, 10:48:01 UTC
8e0744a bump version to 2.1.2 (#1575) 30 September 2020, 16:57:30 UTC
65a79e4 isort for consistent imports (#1572) * GPflow now includes an isort check in its CI build. Run with `make format` / `make format-check`. 30 September 2020, 16:42:05 UTC
d618fe5 Likelihood quadrature cleanup (#1571) * Global constant for num_gauss_hermite_points default * QuadratureLikelihood with dependency injection (in preparation for unifying with MonteCarloLikelihood) * ScalarLikelihood as QuadratureLikelihood subclass (with _quadrature_dim/_quadrature_log_prob/_quadrature_reduction) * HeteroskedasticTFPConditional: rename argument to `scale_transform` and remove undocumented scaling * DeprecationWarning for deprecated code 30 September 2020, 13:54:44 UTC
12395be fix BijectorCache workaround (#1574) Follow-up to #1553 29 September 2020, 15:17:18 UTC
0d3684b add packaging to dependencies; add 'import gpflow' check (#1568) 17 September 2020, 15:33:35 UTC
ad6e031 Multi Latent Likelihoods using new quadrature Likelihoods (#1559) * HeteroskedasticLikelihood base class draft * fixup * cleanup * cleanup heteroskedastic * multioutput likelihood WIP * Notebook exemplifying HeteroskedasticTFPDistribution usage (#1462) * fixes * typo fix; reshaping fix * notebook showing how to use HeteroskedasticTFPDistribution likelihood * converting to .pct.py format * removed .ipynb * better descriptions * black auto-formatting Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com> * note and bugfix * add comment * Adding heteroskedastic tests (#1508) These tests ensure that heteroskedastic likelihood with a constant variance, will give the same results as a Gaussian likelihood with the same variance. * testing * added QuadratureLikelihood to base, refactored ScalarLikelihood to use it * fix * using the first dimension to hold the quadrature summation * adapting ndiagquad wrapper * merged with gustavocmv/quadrature-change-shape * removed unecessary tf.init_scope * removed print and tf.print * removed print and tf.print * Type annotations Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> * Work * Fix test * Remove multioutput from PR * Fix notebook * Add student t test * More tests * Copyright * Removed NDiagGHQuadratureLikelihood class in favor of non-abstract QuadratureLikelihood * _set_latent_and_observation_dimension_eagerly * n_gh ---> num_gauss_hermite_points * removed NDiagGHQuadratureLikelihood from test * black * bugfix * removing NDiagGHQuadratureLikelihood from test * fixed bad commenting * black * refactoring scalar likelihood * adding dtype casts to quadrature * black * small merging fixes * DONE: swap n_gh for num_gauss_hermite_points * black Co-authored-by: ST John <st@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-- <st--@users.noreply.github.com> Co-authored-by: joshuacoales-pio <47976939+joshuacoales-pio@users.noreply.github.com> 15 September 2020, 15:37:25 UTC
799b659 Scalar Likelihood Refactoring (#1566) * refactoring scalar likelihood * adding dtype casts to quadrature * black Co-authored-by: Gustavo Carvalho <gustavo.carvalho@delfosim.com> Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> 15 September 2020, 12:36:38 UTC
0336b27 Merge pull request #1564 from GPflow/st/remerge_master_210 Merge master back into develop 14 September 2020, 17:00:04 UTC
d51c487 Merge branch 'develop' into st/remerge_master_210 14 September 2020, 16:39:27 UTC
234a734 Merge remote-tracking branch 'origin/master' into st/remerge_master_210 14 September 2020, 16:38:41 UTC
5c49580 bump version to 2.1.1 (#1562) 14 September 2020, 16:33:55 UTC
67e583c Fix SGPR upper bound for non zero mean functions (#1560) 10 September 2020, 13:41:58 UTC
a0df00c add license text to all gpflow submodules (#1480) Adds Copyright notice and Apache license text (short form) to the preamble of all python files underneath gpflow/. Also unifies the copyright notice to simply state "The GPflow Contributors" to simplify maintenance of the copyright notices (this does not affect who holds copyright). 10 September 2020, 11:45:58 UTC
7b2a0c8 Fixes for tf 2.3 / tfp 0.11.0 compatiblity (#1553) * tensorflow_probability has been changing internals around their caching; here we update the cache-clearing for our deepcopy so that it works both for tensorflow_probability < 0.11.0, == 0.11.0 (with a workaround for the bug contained therein), and > 0.11.0 (in their master branch they fixed the bug and changed internals again) * revert pinning of tf/tfp, numpy, scipy; rely on `pip --use-feature=2020-resolver` * pin black==19.10b0 as the 20.8b0 upgrade changes formatting a lot * disable test broken by tensorflow 2.3 Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com> 08 September 2020, 15:44:27 UTC
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
5a945d6 Broadcasting constant and zero mean function (#1550) * Broadcasting constant and zero mean function * Use rank instead of ndim 27 August 2020, 11:07:08 UTC
903b60d Update min TFP supported version to 0.10 (#1551) 27 August 2020, 10:50:00 UTC
d025f96 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> 24 August 2020, 18:54:38 UTC
6894af5 Fix for quadrature failure mode when autograph was set to False (#1548) * Fix and test 24 August 2020, 10:55:29 UTC
8c65ef6 Update parameter to be savable (#1518) 17 August 2020, 13:26:52 UTC
4682722 Update to not use custom image (#1545) * Update to not use custom image * Add test requirements 14 August 2020, 09:53:16 UTC
79b1a0b check dependency versions are valid on CI (#1536) 13 August 2020, 12:09:56 UTC
f9eb123 Re-introduce pytest-xdist (#1541) Enables pytest-xdist for locally running tests (`make test`) on multiple cores in parallel. 13 August 2020, 11:46:44 UTC
6bb7df9 Bump version numbers to 2.1.0. (#1544) 13 August 2020, 10:08:36 UTC
5744b51 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> 04 August 2020, 17:31:56 UTC
20c5ee4 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> 03 August 2020, 14:38:29 UTC
d995194 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> 30 July 2020, 11:58:40 UTC
65aea21 pin tensorflow<2.3 tensorflow-probability<0.11 (#1537) 30 July 2020, 10:13:27 UTC
3c17a7d Fix formatting in docs (intro.md) and restore link removed by #1498 (#1520) 17 July 2020, 13:13:20 UTC
937222e fix bug in varying_noise notebook (#1526) 16 July 2020, 20:02:21 UTC
f1842a9 Update readme with new project using GPflow (#1530) 16 July 2020, 10:25:35 UTC
d69b17d 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) 06 July 2020, 10:31:03 UTC
34b023a Merge pull request #1512 from GPflow/master Update develop with master 02 July 2020, 15:32:57 UTC
965189d Update pull request template (#1510) Clarify template to make it easier for contributors to fill in relevant information. 02 July 2020, 10:10:16 UTC
acaccfd updated models.gpr docstring (#1511) Doc update. Resolves https://github.com/GPflow/docs/issues/4 * updated models.gpr docstring * Elaboration. Co-authored-by: Pola Elisabeth Schwobel <posc@MacBook-Pro.local> Co-authored-by: Mark van der Wilk <markvanderw@gmail.com> 23 June 2020, 10:52:20 UTC
31dbbe5 Merge pull request #1506 from GPflow/develop Release 2.0.5 11 June 2020, 14:37:47 UTC
3669d13 bump version to 2.0.5 (#1504) 11 June 2020, 13:18:56 UTC
7db2276 fix type in Parameter type check (#1500) 11 June 2020, 10:59:20 UTC
a9e125e Ensure the plots appear in the generated documentation. (#1503) 11 June 2020, 09:05:30 UTC
390e4f0 Update link to distill article on GPs (#1498) Note that this links to a *different* article from the previous one - we will add the old link back in as well once it is back online. 10 June 2020, 12:55:02 UTC
77eacca Supporting preslicing of multi-output combination kernels (#1495) 04 June 2020, 16:03:48 UTC
6fda0e9 improve NaturalGradient optimizer documentation and add shape checks (#1489) As discussed in #878, GPflow's NaturalGradient optimizer does not implement the diagonal covariance parametrization (`q_diag=True`). This PR clarifies this in the documentation and adds extra shape checks. 04 June 2020, 14:24:52 UTC
647ca90 Corrected variables name in convolutional notebook for better understanding (#1492) 02 June 2020, 15:09:19 UTC
12243a6 clean up Scipy types & code (#1454) Doc improvement: Fixes some typos in the Scipy docstring and adds a note on scipy minimize()'s callback argument vs GPflow Scipy().minimize()'s step_callback. Cleans up types in the module. Backwards-incompatible change: the `step_callback` that can be passes to the Scipy.minimize() method is changed to take its arguments by position, not name; in line with the StepCallback type signature (and in line with Python's typing.Callable documentation which suggests that callbacks should take arguments preferentially by position, not name). 02 June 2020, 12:16:24 UTC
89af61e quickfix to enable GPR to be used with variable data (#1490) GPR used the X.shape attribute instead of calling tf.shape(X); this prevented using it with Variable data, which is now successfully demonstrated in a test. 01 June 2020, 16:12:48 UTC
d0c78d0 Allow users to pass an iterable to set_trainable (#1486) 28 May 2020, 16:04:34 UTC
3ed381c Improve contributing.md (#1488) * bring contributing.md up to date (resolves #1474) Co-authored-by: joelberkeley-pio <joel.berkeley@prowler.io> 28 May 2020, 12:25:57 UTC
d12be33 add type hints: inducing_variables (#1487) 27 May 2020, 19:30:03 UTC
1929a36 Makefile quickfix (#1482) Fixes a syntax error in the Makefile introduced by #1471. Also adds a `format-check` target for black --check and a `check-all` target that runs format-check, type-check and the pytest tests. 27 May 2020, 16:39:27 UTC
435a7ff Merge pull request #1481 from GPflow/develop Release 2.0.4 20 May 2020, 13:59:30 UTC
f8676eb bump version to 2.0.4 (#1478) 20 May 2020, 12:19:40 UTC
a198764 enable mypy on CI (#1471) 19 May 2020, 13:50:17 UTC
61f8d84 Fix freeze and traverse utility methods (#1476) TensorFlow Probability 0.10 introduced a new _parameters attribute in tfp.bijectors.Bijector instances that contains a self-reference, which broke GPflow's module-traversion utilities (leaf_components, print_summary, deepcopy, freeze). This PR changes traverse_module to ignore the _parameters attribute and proposes a new deepcopy approach that simply uses copy.deepcopy()'s memo argument. Co-authored-by: st-- <st--@users.noreply.github.com> 18 May 2020, 20:58:12 UTC
150a0d1 add type hints to gpflow.base (#1427) 14 May 2020, 13:37:09 UTC
bf35d66 Merge pull request #1468 from GPflow/vincent/master_203 Sync develop with master 2.0.3 13 May 2020, 09:28:43 UTC
56c2efe Merge remote-tracking branch 'origin/develop' into vincent/master_203 13 May 2020, 09:05:41 UTC
a4bfbe6 Add ipynb to gitignore (#1466) * Add ipynb to gitignore 13 May 2020, 07:58:09 UTC
b83f124 Merge branch 'develop' 13 May 2020, 07:49:01 UTC
49ffbcf Merge branch 'master' into develop 13 May 2020, 07:48:48 UTC
00d2e66 bump version to 2.0.3 (#1464) 12 May 2020, 17:21:58 UTC
7560936 Update setup.py for tensorflow 2(.2) (#1460) 12 May 2020, 12:44:01 UTC
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
6ce4203 release candidate v2.0.2 (#1457) 07 May 2020, 14:45:49 UTC
8f06b7c #1452 for GPMC model (#1458) 07 May 2020, 14:24:22 UTC
39d563c Use a boolean for full covariance in sample_mvn. (#1448) 07 May 2020, 13:00:10 UTC
7e3e514 Convert data structures to tensor in model init method (#1452) Resolves #1439 07 May 2020, 12:22:34 UTC
5ec7e91 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 04 May 2020, 13:13:48 UTC
08739ce Removed unusued imports. (#1450) 02 May 2020, 18:11:17 UTC
8b24183 Fix dimensions of kernel evaluation of changepoint kernel (#1446) Closes #1440 26 April 2020, 21:36:15 UTC
b41d4f3 refactor natgrads to be more efficient (#1443) Previously, GPflow's NaturalGradient optimizer would call the loss_function once for each (q_mu, q_sqrt) set in the var_list. This is a light refactor that separates out applying the natural gradient step from computing the gradients (`_natgrad_apply_gradients`), and changes `_natgrad_steps` to only evaluate the loss function once, computing the gradients for all (q_mu, q_sqrt) tuples passed in the var_list. Other changes: - The no-longer-used `_natgrad_step` method got removed. - NaturalGradient now takes a `xi_transform` argument that is used for all parameter sets without explicitly specified xi transform (i.e. tuples rather than triplets). - XiTransform has been changed to have staticmethods. None of this should affect any downstream code; this PR is backwards-compatible. 23 April 2020, 18:17:42 UTC
c7550ce Use a type alias in the function signature of leading_transpose (#1442) Ensure that the `leading_transpose` function can be used with the @tf.function decorator (workaround for bug in tensorflow<=2.2.0rc3) 23 April 2020, 09:19:35 UTC
82f2db4 remove comment (#1441) 20 April 2020, 22:03:27 UTC
e1a3fa3 add type hints for probability distributions (#1421) 20 April 2020, 09:38:45 UTC
ca3b854 add long_description and project_urls to setup.py (#1438) 20 April 2020, 07:43:57 UTC
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
3fc050d Merge master (at 2.0.0) into develop (pull request #1437) 15 April 2020, 11:33:35 UTC
641b8ad Merge branch 'develop' of github.com:GPflow/GPflow into develop-master-merge 15 April 2020, 10:48:26 UTC
8afd2f9 Merge remote-tracking branch 'origin/master' into develop-master-merge 15 April 2020, 10:37:40 UTC
a6156e8 bump version to 2.0.1 (#1426) 15 April 2020, 10:14:37 UTC
2018243 fix kernel construction in multioutput notebook (#1430) * fix kernel construction in multioutput notebook * fix one more kernel in changepoints notebook 15 April 2020, 10:14:20 UTC
3fd78aa fix other-issue.md issue template (#1432) The "other issue" template wasn't being pulled in by GitHub's "new issue chooser"(https://github.com/GPflow/GPflow/issues/new/choose) because of a parsing failure due to the use of quotes in the name: field, which is fixed by this PR (changed version obtained by putting the text with quotes into GitHub's "create an issue template" interface). Includes a few minor copyedits. 14 April 2020, 16:57:44 UTC
5a5603d fix pyplot import in notebooks (#1433) * fix pyplot import for matplotlib 3.1.3 (closes #1423) * apply same fix to other notebooks 14 April 2020, 16:56:36 UTC
4821d03 Issue templates (#1425) This gives the GPflow repository four issue templates: * bugs (including performance and build issues) * feature requests * documentation issues * other issues (pointing to the stackoverflow gpflow tag) This will hopefully make new issues more easily addressable. :) Co-authored-by: joelberkeley-pio <joel.berkeley@prowler.io> 14 April 2020, 14:59:19 UTC
806004d fix link in sphinx intro.rst (#1429) Closes #1428. 14 April 2020, 12:57:55 UTC
back to top