File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
DifferentiationInterfaceTest Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ### Changed
11
+
12
+ - Allocate Enzyme shadow memory during preparation ([ #782 ] )
13
+
14
+ ## [ 0.6.53] - 2025-05-07
15
+
16
+ [ unreleased ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.53...main
17
+ [ 0.6.53 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.52...DifferentiationInterface-v0.6.53
18
+
19
+ [ #782 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/782
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.9.6] - 2025-03-28
11
+
12
+ ### Added
13
+
14
+ - Add new ConstantOrCache context ([ #749 ] )
15
+ - Support nested tuples of arrays as Caches ([ #748 ] )
16
+ - Test type consistency between preparation and execution ([ #745 ] )
17
+
18
+ [ unreleased ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterfaceTest-v0.9.6...main
19
+ [ 0.9.6 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterfaceTest-v0.9.5...DifferentiationInterfaceTest-v0.9.6
20
+
21
+ [ #749 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/749
22
+ [ #748 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/748
23
+ [ #745 ] : https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/745
You can’t perform that action at this time.
0 commit comments