Skip to content

Commit 96bb1f9

Browse files
committed
prepare for 1.9.2
1 parent 8b1d0e6 commit 96bb1f9

File tree

7 files changed

+1362
-24
lines changed

7 files changed

+1362
-24
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
98
### Added
109

1110
### Changed
1211

13-
### Fixed
14-
12+
## [1.9.2] - 2023-3-08
1513

16-
## [1.9.1] - 2023-3-06
14+
### Fixed
1715

1816
### Added
1917
- `set_logging_console` allows redirection of console messages to stderr.
@@ -22,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2220
- Use custom logger to avoid changing global logging state when importing tidy3d.
2321
- Separate logging configuration from custom exception definitions.
2422

23+
## [1.9.1] - 2023-3-06
24+
2525
### Fixed
2626
- Avoiding shapely warning in some cases when checking intersection with an empty shape.
2727
- `Medium.eps_model` error when supplied a list of frequencies rather than a numpy array.
@@ -597,7 +597,8 @@ which fields are to be projected is now determined automatically based on the me
597597
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
598598
- A large number of small improvements and bug fixes.
599599

600-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.9.1...develop
600+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.9.2...develop
601+
[1.9.2]: https://github.com/flexcompute/tidy3d/compare/v1.9.1...v1.9.2
601602
[1.9.1]: https://github.com/flexcompute/tidy3d/compare/v1.9.0...v1.9.1
602603
[1.9.0]: https://github.com/flexcompute/tidy3d/compare/v1.8.4...v1.9.0
603604
[1.8.4]: https://github.com/flexcompute/tidy3d/compare/v1.8.3...v1.8.4

0 commit comments

Comments
 (0)