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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
mesh automatically generated based on the minimum required steps per wavelength.
20
20
- New `PointDipole` source.
21
21
- Opacity kwargs for monitor and source in `sim.plot`.
22
+
- Separated `plotly`-based requirements from core requrements file, can be added with `"pip install tidy3d-beta[plotly]"`.
22
23
23
24
### Changed
24
25
-`Simulation.grid_spec` uses the default `GridSpec`, which has `AutoGrid(min_steps_per_wvl=10)` in each direction. To initialize a `Simulation` then it is no
25
26
longer needed to provide grid information, if sources are added to the simulation. Otherwise an error will be raised asking to provide a wavelength for the auto mesh.
26
27
-`VolumeSource` is now called `UniformCurrentSource`.
27
28
- S-matrix module now places the monitors exactly at the port locations and offsets the source slightly for numerical reasons (more accurate).
29
+
- Fixed bug in `PolySlab` visualization with sidewalls.
30
+
- Inheritance structure of `Source` reorganized.
31
+
- Better handling of only one `td.inf` in `Box.from_bounds`.
32
+
- Added proper label to intensity plots.
33
+
- Made all attributes `Field()` objects in `data.py` to clean up docs.
34
+
- Proper handling of `Medium.eps_model` at frequency of `td.inf` and `None`.
28
35
29
36
### Removed
30
37
-`Simulation.grid_size` is removed in favor of `Simulation.grid_spec`.
0 commit comments