Skip to content

Commit

Permalink
merge 2.3.2 into pre/2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed Jul 21, 2023
2 parents 337355a + 170cb35 commit 7a8b753
Show file tree
Hide file tree
Showing 6 changed files with 1,777 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `abort()` for `Job` and `mode solver`, Job or mode solver whose status is not success or error(e.g. running, draft) can be aborted, if Job or mode solver is abort, it can't be submitted, a new one needs to be created and submitted.
- `web.abort()` and `Job.abort()` methods allowing to abort running tasks without deleting them. If a task is aborted, it cannot be restarted later, a new one needs to be created and submitted.

### Changed

### Fixed

## [2.3.2] - 2023-7-21

### Added

### Changed
- Surface integration monitor validator changed to error only if *all* integration surfaces are outside of the simulation domain.

### Fixed
- Properly handle sign flip in `ModeMonitor` outputs with `direction="-"` in adjoint plugin.
- Bug in `CustomMedium.grids`, which was giving incorrect grid boundaries at edges.
- Out of date endpoint in `migrate` option of webapi.

## [2.3.1] - 2023-7-14

### Added
Expand Down Expand Up @@ -843,7 +856,8 @@ which fields are to be projected is now determined automatically based on the me
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
- A large number of small improvements and bug fixes.

[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.3.1...develop
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.3.2...develop
[2.3.2]: https://github.com/flexcompute/tidy3d/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/flexcompute/tidy3d/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/flexcompute/tidy3d/compare/v2.2.3...v2.3.0
[2.2.3]: https://github.com/flexcompute/tidy3d/compare/v2.2.2...v2.2.3
Expand Down
Loading

0 comments on commit 7a8b753

Please sign in to comment.