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.4 #24

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps gdsfactory from 5.10.15 to 5.12.4.

Changelog

Sourced from gdsfactory's changelog.

5.12.4

  • function to calculate_effective_permittivity PR
  • Add MPB mode solver for cross sections PR

5.12.2

  • extract generating component list for doe into a separate function for use in pack_doe and elsewhere fixes issue
  • meep 1.23 introduced to use the energy in the whole simulation to determine when to terminate, which is a better termination condition than the energy at the ports. PR. Requires meep 1.23 or newer.

5.12.1

  • layer_stack has a 2.5D information.
  • fix xsection_planarized script
  • add 2.5 info to generic.

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

... (truncated)

Commits
  • 9498e67 Bump version: 5.12.3 → 5.12.4
  • 09af925 fix pre-commit
  • 5e6b974 Merge remote-tracking branch 'refs/remotes/origin/master'
  • a77f9f5 update changelog
  • 0fb1e38 Merge pull request #501 from HelgeGehring/calculate_effective_permittivity
  • e3b9832 Merge pull request #500 from gdsfactory/sourcery/pull-499
  • 729a393 Update effective_permittivity.py
  • 92f2b8c function to calculate_effective_permittivity
  • 7e6554e fix pydocstyle
  • da94bcd 'Refactored by Sourcery'
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #27.