Skip to content

Commit

Permalink
Last updates for 2.8.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
momchil-flex committed Jan 28, 2025
1 parent 598bc9e commit 3de55ee
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 335 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.0rc2] - 2025-01-28

### Added
- `VisualizationSpec` that allows `Medium` instances to specify color and transparency plotting attributes that override default ones.
- `reduce_simulation` argument added to all web functions to allow automatically reducing structures only to the simulation domain, including truncating data in custom media, thus reducing the simulation upload size. Currently only implemented for mode solver simulation types.
Expand Down Expand Up @@ -1499,9 +1501,9 @@ 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.8.0rc1...pre/2.8
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.8.0rc2...pre/2.8
[2.8.0rc2]: https://github.com/flexcompute/tidy3d/compare/v2.8.0rc1...v2.8.0rc2
[2.8.0rc1]: https://github.com/flexcompute/tidy3d/compare/v2.7.8...v2.8.0rc1
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.9...develop
[2.7.9]: https://github.com/flexcompute/tidy3d/compare/v2.7.8...v2.7.9
[2.7.8]: https://github.com/flexcompute/tidy3d/compare/v2.7.7...v2.7.8
[2.7.7]: https://github.com/flexcompute/tidy3d/compare/v2.7.6...v2.7.7
Expand Down
Binary file modified tests/sims/simulation_sample.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/sims/simulation_sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3103,7 +3103,7 @@
"snapping_points": [],
"type": "GridSpec"
},
"version": "2.8.0rc1",
"version": "2.8.0rc2",
"plot_length_units": "\u03bcm",
"lumped_elements": [
{
Expand Down
525 changes: 194 additions & 331 deletions tidy3d/schema.json

Large diffs are not rendered by default.

0 comments on commit 3de55ee

Please sign in to comment.