File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.4.3] - 2023-10-16
10
+
9
11
### Added
10
12
- ` Geometry.zero_dims ` method that uses ` Geometry.bounds ` and speeds up the validator for zero-sized geometries.
11
13
@@ -15,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
### Fixed
16
18
- Properly handle ` .freqs ` in ` output_monitors ` of adjoint plugin.
17
19
- 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.
18
22
19
23
## [ 2.4.2] - 2023-9-28
20
24
@@ -971,7 +975,8 @@ which fields are to be projected is now determined automatically based on the me
971
975
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
972
976
- A large number of small improvements and bug fixes.
973
977
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
975
980
[ 2.4.2 ] : https://github.com/flexcompute/tidy3d/compare/v2.4.1...v2.4.2
976
981
[ 2.4.1 ] : https://github.com/flexcompute/tidy3d/compare/v2.4.0...v2.4.1
977
982
[ 2.4.0 ] : https://github.com/flexcompute/tidy3d/compare/v2.3.3...v2.4.0
You can’t perform that action at this time.
0 commit comments