https://github.com/GPflow/GPflow
Revision 9f50087b752cd23624daefb624dbbe1a174694ab authored by John Mcleod on 15 April 2021, 15:40:55 UTC, committed by GitHub on 15 April 2021, 15:40:55 UTC
* Bump version to 2.1.5
* add release notes section for 2.2.0.
1 parent 1d96af4
Raw File
Tip revision: 9f50087b752cd23624daefb624dbbe1a174694ab authored by John Mcleod on 15 April 2021, 15:40:55 UTC
Bump version to 2.1.5 (#1666)
Tip revision: 9f50087
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top