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
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [Unreleased]
7
7
8
+
### Added
9
+
10
+
### Changed
11
+
12
+
### Fixed
13
+
14
+
## [2.4.0rc1] - 2023-7-27
15
+
8
16
### Added
9
17
- Configuration option `config.log_suppression` can be used to control the suppression of log messages.
10
-
-`abort()` for `Job` and `mode solver`, Job or mode solver whose status is not success or error(e.g. running, draft) can be aborted, if Job or mode solver is abort, it can't be submitted, a new one needs to be created and submitted.
11
-
-`web.abort()` and `Job.abort()` methods allowing to abort running tasks without deleting them. If a task is aborted, it cannot be restarted later, a new one needs to be created and submitted.
18
+
-`web.abort()` and `Job.abort()` methods allowing user to abort running tasks without deleting them. If a task is aborted, it cannot be restarted later, a new one needs to be created and submitted.
12
19
-`FastDispersionFitter` for fast fitting of material dispersion data.
13
-
-`Simulation.monitors_data_size` mapping monitor name to its data size in bytes.
20
+
-`Simulation.monitors_data_size`property mapping monitor name to its data size in bytes.
14
21
- Source with arbitrary user-specified time dependence through `CustomSourceTime`.
15
22
16
23
### Changed
17
-
- Add `width` and `height` options to `Simulation.plot_3d`.
18
-
-`sim_with_source()`, `sim_with_monitor()`, and `sim_with_mode_solver_monitor()` methods allowing the `ModeSolver` to create a copy of its simulation with a `ModeSource`, `ModeMonitor`, or `ModeSolverMonitor` added, respectively.
24
+
- Add `width` and `height` options to `Simulation.plot_3d()`.
25
+
-`sim_with_source()`, `sim_with_monitor()`, and `sim_with_mode_solver_monitor()` methods allowing the `ModeSolver` to create a copy of its `Simulation` with an added `ModeSource`, `ModeMonitor`, or `ModeSolverMonitor`, respectively.
19
26
20
27
### Fixed
21
-
-Fix the `Environment has no attribute _current` issue when set `TIDY3D_ENV=prod`
28
+
-Handles `TIDY3D_ENV` properly when set to `prod`.
22
29
- Redundant phase compensation for shifted source in smatrix plugin.
23
30
24
31
## [2.3.2] - 2023-7-21
@@ -864,7 +871,8 @@ which fields are to be projected is now determined automatically based on the me
864
871
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
865
872
- A large number of small improvements and bug fixes.
0 commit comments