https://github.com/GPflow/GPflow
Revision 65a79e4d3e81d35ad421fe6ca3601c2046159af1 authored by st-- on 30 September 2020, 16:42:05 UTC, committed by GitHub on 30 September 2020, 16:42:05 UTC
* GPflow now includes an isort check in its CI build. Run with `make format` / `make format-check`.
1 parent d618fe5
Raw File
Tip revision: 65a79e4d3e81d35ad421fe6ca3601c2046159af1 authored by st-- on 30 September 2020, 16:42:05 UTC
isort for consistent imports (#1572)
Tip revision: 65a79e4
MANIFEST.in
include doc/source/conf.py
include doc/source/*.rst
include doc/source/notebooks/*.ipynb
include README.md
include RELEASE.md
include LICENSE
include VERSION
include gpflow/py.typed
back to top