Release 0.2.8, modernize CI, trim downstream tests - #37
Merged
Conversation
|
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue. |
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
ViralBShah
force-pushed
the
release-0.2.8
branch
from
August 10, 2026 08:05
a3919ac to
79f1090
Compare
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
DynamicPPL dropped its ZygoteRules dependency after 0.34, so the job no longer exercises this package. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
DiffEqFlux dropped both its ZygoteRules and Zygote dependencies after 3.5, so neither group exercises this package. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
DistributionsAD and NeuralPDE are broken and do not run; NNlib has no dependency on this package. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release 0.2.7 → 0.2.8, plus CI maintenance. Four files, no source changes.
Release —
Project.tomlto 0.2.8, covering #36, #34, #33. Zygote 0.7.3+ pinsZygoteRules = "0.2.7-0.2", so 0.2.8 resolves for it with no Zygote-side change.[compat] juliaintentionally left at"1".Actions —
checkoutv3 → v7,setup-juliav1 → v3 (v2 → v3 in CompatHelper.yml),julia-buildpkg@latest→@v1. TagBot was already current.Coverage — macOS added via a matrix
include, Julia1/aarch64only: the runners are Apple Silicon and 1.6 has no aarch64 build, so a cross-product would fail. Ubuntu and Windows still cover 1.6 / 1 / nightly on x64. Nightly is nowcontinue-on-error— it still reports, but upstream breakage no longer gates a merge.Speed —
julia-actions/cache@v3replaces the hand-rolledactions/cacheblock and is added to Downstream.yml, which had no caching at all. Both workflows gainconcurrencywithcancel-in-progress: true; nothing was cancelling superseded runs, so a few pushes to one branch left six live runs competing for the same runners.JULIA_PKG_SERVER: ""is dropped from buildpkg/runtest — a pkg-server-lag workaround that, for a two-dependency package, only added time. CompatHelper.yml keeps its copy, where adding General over git is deliberate.Downstream — trimmed 8 jobs → 2, keeping Flux.jl and Zygote.jl:
🤖 Generated with Claude Code