gdsfactory / skywater130

skywater 130nm pdk
https://gdsfactory.github.io/skywater130/
MIT License
26 stars 11 forks source link

Bump gdsfactory from 5.9.0 to 5.10.5 #13

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps gdsfactory from 5.9.0 to 5.10.5.

Changelog

Sourced from gdsfactory's changelog.

5.10.5

  • quickplotter picks a random color if layer not defined in pdk.get_layer_color(). Before it was raising a ValueError.

5.10.4

  • Use tidy3d.webapi.Batch instead of pool executor PR
  • update to latest tidy3d==1.4.1

5.10.3

  • replace 'bend_euler' string with function in mzi

5.10.2

  • fix tidy3d port orientation '+' or '-'

5.10.1

  • works with latest simphony and Sipann

5.10.0

  • rename LayerSet to LayerColors, as it is a more intuitive name. We only use this for defining 3D and 2D plot colors.
  • add Pdk attributes
    • layer_stack: Optional[LayerStack] = None
    • layer_colors: Optional[LayerColors] = None
    • sparameters_path: PathType
  • add Component.to_3d()
  • add gf.pdk.get_layer_stack() for 3D rendering and simulation plugins
    • gf.simulation.lumerical.write_sparameters_lumerical
    • gf.simulation.gmeep.write_sparameters_meep
    • gf.simulation.tidy3d.write_sparameters
  • modify Component.plot() to use colors from gf.pdk.get_layer_colors()
Commits


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)
dependabot[bot] commented 2 years ago

Looks like gdsfactory is up-to-date now, so this is no longer needed.