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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Add support for `np.unwrap` in `tidy3d.plugins.autograd`.
12
12
- Add Nunley variant to germanium material library based on Nunley et al. 2016 data.
13
13
14
-
### Changed
15
-
- Switched to an analytical gradient calculation for spatially-varying pole-residue models (`CustomPoleResidue`).
16
-
17
-
### Changed
18
-
- Significantly improved performance of the `tidy3d.plugins.autograd.grey_dilation` morphological operation and its gradient calculation. The new implementation is orders of magnitude faster, especially for large arrays and kernel sizes.
19
-
20
14
### Fixed
21
15
- Arrow lengths are now scaled consistently in the X and Y directions, and their lengths no longer exceed the height of the plot window.
22
16
- Bug in `PlaneWave` defined with a negative `angle_theta` which would lead to wrong injection.
17
+
- Plots of objects defined by shape intersection logic will no longer display thin line artifacts.
23
18
24
19
### Changed
20
+
- Switched to an analytical gradient calculation for spatially-varying pole-residue models (`CustomPoleResidue`).
21
+
- Significantly improved performance of the `tidy3d.plugins.autograd.grey_dilation` morphological operation and its gradient calculation. The new implementation is orders of magnitude faster, especially for large arrays and kernel sizes.
25
22
-`GaussianBeam` and `AstigmaticGaussianBeam` default `num_freqs` reset to 1 (it was set to 3 in v2.8.0) and a warning is issued for a broadband, angled beam for which `num_freqs` may not be sufficiently large.
26
23
- Set the maximum `num_freqs` to 20 for all broadband sources (we have been warning about the introduction of this hard limit for a while).
0 commit comments