Conversation
|
Uhm, nothing is actually using Oceananigans v0.106 at the moment, because other packages aren't compatible with it yet. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Like which package(s)? |
|
I thought we were using % curl -LIs https://pkg.julialang.org/registries.eager | grep last-modified
last-modified: Thu, 19 Mar 2026 14:54:22 GMT |
|
It's a weak dependency for the extension. Only used in one of the examples. |
|
Registry is up-to-date now % curl -LIs https://pkg.julialang.org/registries.eager | grep last-modified
last-modified: Fri, 20 Mar 2026 10:20:49 GMT |
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Breeze.jl Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.
| Benchmark suite | Current: bcd2a6c | Previous: b6b71ed | Ratio |
|---|---|---|---|
CBL; Dynamics: anelastic; Microphysics: nothing [Float32]/Compare advections/NVIDIA L4/WENO5 [256, 256, 128] |
108730835.14025283 points/s |
122393416.30047764 points/s |
1.13 |
CBL; Dynamics: anelastic; Microphysics: nothing [Float32]/Advection: WENO5/NVIDIA L4/256x256x128 |
108730835.14025283 points/s |
122393416.30047764 points/s |
1.13 |
This comment was automatically generated by workflow using github-action-benchmark.
Sigh 😓 #570 was clearly not enough, but at least the drop is by 13%, not 31% as we used to with the smaller grid 😅 |
Based on the release notes of v0.106 we shouldn't be affect by breaking changes. I guess we'll see how CI goes.