Skip to content

Commit 7299d0d

Browse files
committed
changelog and schema
1 parent f9b7b79 commit 7299d0d

File tree

2 files changed

+858
-35
lines changed

2 files changed

+858
-35
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
can still be renormalized to a different source later on using the new `SimulationData.renormalize`.
3434
- `FluxMonitor` and `FluxTimeMonitor`-s can now have a 3D box geometry, in which case the flux going out of all box surfaces is computed (optionally,
3535
some surfaces can be excluded).
36+
- Frequency-domain monitors require a non-empty list of frequencies.
3637
- Reduced the minimum flex unit cost to run a simulation to `0.1`.
3738
- Reduced the premium cost for dispersive materials in typical cases.
3839
- Added a cost for monitors that should be negligible in typical cases but affects large monitors that significantly slow down the simulation.
@@ -388,7 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
388389
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
389390
- A large number of small improvements and bug fixes.
390391

391-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.5.0...develop
392+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v1.6.0...develop
393+
[1.6.0]: https://github.com/flexcompute/tidy3d/compare/v1.5.0...1.6.0
392394
[1.5.0]: https://github.com/flexcompute/tidy3d/compare/v1.4.1...1.5.0
393395
[1.4.1]: https://github.com/flexcompute/tidy3d/compare/v1.4.0...1.4.1
394396
[1.4.0]: https://github.com/flexcompute/tidy3d/compare/v1.3.3...1.4.0

0 commit comments

Comments
 (0)