From a842602c4a138ee33fe460014f5cce30a884f367 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Thu, 15 Feb 2024 11:12:30 -0500 Subject: [PATCH 1/2] Add downstream testing for NonlinearSolve --- .github/workflows/Downstream.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index c72a26c11..620c447cd 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -20,7 +20,7 @@ jobs: - {user: SciML, repo: ModelingToolkit.jl, group: All} - {user: SciML, repo: SciMLSensitivity.jl, group: Core1} - {user: SciML, repo: BoundaryValueDiffEq.jl, group: All} - + - {user: SciML, repo: NonlinearSolve.jl, group: All} steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 @@ -50,6 +50,9 @@ jobs: @info "Not compatible with this release. No problem." exception=err exit(0) # Exit immediately, as a success end + env: + RETESTITEMS_NWORKERS: 4 + RETESTITEMS_NWORKER_THREADS: 2 - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v3 with: From b9f4c73ff89b8e086b90f1200ab16b1c112daca8 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Thu, 15 Feb 2024 11:39:10 -0500 Subject: [PATCH 2/2] Bump enzyme compat --- .github/workflows/Downstream.yml | 1 + Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 620c447cd..1820e609a 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -12,6 +12,7 @@ jobs: env: GROUP: ${{ matrix.package.group }} strategy: + fail-fast: false matrix: julia-version: [1] os: [ubuntu-latest] diff --git a/Project.toml b/Project.toml index f5831acef..2b3422754 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LinearSolve" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" authors = ["SciML"] -version = "2.23.3" +version = "2.23.4" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -67,7 +67,7 @@ CUDA = "5" ConcreteStructs = "0.2.3" DocStringExtensions = "0.9.3" EnumX = "1.0.4" -Enzyme = "0.11.14" +Enzyme = "0.11.15" EnzymeCore = "0.6.5" FastAlmostBandedMatrices = "0.1" FastLapackInterface = "2"