@@ -5,15 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## [ Unreleased]
77
8- ## [ 1.9.3] - 2023-3-08
8+ ### Added
9+
10+ ### Changed
911
1012### Fixed
11- - Allow new ` tidy3d.config.logging_level ` to accept lower case for backwards compatibility.
1213
13- ## [ 1.9.2 ] - 2023-3-08
14+ ## [ 1.10.0 ] - 2023-3-28
1415
1516### Added
16- ### Added
17+ - ` TriangleMesh ` class for modeling geometries specified by triangle surface meshes, with support for STL file import.
1718- ` SimulationData.plot_field ` accepts new field components and values, including the Poynting vector.
1819- ` SimulationData.get_poynting_vector ` for calculating the 3D Poynting vector at the Yee cell centers.
1920- Post-init validation of Tidy3D components.
@@ -41,11 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4142- Two unstable materials in ` material_library ` : ` Cu_JohnsonChristy1972 ` and ` Ni_JohnsonChristy1972 ` . ` TiOx_HoribStable ` added for improved stability.
4243- Bug in infinite long cylinder when the ` reference_plane ` is not at the bottom or the cylinder is slanted.
4344
44- ## [ 1.10.0rc1] - 2023-3-07
45-
46- ### Added
47- - ` TriangleMesh ` class for modeling geometries specified by triangle surface meshes, with support for STL file import.
48-
4945## [ 1.9.3] - 2023-3-08
5046
5147### Fixed
@@ -638,9 +634,8 @@ which fields are to be projected is now determined automatically based on the me
638634- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
639635- A large number of small improvements and bug fixes.
640636
641- [ Unreleased ] : https://github.com/flexcompute/tidy3d/compare/v1.10.0rc1...develop
642- [ 1.10.0rc1 ] : https://github.com/flexcompute/tidy3d/compare/v1.9.1...v1.10.0rc1
643- [ Unreleased ] : https://github.com/flexcompute/tidy3d/compare/v1.9.3...develop
637+ [ Unreleased ] : https://github.com/flexcompute/tidy3d/compare/v1.10.0...develop
638+ [ 1.10.0 ] : https://github.com/flexcompute/tidy3d/compare/v1.9.3...v1.10.0
644639[ 1.9.3 ] : https://github.com/flexcompute/tidy3d/compare/v1.9.2...v1.9.3
645640[ 1.9.2 ] : https://github.com/flexcompute/tidy3d/compare/v1.9.1...v1.9.2
646641[ 1.9.1 ] : https://github.com/flexcompute/tidy3d/compare/v1.9.0...v1.9.1
0 commit comments