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
55
66## [ Unreleased]
77
8+ ## [ 2.5.1] - 2024-01-08
9+
810### Added
911- ` ModeData.dispersion ` and ` ModeSolverData.dispersion ` are calculated together with the group index.
1012- 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
1517
1618### Changed
1719- ` 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.
1921
2022### Fixed
2123- 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
10541056- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
10551057- A large number of small improvements and bug fixes.
10561058
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
10581061[ 2.5.0 ] : https://github.com/flexcompute/tidy3d/compare/v2.4.3...v2.5.0
10591062[ 2.4.3 ] : https://github.com/flexcompute/tidy3d/compare/v2.4.2...v2.4.3
10601063[ 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 11"""Defines the front end version of tidy3d"""
22
3- __version__ = "2.5.0 "
3+ __version__ = "2.5.1 "
You can’t perform that action at this time.
0 commit comments