From cfe8be051fc43a0747c27892d3b23a55e91e9eff Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Fri, 9 May 2025 17:18:49 +0200 Subject: [PATCH] chore: add changelogs --- DifferentiationInterface/CHANGELOG.md | 19 +++++++++++++++++++ DifferentiationInterfaceTest/CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 DifferentiationInterface/CHANGELOG.md create mode 100644 DifferentiationInterfaceTest/CHANGELOG.md diff --git a/DifferentiationInterface/CHANGELOG.md b/DifferentiationInterface/CHANGELOG.md new file mode 100644 index 000000000..7682ef9b4 --- /dev/null +++ b/DifferentiationInterface/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Changed + +- Allocate Enzyme shadow memory during preparation ([#782]) + +## [0.6.53] - 2025-05-07 + +[unreleased]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.53...main +[0.6.53]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.52...DifferentiationInterface-v0.6.53 + +[#782]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/782 \ No newline at end of file diff --git a/DifferentiationInterfaceTest/CHANGELOG.md b/DifferentiationInterfaceTest/CHANGELOG.md new file mode 100644 index 000000000..e9e121dd1 --- /dev/null +++ b/DifferentiationInterfaceTest/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.9.6] - 2025-03-28 + +### Added + +- Add new ConstantOrCache context ([#749]) +- Support nested tuples of arrays as Caches ([#748]) +- Test type consistency between preparation and execution ([#745]) + +[unreleased]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterfaceTest-v0.9.6...main +[0.9.6]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterfaceTest-v0.9.5...DifferentiationInterfaceTest-v0.9.6 + +[#749]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/749 +[#748]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/748 +[#745]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/745 \ No newline at end of file