Skip to content

Bump tidy3d-beta from 1.3.2 to 1.8.1#26

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 2, 2023

Bumps tidy3d-beta from 1.3.2 to 1.8.1.

Release notes

Sourced from tidy3d-beta's releases.

v1.8.1

No release notes provided.

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

... (truncated)

Changelog

Sourced from tidy3d-beta's changelog.

[1.8.1] - 2022-12-30

Added

  • Environment variable TIDY3D_SSL_VERIFY to optionally disable SSL authentication (default is True).
  • Billed FlexUnit cost displayed at the end of web.monitor.

Fixed

  • Bug on Windows systems with submitting CustomFieldSource data to the server.
  • Fix to FieldData.symmetry_expanded_copy for monitors with colocate=True.

Changed

  • The Simulation version updater is called every time a Simulation object is loaded, not just from_file.
  • Boundary specifications that rely on the default Periodic boundary now print a deprecation warning, as the default boundaries will change to PML in Tidy3D 2.0.

[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

... (truncated)

Commits
  • 8263515 changelog and schema for 1.8.1
  • 3297bb3 Fix to print deprecation warning when initializing BoundarySpec from classmet...
  • 3c6399d boundary spec deprecation warning and updated tests to always set boundaries ...
  • 892888b fixed pylint error
  • 6d362a1 fixed typo in Lorentz.coeffs
  • 211ba45 Showing billed FlexUnit at the end of web.monitor
  • a7de987 deprecation warnings for API updates in 2.0
  • e9cbec6 use updater anytime simulation constructed using validator
  • 04ed621 Fix to symmetry_expanded_copy for colocating monitors
  • 1736296 Fix to bug on Windows with temporary file
  • 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.1.
- [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.1)

---
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 Jan 2, 2023
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 16, 2023

Superseded by #27.

@dependabot dependabot Bot closed this Jan 16, 2023
@dependabot dependabot Bot deleted the dependabot/pip/tidy3d-beta-1.8.1 branch January 16, 2023 08:07
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