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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
- Added a Gaussian inverse design filter option with autograd gradients and complete padding mode coverage.
34
34
- Added support for argument passing to DRC file when running checks with `DRCRunner.run(..., drc_args={key: value})` in klayout plugin.
35
35
- Added support for `nonlinear_spec` in `CustomMedium` and `CustomDispersiveMedium`.
36
+
-`tidy3d.plugins.design.DesignSpace.run(..., fn_post=...)` now accepts a `priority` keyword to propagate vGPU queue priority to all automatically batched simulations.
36
37
37
38
### Breaking Changes
38
39
- Edge singularity correction at PEC and lossy metal edges defaults to `True`.
Execution-time options such as vGPU queue priority are supplied when calling `run`. For example,
99
+
`design_space.run(fn_pre, fn_post, priority=7)` forwards that priority to every automatically batched
100
+
simulation (only available when both `fn` and `fn_post` are provided).
101
+
98
102
## Results
99
103
100
104
The `DesignSpace.run()` function returns a `Result` object, which is basically a dataset containing the function inputs, outputs, source code, and any task ID information corresponding to each data point.
0 commit comments