JuliaGaussianProcesses / AbstractGPs.jl

Abstract types and methods for Gaussian Processes.
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev
Other
218 stars 20 forks source link

CompatHelper: bump compat for CairoMakie to 0.11 for package 3-parametric-heteroscedastic, (keep existing compat) #387

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 10 months ago

This pull request changes the compat entry for the CairoMakie package from 0.7, 0.8, 0.9, 0.10 to 0.7, 0.8, 0.9, 0.10, 0.11 for package 3-parametric-heteroscedastic. 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.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.95%. Comparing base (5b5687e) to head (10955b9). Report is 1 commits behind head on master.

:exclamation: Current head 10955b9 differs from pull request most recent head 560c308. Consider uploading reports for the commit 560c308 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #387 +/- ## ======================================= Coverage 96.95% 96.95% ======================================= Files 12 12 Lines 394 394 ======================================= Hits 382 382 Misses 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

willtebbutt commented 10 months ago

@devmotion looks like this is restricted to 0.10 due to AbstractGPsMakie being restricted to Makie 0.19. Do you know if it's going to be a straightforward upgrade for AbstractGPsMakie? (Also, should we just being using an extension now, rather than a separate package?)