https://github.com/GPflow/GPflow
Revision f78ade12bb1281ffd178cad4e8ef87ba522286a0 authored by st-- on 28 January 2019, 15:17:56 UTC, committed by GitHub on 28 January 2019, 15:17:56 UTC
* remove deprecated full_name (replaced by pathname)

* rename a bunch of core methods to be private to clean up API docs
1 parent ba8b7a5
Raw File
Tip revision: f78ade12bb1281ffd178cad4e8ef87ba522286a0 authored by st-- on 28 January 2019, 15:17:56 UTC
Privatize core methods (#908)
Tip revision: f78ade1
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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