Skip to content

Bump tidy3d-beta from 1.3.2 to 1.8.0#25

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tidy3d-beta-1.8.0
Closed

Bump tidy3d-beta from 1.3.2 to 1.8.0#25
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tidy3d-beta-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Dec 19, 2022

Bumps tidy3d-beta from 1.3.2 to 1.8.0.

Release notes

Sourced from tidy3d-beta's releases.

v1.8.0

No release notes provided.

v1.7.1

No release notes provided.

v1.7.0

No release notes provided.

v1.6.3

No release notes provided.

v1.6.2

No release notes provided.

v1.6.1

No release notes provided.

v1.6.0

No release notes provided.

v1.5.0

What's Changed

New Contributors

Full Changelog: flexcompute/tidy3d@v1.4.1...v1.5.0

... (truncated)

Changelog

Sourced from tidy3d-beta's changelog.

[1.8.0] - 2022-12-14

Added

  • CustomFieldSource that can inject arbitrary source fields.
  • ElectromagneticFieldData.flux property for data corresponding to 2D monitors, and ElectromagneticFieldData.dot method for computing the overlap integral over two sets of frequency-domain field data.
  • Data corresponding to 2D FieldMonitor and FieldTimeMonitor, as well as to ModeSolverMonitor, now also stores grid_correction data related to the finite grid along the normal direction. This needs to be taken into account to avoid e.g. numerical oscillations of the flux with the exact position of the monitor that is due to the interpolation from the grid cell boundaries. These corrections are automatically applied when using the flux and dot methods.
  • Resonance finding plugin for estimating resonance frequency and Q-factor of multiple resonances from time-domain data. Accessed through tidy3d.plugins.ResonanceFinder.
  • New .updated_copy(**kwargs) method to all tidy3d objects to add a more convenient shortcut to copying an instance with updated fields, i.e. med.copy(update=dict(permittivity=3.0)) becomes med.updated_copy(permittivity=3.0).
  • Test support for python 3.11.
  • sidewall_angle option for Cylinder that allows a Cylinder to be tuned into a conical frustum or a cone.
  • reference_plane for PolySlab that provides options to define the vertices at the bottom, middle, or top of the PolySlab.
  • Automesh generation: MeshOverrideStructure that allows for a direct grid size specification in override structures, and dl_min that bounds the minimal grid size.
  • More material models to the material database such as gold from Olman2012.
  • In AdvancedFitterParam for StableDispersionFitter, random_seed option to set the random seed, and bound_f_lower to set the lower bound of pole frequency.
  • Introduced the option to project fields at near, intermediate, and far distances using an exact Green's function formalism which does not make far-field approximations. This can be enabled in any AbstractFieldProjectionMonitor by setting far_field_approx=False. A tutorial notebook as a comprehensive reference for field projections was added to the documentation.
  • Tracking of modes in ModeSolverData based on overlap values, controlled through ModeSpec.track_freq.
  • Native broadband support for GassuainBeam AstigmaticGaussianBeam, and ModeSource through the num_freqs argument.
  • Apodization option for frequency-domain monitors to ignore temporal data in the beginning and/or end of a simulation

Changed

  • Minimum flex unit charge reduced from 0.1 to 0.025.
  • Default courant factor was changed from 0.9 to 0.99.
  • A point dipole source placed on a symmetry plane now always has twice the amplitude of the same source in a simulation without the symmetry plane, as expected by continuity with the case when the dipole is slightly off the symmetry plane, in which case there are effectively two dipoles, the original one and its mirror image. Previously, the amplitude was only doubled for dipoles polarized normal to the plane, because of Yee grid specifics.
  • FluxMonitor and FluxTimeMonitor no longer snap fields to centers, but instead provide continuous interpolation of the flux over the exact geometry of the monitor.
  • Major refactor to internal handling of data structures, including pure Dataset components that do not depend on other Tidy3D components and may therefore be used to define custom data in Tidy3D models.
  • Speed and memory usage improvement when writing and reading Tidy3d models to and from .hdf5 files.
  • Writing Tidy3D models containing custom data to .json file will log a warning and exclude the raw data from the file for performance reasons.
  • Material database reorganization and fixing a few references to the dispersion data.
  • The name Near2Far has been replaced with FieldProjection. For example, Near2FarAngleMonitor is now FieldProjectionAngleMonitor.
  • The API for far field projections has been simplified and several methods have now become properties. For example, the radar cross section is now accessed as .radar_cross_section, not .radar_cross_section().
  • Added a method renormalize_fields to AbstractFieldProjectionData to re-project far fields to different projection distances.
  • The API for DiffractionData was refactored to unify it with the API for AbstractFieldProjectionData.
  • The user no longer needs to supply orders_x and orders_y when creating a DiffractionMonitor; all allowed orders are automatically

... (truncated)

Commits
  • 42774bf Final changelog and schema for 1.8.0
  • a0712cc Rename global_min_dl to dl_min in AutoGrid
  • 6a81711 warning instead of error for bloch + planewave check; use abs val for compari...
  • 5b0907c Squeezing normal coordinate in tangential fields
  • 9ac4613 warning instead of error for bloch + planewave check, and reduce tol to 1e-6
  • bf0c294 More fixes for modes that are 0D along one dimension
  • bb24ab5 update changelog for automatic medium detection
  • 2508dca Fix for mode solver when the mode plane and the simulation are 0D along the s...
  • e3f58ba Change from using logging module to tidy3d logger
  • a66762a Forgotten np.abs in mode scaling
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tidy3d-beta](https://github.com/flexcompute/tidy3d) from 1.3.2 to 1.8.0.
- [Release notes](https://github.com/flexcompute/tidy3d/releases)
- [Changelog](https://github.com/flexcompute/tidy3d/blob/develop/CHANGELOG.md)
- [Commits](flexcompute/tidy3d@v1.3.2...v1.8.0)

---
updated-dependencies:
- dependency-name: tidy3d-beta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 19, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 2, 2023

Superseded by #26.

@dependabot dependabot Bot closed this Jan 2, 2023
@dependabot dependabot Bot deleted the dependabot/pip/tidy3d-beta-1.8.0 branch January 2, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants