Skip to content

Commit be1ed83

Browse files
committed
Changelog and schmea for 1.7.1
1 parent b20fe23 commit be1ed83

File tree

2 files changed

+120
-10
lines changed

2 files changed

+120
-10
lines changed

CHANGELOG.md

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

88
### Added
99

10+
## [1.7.1] - 2022-10-10
11+
12+
### Added
13+
- `medium` field in `DiffractionMonitor` for decomposition of fields that are not in vacuum.
14+
15+
### Fixed
16+
- Bug in meshing an empty simulation with zero size along one dimension.
17+
- Bug causing error in the solver when a `PermittivityMonitor` is present in the list of monitors and is not at the end of the list.
18+
1019
## [1.7.0] - 2022-10-03
1120

1221
### Added
@@ -425,7 +434,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
425434
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
426435
- A large number of small improvements and bug fixes.
427436

428-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.7.0...develop
437+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.7.1...develop
438+
[1.7.1]: https://github.com/flexcompute/tidy3d/compare/v1.7.0...v1.7.1
429439
[1.7.0]: https://github.com/flexcompute/tidy3d/compare/v1.6.3...v1.7.0
430440
[1.6.3]: https://github.com/flexcompute/tidy3d/compare/v1.6.2...v1.6.3
431441
[1.6.2]: https://github.com/flexcompute/tidy3d/compare/v1.6.1...v1.6.2

0 commit comments

Comments
 (0)