Skip to content

Commit d61707c

Browse files
committed
changelog 2.3.0rc1
1 parent 8c7ca91 commit d61707c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
### Added
9+
10+
### Changed
11+
12+
### Fixed
13+
14+
## [2.3.0rc1]
15+
816
### Added
917
- Specification of spatial permittivity distribution of dispersive material using user-supplied data through `CustomPoleResidue`, `CustomSellmeier`, `CustomLorentz`, `CustomDebye`, and `CustomDrude` components.
1018
- `CustomAnisotropicMedium` where each component can take user-supplied data to define spatial permittivity distribution of non-dispersive or dispersive material.
1119

1220
### Changed
13-
- Add `Medium2D` to full simulation in tests.
21+
- Added `Medium2D` to full simulation in tests.
1422
- `DispersionFitter` and `StableDispersionFitter` unified in a single `DispersionFitter` interface.
1523
- `StableDispersionFitter` deprecated, with stable fitter now being run instead through `plugins.dispersion.web.run(DispersionFitter)`.
1624
- Removed validator from `CustomFieldSource` that ensured data spanned the source geometry. Now the current values are extrapolated outside of the supplied data ranges.
@@ -772,7 +780,8 @@ which fields are to be projected is now determined automatically based on the me
772780
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
773781
- A large number of small improvements and bug fixes.
774782

775-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.2.2...develop
783+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.3.0rc1...develop
784+
[2.3.0rc1]: https://github.com/flexcompute/tidy3d/compare/v2.2.2...v2.3.0rc1
776785
[2.2.2]: https://github.com/flexcompute/tidy3d/compare/v2.2.1...v2.2.2
777786
[2.2.1]: https://github.com/flexcompute/tidy3d/compare/v2.2.0...v2.2.1
778787
[2.2.0]: https://github.com/flexcompute/tidy3d/compare/v2.1.1...v2.2.0

0 commit comments

Comments
 (0)