https://github.com/GPflow/GPflow
Revision 4821d0366e26d96e8e5a2d00bc110ccbe2ad455a authored by st-- on 14 April 2020, 14:59:19 UTC, committed by GitHub on 14 April 2020, 14:59:19 UTC
This gives the GPflow repository four issue templates:
* bugs (including performance and build issues)
* feature requests
* documentation issues
* other issues (pointing to the stackoverflow gpflow tag)

This will hopefully make new issues more easily addressable. :)

Co-authored-by: joelberkeley-pio <joel.berkeley@prowler.io>
1 parent 806004d
Raw File
Tip revision: 4821d0366e26d96e8e5a2d00bc110ccbe2ad455a authored by st-- on 14 April 2020, 14:59:19 UTC
Issue templates (#1425)
Tip revision: 4821d03
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets
back to top