From 469d704e506ba13a121c8b03942d6c2b7f292924 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Sat, 2 Aug 2025 08:17:03 +0200 Subject: [PATCH 1/2] chore: bump DI to v0.7.4 --- DifferentiationInterface/CHANGELOG.md | 5 ++++- DifferentiationInterface/Project.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DifferentiationInterface/CHANGELOG.md b/DifferentiationInterface/CHANGELOG.md index 341caa0ed..e04b87df5 100644 --- a/DifferentiationInterface/CHANGELOG.md +++ b/DifferentiationInterface/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.4] + ### Added - Make `AutoForwardFromPrimitive` and `AutoReverseFromPrimitive` public ([#825]) @@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allocate Enzyme shadow memory during preparation ([#782]) -[unreleased]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.3...main +[unreleased]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.4...main +[0.7.4]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.3...DifferentiationInterface-v0.7.4 [0.7.3]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.2...DifferentiationInterface-v0.7.3 [0.7.2]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.1...DifferentiationInterface-v0.7.2 [0.7.1]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.0...DifferentiationInterface-v0.7.1 diff --git a/DifferentiationInterface/Project.toml b/DifferentiationInterface/Project.toml index e75fa8d36..3efc6c248 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -1,7 +1,7 @@ name = "DifferentiationInterface" uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63" authors = ["Guillaume Dalle", "Adrian Hill"] -version = "0.7.3" +version = "0.7.4" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" From 8ec95abf69590dd798e4a380f5c8aa072d7046b8 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Sat, 2 Aug 2025 08:17:57 +0200 Subject: [PATCH 2/2] Increase time --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index f91ce0853..995e97165 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -20,7 +20,7 @@ jobs: name: ${{ matrix.version }} - DI (${{ matrix.group }}) runs-on: ubuntu-latest if: ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }} - timeout-minutes: 60 + timeout-minutes: 120 permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created actions: write contents: read