Skip to content

Commit 337aa80

Browse files
Update CHANGELOG and schema
1 parent 197b9d3 commit 337aa80

File tree

2 files changed

+27
-43
lines changed

2 files changed

+27
-43
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### Added
99

10-
## [1.5.0] - 2022-7-7
10+
## [1.5.0] - 2022-7-21
1111

12-
### Changed
12+
### Fixed
13+
- Bug in computing the `bounds` of `GeometryGroup`.
14+
- Bug in auto-mesh generation.
1315

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,
1922
removed in `PolySlab` and `GeometryGroup`. `Planar` geometries no longer have a mandatory `length` field, but
2023
have `center_axis` and `lengt_axis` properties for the center and length along the extrusion axis. `PolySlab` now defined exclusively through `slab_bounds`,
2124
while `Cylinder` through `center` and `length`.
25+
- In mode solver, allow precision to switch between double and single precision.
26+
2227

2328
## [1.4.1] - 2022-6-13
2429

0 commit comments

Comments
 (0)