Skip to content

Commit 1b6c725

Browse files
committed
changelog, version, schema in preparation for 2.4.3
1 parent 743b360 commit 1b6c725

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.4.3] - 2023-10-16
10+
911
### Added
1012
- `Geometry.zero_dims` method that uses `Geometry.bounds` and speeds up the validator for zero-sized geometries.
1113

@@ -15,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
### Fixed
1618
- Properly handle `.freqs` in `output_monitors` of adjoint plugin.
1719
- Simulation updater for `.hdf5` files with custom data.
20+
- Fix to solver geometry parsing in some edge cases of slanted polyslab and STL geometries that could lead to an error or divergence.
21+
- Fix to errors in some edge cases of a TFSF source setup.
1822

1923
## [2.4.2] - 2023-9-28
2024

@@ -971,7 +975,8 @@ which fields are to be projected is now determined automatically based on the me
971975
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
972976
- A large number of small improvements and bug fixes.
973977

974-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.4.2...develop
978+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.4.3...develop
979+
[2.4.3]: https://github.com/flexcompute/tidy3d/compare/v2.4.2...v2.4.3
975980
[2.4.2]: https://github.com/flexcompute/tidy3d/compare/v2.4.1...v2.4.2
976981
[2.4.1]: https://github.com/flexcompute/tidy3d/compare/v2.4.0...v2.4.1
977982
[2.4.0]: https://github.com/flexcompute/tidy3d/compare/v2.3.3...v2.4.0

0 commit comments

Comments
 (0)