Skip to content

Commit 961e4b5

Browse files
committed
ready for release 1.0.2
1 parent 60bdb9a commit 961e4b5

File tree

7 files changed

+22
-5228
lines changed

7 files changed

+22
-5228
lines changed

CHANGELOG.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
### Added
9+
10+
### Changed
11+
12+
## [1.0.2] - 2022-2-24
13+
814
### Added
915
- Clarified license terms to not include scripts written using the tidy3d python API.
1016
- 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.
1117
- 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
1220

1321
### 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.
1523

16-
## [1.0.1] - 2021-2-16
24+
## [1.0.1] - 2022-2-16
1725

1826
### Added
1927
- `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
2735
- Source dft now ignores insignificant time amplitudes for speed.
2836
- New color schemes for plots.
2937

30-
## [1.0.0] - 2021-1-31
38+
## [1.0.0] - 2022-1-31
3139

3240
### Added
3341
- Stable dispersive material fits via webservice.
3442

3543
### Changed
3644
- Refined and updated documentation.
3745

38-
## [0.2.0] - 2021-1-29
46+
## [0.2.0] - 2022-1-29
3947

4048
### Added
4149

@@ -157,9 +165,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157165
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
158166
- A large number of small improvements and bug fixes.
159167

160-
[Unreleased]: https://github.com/flexcompute/Tidy3D-client-revamp/compare/v1.0.1...develop
161-
[1.0.1]: https://github.com/flexcompute/Tidy3D-client-revamp/compare/v1.0.0...v1.0.1
162-
[1.0.0]: https://github.com/flexcompute/Tidy3D-client-revamp/compare/v0.2.0...v1.0.0
163-
[0.2.0]: https://github.com/flexcompute/Tidy3D-client-revamp/compare/0.1.1...v0.2.0
164-
[0.1.1]: https://github.com/flexcompute/Tidy3D-client-revamp/compare/0.1.0...0.1.1
165-
[0.1.0]: https://github.com/flexcompute/Tidy3D-client-revamp/releases/tag/0.1.0
168+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.0.2...develop
169+
[1.0.2]: https://github.com/flexcompute/tidy3d/compare/v1.0.1...v1.0.2
170+
[1.0.1]: https://github.com/flexcompute/tidy3d/compare/v1.0.0...v1.0.1
171+
[1.0.0]: https://github.com/flexcompute/tidy3d/compare/v0.2.0...v1.0.0
172+
[0.2.0]: https://github.com/flexcompute/tidy3d/compare/0.1.1...v0.2.0
173+
[0.1.1]: https://github.com/flexcompute/tidy3d/compare/0.1.0...0.1.1
174+
[0.1.0]: https://github.com/flexcompute/tidy3d/releases/tag/0.1.0

0 commit comments

Comments
 (0)