https://github.com/GPflow/GPflow
Revision 5ae3f60570586a4b65b6880a7b9f7c1bab1b61f4 authored by James Hensman on 09 July 2016, 11:57:35 UTC, committed by James Hensman on 09 July 2016, 11:57:35 UTC
 - get_sample_dict became get_samples_df (since it retuns a datafram
 - set_parameter_dict no longer 'pops', resulting in an empty dict
1 parent 1388d9f
Raw File
Tip revision: 5ae3f60570586a4b65b6880a7b9f7c1bab1b61f4 authored by James Hensman on 09 July 2016, 11:57:35 UTC
minor edits in param.py
Tip revision: 5ae3f60
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/
back to top