https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
3b62003 Bump version to 2.9.1 in preparation for release (#2103) Co-authored-by: Uri Granta <uri.granta@secondmind.ai> 07 February 2024, 13:16:15 UTC
86c5fe1 Don't try to save the compile cache when pickling Scipy optimizer (#2102) 07 February 2024, 10:44:34 UTC
2eaa37f Clarify training_loss mention in tutorial (#2100) Co-authored-by: Uri Granta <uri.granta@secondmind.ai> 04 January 2024, 11:41:58 UTC
9eb6f79 Update max_tf_version and see what breaks (#2098) * Update max_tf_version and see what breaks * Reduce test memory usage --------- Co-authored-by: Uri Granta <uri.granta@secondmind.ai> 02 January 2024, 10:14:04 UTC
dca094b Support initialising Linear when A is a Parameter (#2096) 19 December 2023, 11:15:11 UTC
5d4c222 Don't round small values in print summary (#2093) 29 November 2023, 10:42:16 UTC
78ab87c Fix newly exposed mypy issues (#2094) 27 November 2023, 09:35:28 UTC
b716d22 Prepare Release 2.9.0 (#2083) Co-authored-by: Uri Granta <uri.granta@secondmind.ai> Co-authored-by: Khurram Ghani <113982802+khurram-ghani@users.noreply.github.com> 09 August 2023, 07:05:49 UTC
cd9d49c Test against prod environment (#2082) 08 August 2023, 11:30:43 UTC
35fe336 Support tracking loss history (#2080) 08 August 2023, 07:19:31 UTC
c165949 Test GPflow with Python 3.11. (#2081) Test GPflow with Python 3.11. 07 August 2023, 11:28:12 UTC
cda85b0 Cache scipy compile graphs and re-use if args are same (#2074) * Cache compile graphs and re-use if args are same * Add tests for scipy cache * Ignore error for python3.7 * Tidy-up comments * Update release notes * Add docstring for enhancement * Add compile_cache_size arg to __init__ * Remove redundant use of size in test * Add id's to test and update release notes 11 July 2023, 16:03:49 UTC
a602aff Prepare Release 2.8.1 (#2075) Co-authored-by: Uri Granta <uri.granta@secondmind.ai> 27 June 2023, 09:59:09 UTC
4780788 Support and test with Tensorflow 2.12 (#2072) 15 June 2023, 09:14:21 UTC
26eaaa8 Prepare release 2.8.0 (#2067) 03 May 2023, 20:35:27 UTC
3cfa81b Add ability to set tf.function args for scipy optimizer (#2064) * Add ability to set tf.function args for scipy opt * Update release notes * Select XLA option depending on tf version * Fix minor format * Add check for tffun_args without compile * Improve tffun_args type and default * Add jit_compile example in docs * Make new arg non-optional for internal method Helps with codecov. * Rename new arg 03 May 2023, 08:26:29 UTC
efade00 Change likelihood defaults (#1985) * Change likelihood defaults of positive values * Clean up * Update config tests to cover *positive_minimum * Reset config back to default between tests * Rename new config name to be singular *likelihood* --------- Co-authored-by: Jesper Nielsen <jesper@prowler.io> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> Co-authored-by: Khurram Ghani <khurram.ghani@secondmind.ai> 02 May 2023, 12:49:33 UTC
f4904ec Don't use enums for default values (#2066) Co-authored-by: Uri Granta <uri.granta@secondmind.ai> 27 April 2023, 16:42:25 UTC
cb88277 Fix api doc generation for aliases (#2063) * Fix api doc generation for aliases Aliases were previously resulting in the doc generation for the main object to be skipped. * Add release notes * Add alias check for dispatcher functions * Expand key to include object name * Fix types and formatting 25 April 2023, 11:48:11 UTC
39bd130 Sc336/categorical kernel (#2055) * First attempt * format * test_concat_inputs_with_latents * Some imports * mypy * circular import * removed Categorical * all * Added Categorical * format * added categorical * Addressed some review comments * Improved docstring * renaming * More renaming 04 April 2023, 08:07:58 UTC
7c6beae DOC: fix typos (#2057) fix two typos 02 April 2023, 20:54:21 UTC
637b52d Sc336/notebook kernel link (#2052) * Updated link * Some wording changes 27 March 2023, 15:36:44 UTC
e19233f Release 2.7.1 preparation (#2048) 15 March 2023, 10:08:32 UTC
5ea4f5c Always copy the final point found by scipy (#2047) * Always copy the final point found by scipy * Made Khurram's patch configurable * Revert "Made Khurram's patch configurable" This reverts commit a1d9a263d5e1c7dc5c1753c799fdf26b8664d20e. --------- Co-authored-by: Simon Chiu <simon.chiu@secondmind.ai> Co-authored-by: Artem Artemev <art.art.v@gmail.com> 12 March 2023, 17:57:54 UTC
db2b42e Sc336/2.7.0 develop merge (#2042) This merges in the new PyPI credentialing configuration. 27 January 2023, 07:58:54 UTC
a779b31 Use PyPi token for package uploading (#2043) 26 January 2023, 16:01:40 UTC
cc53a7c Sc336/2.7.0 merge (#2040) * Merge master into develop (via sc336/2.7.0-merge) Co-authored-by: sc336 <s.chiu.00@gmail.com> Co-authored-by: John Mcleod <43960404+johnamcleod@users.noreply.github.com> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> Co-authored-by: Chris Morter <chris@prowler.io> 24 January 2023, 15:30:12 UTC
0923140 Sc336/2.7.0 merge (#2039) Squash merge master into develop. Co-authored-by: sc336 <s.chiu.00@gmail.com> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> Co-authored-by: John Mcleod <43960404+johnamcleod@users.noreply.github.com> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> Co-authored-by: Chris Morter <chris@prowler.io> 24 January 2023, 13:44:51 UTC
6f07af5 Release update (#2037) * Release update 24 January 2023, 11:52:45 UTC
c3610b9 Noted bug here (#2031) 23 January 2023, 09:37:04 UTC
abf4289 Rotated deploy key due to CircleCI security incident 2023-01-04 (#2032) (#2033) * Rotated deploy key due to CircleCI security incident 2023-01-04 Updated config with new key 13 January 2023, 16:43:34 UTC
95f4f37 Rotated deploy key due to CircleCI security incident 2023-01-04 (#2032) * Rotated deploy key due to CircleCI security incident 2023-01-04 * Used the correct key this time * Touched to force rerunning tests 09 January 2023, 09:44:16 UTC
df6ece2 Add usage of monitoring with Adam to notebook (#2028) * Add usage of monitoring with Adam to notebook * Add self to contributors * Update release notes * Update doc/sphinx/notebooks/getting_started/monitoring.pct.py Co-authored-by: st-- <st--@users.noreply.github.com> * Run make format Co-authored-by: st-- <st--@users.noreply.github.com> 12 December 2022, 14:22:33 UTC
cce56f8 Sc336/fix conflicts (#2024) * Avoid loss of precision in to_default_float when input is a python float (#2021) * avoid loss of precision in to_default_float * add tests * release management * Updated to compensate for new mypy version (#2016) * Updated to ignore mypy's new type-abstract error * Looks like mypy won't quit on this one. * More type hinting * Sort * Another try * Another try * Another try * Go away mypy * format * More mypy wards * Is this error connected? * Removed unnecessary dummy package * Another mypy error * Format * Fix mypy error. (#2009) Co-authored-by: sc336 <s.chiu.00@gmail.com> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> * Some corrections to RELEASE.md (#2022) * Update VERSION * Update version Co-authored-by: John Mcleod <43960404+johnamcleod@users.noreply.github.com> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> Co-authored-by: Chris Morter <chris@prowler.io> 02 December 2022, 15:19:29 UTC
ef0b32c Version switcher bug in pydata-sphinx-theme (https://github.com/pydata/pydata-sphinx-theme/issues/932) doesn't look like it's getting fixed any time soon, pinning to earlier version (#2014) 14 November 2022, 09:51:12 UTC
7d812fe Updated to compensate for new mypy version (#2016) * Updated to ignore mypy's new type-abstract error * Looks like mypy won't quit on this one. * More type hinting * Sort * Another try * Another try * Another try * Go away mypy * format * More mypy wards * Is this error connected? * Removed unnecessary dummy package * Another mypy error * Format 11 November 2022, 11:25:59 UTC
26a27a4 Sc336/api documentation refresh (#2012) * Various docstring improvements * Added and improved some comments * Formatting changes * Added myself as new contributor * Edits made based on review from st-- 02 November 2022, 10:45:42 UTC
f66a708 Improve documentation of models. (#2008) 26 October 2022, 12:20:23 UTC
b4df039 Fix mypy error. (#2009) 26 October 2022, 08:27:38 UTC
dc84ca2 Fix broken notebook. (#2005) 24 October 2022, 08:14:05 UTC
42bd312 Remove gpflow.experimental.check_shapes and import check_shapes instead. (#2002) 17 October 2022, 12:38:58 UTC
6553277 Rework GPflow introduction. (#1958) 17 October 2022, 10:33:06 UTC
ca6c523 Prepare for release 2.6.3. (#1999) 13 October 2022, 08:09:01 UTC
e9894c0 More fix for the tfp..._TensorCoercible class. (#1998) 12 October 2022, 08:38:01 UTC
9f4dca0 Prepare for release 2.6.2. (#1996) 10 October 2022, 09:59:08 UTC
8b6c83c Various fixes for compatibility for GPflux. (#1995) 10 October 2022, 08:12:25 UTC
ab74944 Fix SGPR docstring (#1986) * Update sgpr.py * fix whitespace 29 September 2022, 14:22:44 UTC
22347cd Prepare for release 2.6.1. (#1992) 29 September 2022, 13:11:17 UTC
403aad4 Fix bug related to `tf.saved_model` and methods wrapped in `@check_shapes`. (#1991) 29 September 2022, 12:14:35 UTC
74a5792 Various build cleanups. (#1990) 28 September 2022, 08:03:30 UTC
60afe7a Reformat notebooks to width 80. (#1982) 26 September 2022, 10:49:36 UTC
5633b7c Remove obsolete 'cast' function. (#1983) 26 September 2022, 07:44:32 UTC
4f1f4a8 Prepare for release 2.6.0. (#1979) 20 September 2022, 12:33:56 UTC
53741bd Work around bug in MyPy. (#1980) 20 September 2022, 11:04:49 UTC
eecabb8 Run benchmarks in parallel. (#1974) 16 September 2022, 11:51:08 UTC
0055e34 Install GPflow fewer times during CI. (#1977) 16 September 2022, 09:23:41 UTC
e6f22bd Upgrade for TensorFlow 2.10. (#1976) 16 September 2022, 08:06:30 UTC
4b72d74 Paralellise building of documentation. (#1972) 08 September 2022, 12:07:04 UTC
c414876 Update notebook about varying noise. (#1965) 08 September 2022, 11:07:21 UTC
5424182 Push benchmark results to gh-pages instead of develop. (#1971) 06 September 2022, 13:14:26 UTC
02fbd12 Remove generator from Polynomial function. (#1968) 05 September 2022, 10:47:30 UTC
7cd5719 Regularly run benchmarks through CI. (#1966) 31 August 2022, 14:27:40 UTC
258e567 Rewrite GPRPosterior for numerical stability. (#1960) 30 August 2022, 13:18:08 UTC
7b989c8 Typo benchmarking readme (#1964) 26 August 2022, 07:46:15 UTC
0df424c Add a benchmark suite to GPflow. (#1954) 17 August 2022, 15:27:47 UTC
76efa9a Extend the GPR and SGPR to support heteroscedastic noise. (#1941) 08 August 2022, 13:40:43 UTC
ab041d2 Make tf_decorator.make_decorator configurable. (#1942) 22 July 2022, 13:51:26 UTC
c489344 Fix some broken notebooks. (#1951) 21 July 2022, 09:15:38 UTC
4b7b8a7 Clean up empty documents. (#1950) 20 July 2022, 12:23:10 UTC
a5587c1 Rename mean functions, and allow function parameters in likelihoods. (#1928) 14 July 2022, 10:57:55 UTC
7e95937 Add shape checks to all of GPflow. (#1934) 12 July 2022, 11:02:03 UTC
dd5a01e Add shape checks to models. (#1933) 11 July 2022, 15:22:23 UTC
fda8368 Apply check_shapes to likelihoods. (#1931) 08 July 2022, 13:23:43 UTC
2ca62db Remove alias account from CONTRIBUTORS.md (#1930) 07 July 2022, 08:56:31 UTC
1107f6d Add shape checks to the covariances. (#1927) 06 July 2022, 13:22:59 UTC
b7b8292 Add a Polynomial mean function. (#1920) 06 July 2022, 10:02:06 UTC
1667dac Add an X parameter to the Likelihood. (#1919) 06 July 2022, 09:21:05 UTC
6c42eff Add check_shapes to expectations. (#1925) 06 July 2022, 08:27:12 UTC
4373ecc Experimental Apple Silicon (M1) support (#1924) 05 July 2022, 09:43:19 UTC
5110164 Add shape checks to the quadrature. (#1923) 04 July 2022, 09:18:06 UTC
174939c Add shape checks to GPflow base files. (#1921) 30 June 2022, 12:22:58 UTC
7d36d5a Make sure all kernels handle broadcasting and add shape checks to them. (#1905) 29 June 2022, 09:42:11 UTC
22c6666 Consistently raise errors where full_output_cov isn't supported. (#1918) 28 June 2022, 14:06:14 UTC
f67470e Stop using singledispatch because TensorFlow cannot compile it. (#1917) 28 June 2022, 10:35:59 UTC
fccf081 By default don't check states in tf.function. (#1916) 27 June 2022, 13:43:34 UTC
5e8938f Use mypy error codes. (#1915) 20 June 2022, 14:09:12 UTC
06df0a8 Support TensorFlow 2.9. (#1910) 20 June 2022, 10:45:13 UTC
0489efb Micro optimisations of check_shapes. (#1912) 14 June 2022, 15:50:27 UTC
750f351 Make some of the slowest notebook tests faster. (#1911) 10 June 2022, 15:32:44 UTC
c42cd47 Add shape checks to the conditionals. (#1906) 10 June 2022, 08:51:54 UTC
9e50233 MCMC notebook: demonstrate multi-modality in regression (#1909) update notebook 10 June 2022, 06:03:45 UTC
9733fc2 Make check_shapes add info-fields for arguments that don't have any. (#1904) 07 June 2022, 08:19:25 UTC
5358421 Improve check_shapes's handling of broadcasting. (#1900) 06 June 2022, 15:38:50 UTC
bc216c2 Use the new codecov uploader. (#1901) 01 June 2022, 12:34:10 UTC
19f084e Add support for 'is None' and 'is not None' checks to check_shapes. (#1899) 01 June 2022, 09:58:22 UTC
5ef94b3 Make sure all ErrorContext-s are hashable. (#1898) 27 May 2022, 08:03:35 UTC
6251d97 Fix bug in ShapeChecker related to multiple varrank dimensions. (#1897) 26 May 2022, 12:19:45 UTC
228f4c9 Make sure all code compiles correctly. (#1893) 23 May 2022, 10:57:30 UTC
8a645f8 Fix type errors triggred by NumPy 1.22.4. (#1896) 23 May 2022, 10:33:50 UTC
0b938cb Support multiple variable-rank dimension specifications. (#1890) 20 May 2022, 13:41:52 UTC
back to top