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
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,23 @@ 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
+
## [1.0.2] - 2022-2-24
13
+
8
14
### Added
9
15
- Clarified license terms to not include scripts written using the tidy3d python API.
10
16
- Simulation symmetries are now enabled but currently only affect the mode solver, if the mode plane lies on the simulation center and there's a symmetry.
11
17
- Validator that mode objects with symmetries are either entirely in the main quadrant, or lie on the symmetry axis.
18
+
-`Simulation.plotly()` makes a plotly figure of the cross section.
19
+
- Dispersion fitter can parse urls from refractiveindex.info
12
20
13
21
### Changed
14
-
- Fixed a bug in python 3.6 where polyslab vertices loaded as List of List.
22
+
- Fixed a bug in python 3.6 where polyslab vertices loaded differently from file.
15
23
16
-
## [1.0.1] - 2021-2-16
24
+
## [1.0.1] - 2022-2-16
17
25
18
26
### Added
19
27
-`Selmeier.from_dispersion()` method to quickly make a single-pole fit for lossless weakly dispersive materials.
@@ -27,15 +35,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
35
- Source dft now ignores insignificant time amplitudes for speed.
28
36
- New color schemes for plots.
29
37
30
-
## [1.0.0] - 2021-1-31
38
+
## [1.0.0] - 2022-1-31
31
39
32
40
### Added
33
41
- Stable dispersive material fits via webservice.
34
42
35
43
### Changed
36
44
- Refined and updated documentation.
37
45
38
-
## [0.2.0] - 2021-1-29
46
+
## [0.2.0] - 2022-1-29
39
47
40
48
### Added
41
49
@@ -157,9 +165,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157
165
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
158
166
- A large number of small improvements and bug fixes.
0 commit comments