Revision 93668304a4bf86425140b4762b4cf9e84e4c25f4 authored by Mark van der Wilk on 15 September 2016, 07:52:36 UTC, committed by James Hensman on 15 September 2016, 07:52:36 UTC
* Settings module now has ability to change during a run.

* Compatibility with python2.

* Re-fix python2 and python3.

* Removed mutability property, added extra test for codecov.
(This was a remnant of an earlier idea to make `GPflow.settings.` immutable, except for with a context manager.

* Fixed assertion test.

* Added explenation notebook.

* adding settings notebook to official docs
1 parent b75ac86
History
File Mode Size
tfops
__init__.py -rw-r--r-- 826 bytes
_settings.py -rw-r--r-- 3.9 KB
_version.py -rw-r--r-- 600 bytes
conditionals.py -rw-r--r-- 5.1 KB
densities.py -rw-r--r-- 2.6 KB
gpflowrc -rw-r--r-- 218 bytes
gpmc.py -rw-r--r-- 3.2 KB
gpr.py -rw-r--r-- 3.1 KB
hmc.py -rw-r--r-- 4.6 KB
kernels.py -rw-r--r-- 14.0 KB
kullback_leiblers.py -rw-r--r-- 4.7 KB
likelihoods.py -rw-r--r-- 14.5 KB
mean_functions.py -rw-r--r-- 2.9 KB
model.py -rwxr-xr-x 14.4 KB
param.py -rwxr-xr-x 31.0 KB
priors.py -rw-r--r-- 3.0 KB
scoping.py -rw-r--r-- 1.1 KB
sgpmc.py -rw-r--r-- 3.1 KB
sgpr.py -rw-r--r-- 10.1 KB
svgp.py -rw-r--r-- 5.6 KB
tf_hacks.py -rw-r--r-- 1.2 KB
tf_wraps.py -rw-r--r-- 1.4 KB
transforms.py -rw-r--r-- 7.6 KB
vgp.py -rwxr-xr-x 5.7 KB

back to top