STOR-i / GaussianProcesses.jl

A Julia package for Gaussian Processes
https://stor-i.github.io/GaussianProcesses.jl/latest/
Other
308 stars 53 forks source link

CompatHelper: bump compat for "Distances" to "0.9" #152

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the Distances package from 0.7, 0.8 to 0.7, 0.8, 0.9.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 421


Files with Coverage Reduction New Missed Lines %
src/common.jl 1 78.46%
src/GPEelastic.jl 1 58.65%
src/kernels/const.jl 1 84.62%
src/kernels/kernels.jl 1 75.0%
src/kernels/lin_ard.jl 1 77.78%
src/kernels/masked_kernel.jl 1 87.1%
src/kernels/mat12_iso.jl 1 88.89%
src/kernels/mat32_iso.jl 1 81.82%
src/kernels/mat52_iso.jl 1 81.82%
src/kernels/noise.jl 1 92.86%
<!-- Total: 30 -->
Totals Coverage Status
Change from base Build 408: -5.2%
Covered Lines: 1468
Relevant Lines: 1962

💛 - Coveralls