https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
766be84 Add small utility for reshaping / transposing. 26 October 2022, 12:58:23 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
cfbe1f7 Actually add_noise_cov supports leading batch shapes. (#1887) 16 May 2022, 09:30:09 UTC
067e4d5 Apply check_shapes to gpflow.utilities. (#1886) 10 May 2022, 14:33:45 UTC
beb39ed Add check_shapes to inducing_variables. (#1880) 10 May 2022, 13:51:49 UTC
43e36df Prepare for release 2.5.2. (#1883) 10 May 2022, 09:27:07 UTC
595fb8c Stop using uninitialised variables. (#1882) 09 May 2022, 15:06:43 UTC
4317f56 Fix documentation import logic. (#1879) 05 May 2022, 15:19:41 UTC
925c4a7 Remove GPflow 1.0 upgrade guide. (#1877) 04 May 2022, 08:34:08 UTC
a121324 Fix references in the manual. (#1866) 03 May 2022, 13:16:18 UTC
fb8ab2b Fix update_versions.py. (#1875) 03 May 2022, 12:53:03 UTC
d3a4819 Fix bug in release process. (#1870) 28 April 2022, 11:03:19 UTC
3154445 Prepare for release 2.5.0. (#1868) 28 April 2022, 08:56:56 UTC
d30fd28 Iterate on check_shapes documentation. (#1865) 27 April 2022, 14:14:17 UTC
672f8e2 Fix problems with different versions of Python and Numpy. (#1859) 25 April 2022, 13:26:20 UTC
6203bad Make check_shapes play well with tf's custom code inspection. (#1860) 25 April 2022, 09:44:46 UTC
1a77914 Add test of documentation warnings. (#1857) 21 April 2022, 10:04:45 UTC
d090f64 Support checking all elements of collections. (#1840) 21 April 2022, 09:32:45 UTC
aa9f042 Fix doc warnings. (#1856) 12 April 2022, 12:58:17 UTC
feb6fe7 Add conditional shapes. (#1855) 12 April 2022, 12:32:10 UTC
8e64ed0 Add unit tests where batch dimensions have different length. (#1852) 11 April 2022, 09:22:07 UTC
3f74b5c Remove positive transform for anisotropic lengthscales in higher dims (#1843) * Remove positive transform for anisotropic lengthscales in higher dims * Add cosine to ard tests 08 April 2022, 14:35:58 UTC
41fc73c Simplify parsing of argument references. (#1854) 07 April 2022, 14:57:32 UTC
a22aab9 Add support for checking the shapes of intermediate computations. (#1853) 07 April 2022, 14:17:13 UTC
422ca25 Generate good error message if a variable is used in both a rank-1 and variable-rank context. (#1851) 07 April 2022, 09:18:44 UTC
d24c3de Add support for checking shapes that allow broadcasting. (#1849) 07 April 2022, 08:47:46 UTC
0c87c20 Factor shape checking out into a separate class. (#1845) 04 April 2022, 14:53:36 UTC
460d16b A handful of minor fixes to check_shapes. (#1846) 01 April 2022, 15:30:05 UTC
42ccdef Attempt to make `test_check_shapes__disable__speed[tf.function]` less flaky (#1838) 01 April 2022, 14:50:03 UTC
68d590a Add a bibliography to the GPflow documentation. (#1842) 01 April 2022, 13:50:50 UTC
075fd3e Refactor parser.py for better code reuse. (#1839) 01 April 2022, 13:07:46 UTC
d53864c Shuffle some types to fix problems with forward references in our documentation (#1841) 31 March 2022, 15:38:27 UTC
04da110 Programatically determine line numbers for tests. (#1837) 30 March 2022, 10:37:12 UTC
506f025 Rewrite generate_module_rst to fix various bugs. (#1833) 30 March 2022, 09:36:12 UTC
90ac0d6 Simplify build dependencies. (#1835) 30 March 2022, 08:57:44 UTC
a146d58 Add support for user notes on shapes. (#1836) 29 March 2022, 16:05:30 UTC
3e9f4e9 Rework check_shapes errors. (#1822) 29 March 2022, 09:56:09 UTC
672c472 Fix new version of click breaking old version of black. (#1834) 29 March 2022, 09:29:07 UTC
back to top