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
@@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
-`ModeSolverMonitor` and `ModeSolverData` allow the results of a mode solve run server-side to be stored.
12
12
- Plotting of `ModeSolverData` fields in `SimulationData.plot_field`.
13
13
- Ordering of modes by polarization fraction can be specified in `ModeSpec`.
14
+
- Angled mode sources.
14
15
15
16
### Changed
16
17
- Significant speed improvement for `Near2Far` calculations.
17
18
-`freq` no longer passed to `ModeSolver` upon init, instead a list of `freqs` passed to `ModeSolver.solve`.
18
19
- Mode solver now returns `ModeSolverData` object containing information about the mode fields and propagation constants as data arrays over frequency and mode index.
20
+
- Reorganized some of the internal `Source` classes.
0 commit comments