https://github.com/GPflow/GPflow
Revision d23941679876597003d1a9cc706901901d44f047 authored by James Hensman on 20 June 2017, 13:07:40 UTC, committed by James Hensman on 20 June 2017, 13:07:40 UTC
2 parent s d2de9bc + 79a1e7f
Raw File
Tip revision: d23941679876597003d1a9cc706901901d44f047 authored by James Hensman on 20 June 2017, 13:07:40 UTC
Merge branch 'master' of https://github.com/st--/GPflow into test_speeds
Tip revision: d239416
.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/

# Emacs backups
*~

# Pycharm IDE directory
.idea

# IPython Notebooks
*/.ipynb_checkpoints
back to top