JuliaGaussianProcesses / Stheno.jl

Probabilistic Programming with Gaussian processes in Julia
Other
339 stars 26 forks source link

Upgrade BlockArrays deps #108

Closed willtebbutt closed 4 years ago

willtebbutt commented 4 years ago

The BlockArrays API changed between 0.10 and 0.12, so some modifications to Stheno were required to ensure compatibility with the new version. No user-facing code has changed, so no need to bump the minor version.

This removes quite a bit of (what is now) redundant code.

codecov[bot] commented 4 years ago

Codecov Report

Merging #108 into master will decrease coverage by 0.81%. The diff coverage is 92.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
- Coverage   87.29%   86.47%   -0.82%     
==========================================
  Files          26       26              
  Lines         732      732              
==========================================
- Hits          639      633       -6     
- Misses         93       99       +6     
Impacted Files Coverage Δ
src/Stheno.jl 100.00% <ø> (ø)
src/abstract_gp.jl 86.36% <ø> (ø)
src/util/block_arrays/diagonal.jl 75.90% <83.33%> (-6.82%) :arrow_down:
src/composite/conditioning.jl 100.00% <100.00%> (ø)
src/composite/cross.jl 97.43% <100.00%> (ø)
src/util/block_arrays/dense.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a9a4198...3175949. Read the comment docs.