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
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
## [Unreleased]
7
7
8
8
### Added
9
-
-`ModeData.dispersion` and `ModeSolverData.dispersion` are calculated together with the group index.
10
9
-`tidy3d.plugins.design` tool to explore user-defined design spaces.
10
+
-`ModeData.dispersion` and `ModeSolverData.dispersion` are calculated together with the group index.
11
11
12
12
### Changed
13
13
@@ -80,18 +80,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
80
- Ensure that mode solver fields are returned in single precision if `ModeSolver.ModeSpec.precision == "single"`.
81
81
- If there are no adjoint sources for a simulation involved in an objective function, make a mock source with zero amplitude and warn user.
82
82
83
-
## [2.5.0rc1] - 2023-10-10
84
-
85
-
### Added
86
-
- Time zone in webAPI logging output.
87
-
- Class `Scene` consisting of a background medium and structures for easier drafting and visualization of simulation setups as well as transferring such information between different simulations.
88
-
- Solver for thermal simulation (see `HeatSimulation` and related classes).
89
-
- Specification of material thermal properties in medium classes through an optional field `.heat_spec`.
90
-
91
-
### Changed
92
-
- Internal refactor of Web API functionality.
93
-
-`Geometry.from_gds` doesn't create unnecessary groups of single elements.
0 commit comments