File tree Expand file tree Collapse file tree 3 files changed +707
-352
lines changed Expand file tree Collapse file tree 3 files changed +707
-352
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88### Added
99
10- ## [ 1.8.0] - 2022-12-xx
10+ ## [ 1.8.0] - 2022-12-14
1111
1212### Added
1313- ` CustomFieldSource ` that can inject arbitrary source fields.
@@ -72,6 +72,7 @@ which fields are to be projected is now determined automatically based on the me
7272- Ignore shapely ` STRtree ` deprecation warning.
7373- Ignore x axis when plotting 1D ` Simulation ` cross sections to avoid plot irregularities.
7474- Local web api tests.
75+ - Use Tidy3D logger for some warnings that used to use default python logging.
7576
7677
7778## [ 1.7.1] - 2022-10-10
@@ -501,7 +502,8 @@ which fields are to be projected is now determined automatically based on the me
501502- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
502503- A large number of small improvements and bug fixes.
503504
504- [ Unreleased ] : https://github.com/flexcompute/tidy3d/compare/v1.7.1...develop
505+ [ Unreleased ] : https://github.com/flexcompute/tidy3d/compare/v1.8.0...develop
506+ [ 1.8.0 ] : https://github.com/flexcompute/tidy3d/compare/v1.7.1...v1.8.0
505507[ 1.7.1 ] : https://github.com/flexcompute/tidy3d/compare/v1.7.0...v1.7.1
506508[ 1.7.0 ] : https://github.com/flexcompute/tidy3d/compare/v1.6.3...v1.7.0
507509[ 1.6.3 ] : https://github.com/flexcompute/tidy3d/compare/v1.6.2...v1.6.3
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class MeshOverrideStructure(AbstractStructure):
107107 title = "Enforce grid size" ,
108108 description = "If ``True``, enforce the grid size setup inside the structure "
109109 "even if the structure is inside a structure of smaller grid size. In the intersection "
110- "region of multiple structures of ``enforce = True``, grid size is decided by "
110+ "region of multiple structures of ``enforce= True``, grid size is decided by "
111111 "the last added structure of ``enforce=True``." ,
112112 )
113113
You can’t perform that action at this time.
0 commit comments