Skip to content

Commit cb8fb3e

Browse files
committed
Changelog for 1.6.2
1 parent fd05796 commit cb8fb3e

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Added
99

10+
## [1.6.2] - 2022-9-6
11+
12+
### Added
13+
- Support for `Near2Far` monitors in the presence of simulation symmetries.
14+
15+
### Fixed
16+
- Bug in 3D `Near2Far` monitors where surfaces defined in `exclude_surfaces` will no actually be excluded.
17+
- Bug in getting angles from `k`-space values in `Near2FarKSpaceMonitor`.
18+
- Bug in `SimulationData.plot_field` when getting the position along the normal axis for a 2D plot.
19+
1020
## [1.6.1] - 2022-8-31
1121

1222
### Fixed
@@ -395,7 +405,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
395405
- A large number of small improvements and bug fixes.
396406

397407
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.6.1...develop
398-
[1.6.0]: https://github.com/flexcompute/tidy3d/compare/v1.6.0...v1.6.1
408+
[1.6.2]: https://github.com/flexcompute/tidy3d/compare/v1.6.1...v1.6.2
409+
[1.6.1]: https://github.com/flexcompute/tidy3d/compare/v1.6.0...v1.6.1
399410
[1.6.0]: https://github.com/flexcompute/tidy3d/compare/v1.5.0...v1.6.0
400411
[1.5.0]: https://github.com/flexcompute/tidy3d/compare/v1.4.1...v1.5.0
401412
[1.4.1]: https://github.com/flexcompute/tidy3d/compare/v1.4.0...v1.4.1

0 commit comments

Comments
 (0)