Skip to content

Commit 4489150

Browse files
committed
added more to changelog
1 parent b81b8fc commit 4489150

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
mesh automatically generated based on the minimum required steps per wavelength.
2020
- New `PointDipole` source.
2121
- 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]"`.
2223

2324
### Changed
2425
- `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
2526
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.
2627
- `VolumeSource` is now called `UniformCurrentSource`.
2728
- 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`.
2835

2936
### Removed
3037
- `Simulation.grid_size` is removed in favor of `Simulation.grid_spec`.

0 commit comments

Comments
 (0)