https://github.com/GPflow/GPflow
Revision d618fe57e23d798f27aed8a50025811823ab0bd2 authored by st-- on 30 September 2020, 13:54:44 UTC, committed by GitHub on 30 September 2020, 13:54:44 UTC
* 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
1 parent 12395be
History
Tip revision: d618fe57e23d798f27aed8a50025811823ab0bd2 authored by st-- on 30 September 2020, 13:54:44 UTC
Likelihood quadrature cleanup (#1571)
Tip revision: d618fe5
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 866 bytes
.pylintrc -rw-r--r-- 14.6 KB
CONTRIBUTING.md -rw-r--r-- 6.8 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 182 bytes
Makefile -rw-r--r-- 1.2 KB
README.md -rw-r--r-- 10.1 KB
RELEASE.md -rw-r--r-- 131 bytes
VERSION -rw-r--r-- 6 bytes
codecov.yml -rw-r--r-- 274 bytes
mypy.ini -rw-r--r-- 730 bytes
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.3 KB
tests_requirements.txt -rw-r--r-- 308 bytes

README.md

back to top