You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Fixed
11
+
- Potential task name mismatches between forward and adjoint simulations in batch tasks.
12
+
- Magnitude of gradient computation in `CustomMedium` by accounting properly for full volume element when permittivity data is defined over fewer dimensions than the medium.
13
+
10
14
## [2.7.8] - 2024-11-27
11
15
12
16
### Changed
@@ -15,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
19
### Fixed
16
20
- Gradient inaccuracy when a multi-frequency monitor is used but a single frequency is selected.
17
21
- Revert single cell center approximation for custom medium gradient.
18
-
- Potential task name mismatches between forward and adjoint simulations in batch tasks.
0 commit comments