File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 2.5.1] - 2024-01-08
9
+
8
10
### Added
9
11
- ` ModeData.dispersion ` and ` ModeSolverData.dispersion ` are calculated together with the group index.
10
12
- String matching feature ` contains_str ` to ` assert_log_level ` testing utility.
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
16
18
### Changed
17
19
- ` jax ` and ` jaxlib ` versions bumped to ` 0.4.* ` .
18
- - Imporved and unified warning message for validation failure of dependecy fields in validators.
20
+ - Improved and unified warning message for validation failure of dependency fields in validators.
19
21
20
22
### Fixed
21
23
- Error in automatic grid generation in specific cases with multiple thin structures.
@@ -1054,7 +1056,8 @@ which fields are to be projected is now determined automatically based on the me
1054
1056
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
1055
1057
- A large number of small improvements and bug fixes.
1056
1058
1057
- [ Unreleased ] : https://github.com/flexcompute/tidy3d/compare/v2.5.0...develop
1059
+ [ Unreleased ] : https://github.com/flexcompute/tidy3d/compare/v2.5.1...develop
1060
+ [ 2.5.1 ] : https://github.com/flexcompute/tidy3d/compare/v2.5.0...v2.5.1
1058
1061
[ 2.5.0 ] : https://github.com/flexcompute/tidy3d/compare/v2.4.3...v2.5.0
1059
1062
[ 2.4.3 ] : https://github.com/flexcompute/tidy3d/compare/v2.4.2...v2.4.3
1060
1063
[ 2.4.2 ] : https://github.com/flexcompute/tidy3d/compare/v2.4.1...v2.4.2
Original file line number Diff line number Diff line change 1
1
"""Defines the front end version of tidy3d"""
2
2
3
- __version__ = "2.5.0 "
3
+ __version__ = "2.5.1 "
You can’t perform that action at this time.
0 commit comments