Skip to content

Commit c04420f

Browse files
committed
Update changelog, formatting tweak
1 parent 08c8fd0 commit c04420f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Generalizes the alias functions (e.g. `lineintegral`) to also accept `Domain`s.
1717
- Updated docstrings to improve clarity and consistency.
18+
- Improved unit testing for `AutoEnzyme` support.
1819

1920

2021
## [0.16.3] - 2025-06-26

ext/MeshIntegralsEnzymeExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function MeshIntegrals.jacobian(
1313
if Dim != length(ts)
1414
throw(ArgumentError("ts must have same number of dimensions as geometry."))
1515
end
16+
1617
return Meshes.to.(Enzyme.jacobian(Enzyme.Forward, geometry, ts...))
1718
end
1819

0 commit comments

Comments
 (0)