Skip to content

Commit 744dce4

Browse files
authored
chore: add changelogs (#787)
1 parent bb50d0b commit 744dce4

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

DifferentiationInterface/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)