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
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Added
9
9
10
10
### Changed
11
-
- Times logged in `tidy3d.log` during solver run now split into `Solver time` (time-stepping only),
12
-
`Field projection time`, after the time stepping if any field projection monitors present, and `Data write time`,
13
-
when the raw data is packaged to disk. Previously, `Solver time` used to include the `Field projection time` and
14
-
not include the `Data write time`.
15
11
12
+
### Fixed
13
+
14
+
## [2.0.3] - 2023-4-11
15
+
16
+
### Added
17
+
18
+
### Changed
19
+
- Times logged in `tidy3d.log` during solver run now split into `Solver time` (time-stepping only), `Field projection time` (after the time stepping if any field projection monitors present) and `Data write time` (when the raw data is packaged to disk). Previously, `Solver time` used to include the `Field projection time` and not `Data write time`.
16
20
17
21
### Fixed
18
22
- Port name duplication in smatrix plugin for multimode ports.
19
23
- Web functions create the leading directories for the supplied filename if they don't exist.
20
24
- Some docstring examples that were giving warnings.
21
25
-`web.monitor()` only prints message when condition met.
22
26
- PML boxes have non-zero extent along any dimensions where the simulation has 0 size, to fix plotting issues for 2D simulations.
23
-
- Improved PEC handling around curved interfaces and structure intersections. Old handling accessible with `subpixel=False`
24
-
(previously, it was independent of the subpixel setting).
27
+
- Improved PEC handling around curved interfaces and structure intersections. Old handling accessible with `subpixel=False` (previously, it was independent of the subpixel setting).
25
28
- Fix to field projections sometimes containing `NaN` values.
26
29
27
30
## [2.0.2] - 2023-4-3
@@ -675,8 +678,9 @@ which fields are to be projected is now determined automatically based on the me
675
678
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
676
679
- A large number of small improvements and bug fixes.
0 commit comments