Skip to content

Commit 9bdae6a

Browse files
committed
update changelog for 1.8.2
1 parent a9b2f9f commit 9bdae6a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.8.2] - 2023-1-12
9+
810
### Added
11+
- warning if users install via `tidy3d-beta` on pip, from now on, best to use `tidy3d` directly.
12+
- support for non-dispersive media in `AnisotropicMedium`
13+
14+
### Changed
15+
- Support shapely version >=2.0 for all python versions.
16+
- Internally refactor `Simulation.epsilon` and move `eps_diagonal` to `Structure` in preparation for future changes.
17+
- Readme displays updated instructions for installing tidy3d (remove beta version mention).
18+
19+
### Fixed
20+
- Field decay warning in mode solver when symmetry present.
21+
- Formatting bug in Tidy3d custom exceptions.
22+
23+
### Removed
924

1025
## [1.8.1] - 2022-12-30
1126

@@ -520,7 +535,8 @@ which fields are to be projected is now determined automatically based on the me
520535
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
521536
- A large number of small improvements and bug fixes.
522537

523-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.8.1...develop
538+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.8.2...develop
539+
[1.8.2]: https://github.com/flexcompute/tidy3d/compare/v1.8.1...v1.8.2
524540
[1.8.1]: https://github.com/flexcompute/tidy3d/compare/v1.8.0...v1.8.1
525541
[1.8.0]: https://github.com/flexcompute/tidy3d/compare/v1.7.1...v1.8.0
526542
[1.7.1]: https://github.com/flexcompute/tidy3d/compare/v1.7.0...v1.7.1

0 commit comments

Comments
 (0)