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.9 for package 3-parametric-heteroscedastic, (keep existing compat) #340

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the CairoMakie package from 0.7, 0.8 to 0.7, 0.8, 0.9 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 1 year ago

Codecov Report

Base: 97.63% // Head: 97.63% // No change to project coverage :thumbsup:

Coverage data is based on head (eff1400) compared to base (a506c79). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #340 +/- ## ======================================= Coverage 97.63% 97.63% ======================================= Files 10 10 Lines 380 380 ======================================= Hits 371 371 Misses 9 9 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGaussianProcesses)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

devmotion commented 1 year ago

Not used by the example:

Status `~/work/AbstractGPs.jl/AbstractGPs.jl/examples/3-parametric-heteroscedastic/Project.toml`
  [99985d1d] AbstractGPs v0.5.13 `/home/runner/work/AbstractGPs.jl/AbstractGPs.jl#e33c464`
  [7834405d] AbstractGPsMakie v0.2.4
⌃ [13f3f980] CairoMakie v0.8.13
  [ec8451be] KernelFunctions v0.10.47
  [98b081ad] Literate v2.14.0
  [429524aa] Optim v1.7.3
  [2412ca09] ParameterHandling v0.4.5
  [e88e6eb3] Zygote v0.6.49
  [37e2e46d] LinearAlgebra
  [9a3f8284] Random
Info Packages marked with ⌃ have new versions available and may be upgradable.
theogf commented 1 year ago

Probably AbstractGPsMakie needs to be bumped first?

theogf commented 1 year ago

Probably AbstractGPsMakie needs to be bumped first?

Yeah there's also a 0.18 bump on Makie that was not caught by CompatHelper apparently....

devmotion commented 1 year ago

CompatHelper was disabled due to inactivity. I reenabled it and triggered it manually.

devmotion commented 1 year ago

New version will be available soon: https://github.com/JuliaRegistries/General/pull/70101

devmotion commented 1 year ago

That was sufficient :slightly_smiling_face:

Status `~/work/AbstractGPs.jl/AbstractGPs.jl/examples/3-parametric-heteroscedastic/Project.toml`
  [99985d1d] AbstractGPs v0.5.13 `/home/runner/work/AbstractGPs.jl/AbstractGPs.jl#e33c464`
  [7834405d] AbstractGPsMakie v0.2.5
  [13f3f980] CairoMakie v0.9.0
  [ec8451be] KernelFunctions v0.10.47
  [98b081ad] Literate v2.14.0
  [429524aa] Optim v1.7.3
  [2412ca09] ParameterHandling v0.4.5
  [e88e6eb3] Zygote v0.6.49
  [37e2e46d] LinearAlgebra
  [9a3f8284] Random