You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
### Added
9
9
10
-
## [1.5.0] - 2022-7-7
10
+
## [1.5.0] - 2022-7-21
11
11
12
-
### Changed
12
+
### Fixed
13
+
- Bug in computing the `bounds` of `GeometryGroup`.
14
+
- Bug in auto-mesh generation.
13
15
14
-
- All Tidy3D components apart from data structures are now fully immutable.
15
-
- Stopped support for python 3.6, improved support for python 3.10.
16
-
- Web material fitter for lossless input data (no `k` data provided) will now return a lossless medium.
17
-
-`sort_by` changed to `filter_pol` in `ModeSpec`.
18
-
-`center` no longer a field of all `Geometry` components, instead only present when needed,
16
+
### Changed
17
+
- All Tidy3D components apart from data structures are now fully immutable.
18
+
- Stopped support for python 3.6, improved support for python 3.10.
19
+
- Web material fitter for lossless input data (no `k` data provided) will now return a lossless medium.
20
+
-`sort_by` changed to `filter_pol` in `ModeSpec`.
21
+
-`center` no longer a field of all `Geometry` components, instead only present when needed,
19
22
removed in `PolySlab` and `GeometryGroup`. `Planar` geometries no longer have a mandatory `length` field, but
20
23
have `center_axis` and `lengt_axis` properties for the center and length along the extrusion axis. `PolySlab` now defined exclusively through `slab_bounds`,
21
24
while `Cylinder` through `center` and `length`.
25
+
- In mode solver, allow precision to switch between double and single precision.
0 commit comments