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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
36
-`tidy3d.plugins.design.DesignSpace.run(..., fn_post=...)` now accepts a `priority` keyword to propagate vGPU queue priority to all automatically batched simulations.
37
37
- Introduced `BroadbandPulse` for exciting simulations across a wide frequency spectrum.
38
38
- Added `interp_spec` in `ModeSpec` to allow downsampling and interpolation of waveguide modes in frequency.
39
+
- Added `interp_spec` in `EMEModeSpec` to enable faster multi-frequency EME simulations.
39
40
40
41
### Breaking Changes
41
42
- Edge singularity correction at PEC and lossy metal edges defaults to `True`.
@@ -62,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
63
- Simulation data of batch jobs are now automatically downloaded upon their individual completion in `Batch.run()`, avoiding waiting for the entire batch to reach completion.
63
64
- Port names in `ModalComponentModeler` and `TerminalComponentModeler` can no longer include the `@` symbol.
64
65
- Improved speed of convolutions for large inputs.
66
+
- Default value of `EMEModeSpec.interp_spec` is `ModeInterpSpec.cheb(num_points=3, reduce_data=True)` for faster multi-frequency EME simulations.
65
67
66
68
### Fixed
67
69
- Ensured the legacy `Env` proxy mirrors `config.web` profile switches and preserves API URL.
0 commit comments