gdsfactory / skywater130

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

Bump gdsfactory from 5.10.15 to 5.12.0 #23

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps gdsfactory from 5.10.15 to 5.12.0.

Changelog

Sourced from gdsfactory's changelog.

5.12.0

  • remove gf.simulation.gtidy3d.modes.find_modes, add cache and filepath to Waveguide
  • remove many default parameters from Waveguide
  • replace from pickle to np.savez_compressed()
  • replace from tqdm import tqdm to from tqdm.auto import tqdm
  • add Optional refractive_index to LayerLevel
  • add Transition to docs API
  • add archimedean spiral PR
  • add Google pydocstyle to docs/contribution.md

5.11.4

  • add opacity 0.5 for dither I1
  • Fix sweep_bend_loss, overlap integral code in gtidy3d.modes PR
  • replace Settings object in packed info by dict PR fixes issue

5.11.3

  • move dependencies from pip install gdsfactory[full] to pip install gdsfactory
    • watchdog
    • qrcode
  • increase test coverage
  • remove icyaml webapp

5.11.2

  • better docs
  • simpler gf module namespace. unexpose some functions from module
    • port
    • klive
    • plot, quickplot, quickplot2, set_quickplot_options
    • dft
  • add shear angle to Port.str

5.11.1

  • add pytest and pytest-regressions to requirements

5.11.0

  • add Pdk.warn_offgrid_ports
  • move optional dependencies to pip install gdsfactory[full]
  • move sipann dependency to pip install gdsfactory[sipann]
  • parametric layer_stack

5.10.17

  • PR fixes issue
    • Use snap.snap_to_grid() to snap cross section points

... (truncated)

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

Superseded by #24.