File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2020 name : ${{ matrix.version }} - DI (${{ matrix.group }})
2121 runs-on : ubuntu-latest
2222 if : ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }}
23- timeout-minutes : 60
23+ timeout-minutes : 120
2424 permissions : # needed to allow julia-actions/cache to proactively delete old caches that it has created
2525 actions : write
2626 contents : read
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.4]
11+
1012### Added
1113
1214- Make ` AutoForwardFromPrimitive ` and ` AutoReverseFromPrimitive ` public ([ #825 ] )
@@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6264
6365- Allocate Enzyme shadow memory during preparation ([ #782 ] )
6466
65- [ unreleased ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.3...main
67+ [ unreleased ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.4...main
68+ [ 0.7.4 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.3...DifferentiationInterface-v0.7.4
6669[ 0.7.3 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.2...DifferentiationInterface-v0.7.3
6770[ 0.7.2 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.1...DifferentiationInterface-v0.7.2
6871[ 0.7.1 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.7.0...DifferentiationInterface-v0.7.1
Original file line number Diff line number Diff line change 11name = " DifferentiationInterface"
22uuid = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33authors = [" Guillaume Dalle" , " Adrian Hill" ]
4- version = " 0.7.3 "
4+ version = " 0.7.4 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
You can’t perform that action at this time.
0 commit comments