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
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top