https://github.com/GPflow/GPflow
Revision 7b2a0c8884dc0fe0dfc5090749b355e68c8563fb authored by st-- on 08 September 2020, 15:44:27 UTC, committed by GitHub on 08 September 2020, 15:44:27 UTC
* 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>
1 parent 5a945d6
History
Tip revision: 7b2a0c8884dc0fe0dfc5090749b355e68c8563fb authored by st-- on 08 September 2020, 15:44:27 UTC
Fixes for tf 2.3 / tfp 0.11.0 compatiblity (#1553)
Tip revision: 7b2a0c8
File Mode Size
__init__.py -rw-r--r-- 263 bytes
cross_kernels.py -rw-r--r-- 3.9 KB
dispatch.py -rw-r--r-- 202 bytes
expectations.py -rw-r--r-- 3.7 KB
linears.py -rw-r--r-- 3.9 KB
mean_functions.py -rw-r--r-- 3.9 KB
misc.py -rw-r--r-- 4.4 KB
products.py -rw-r--r-- 3.0 KB
quadratures.py -rw-r--r-- 4.8 KB
squared_exponentials.py -rw-r--r-- 7.9 KB
sums.py -rw-r--r-- 3.0 KB
variationals.py -rw-r--r-- 0 bytes

back to top