Skip to content

Commit

Permalink
Merge pull request #2345 from gdsfactory/preparing_minor_release
Browse files Browse the repository at this point in the history
preparing for minor release
  • Loading branch information
joamatab committed Dec 2, 2023
2 parents 7ac585f + 404040e commit a692eb8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Expand Up @@ -28,11 +28,14 @@ version-resolver:
major:
labels:
- 'type: breaking'
- 'major'
minor:
labels:
- 'minor'
- 'type: feature'
patch:
labels:
- 'patch'
- 'type: bug'
- 'type: maintenance'
- 'type: docs'
Expand Down
22 changes: 20 additions & 2 deletions gdsfactory/components/edge_coupler_array.py
Expand Up @@ -38,6 +38,24 @@ def edge_coupler_array(
text: text spec.
text_offset: from edge coupler.
text_rotation: text rotation in degrees.
Requires edge coupler waveguide port to face left.
.. code::
┌─────────────────┐
│ │
│ │
│ │
─────────────── │ │
─────────────── │ │
o1 edge_coupler_tip│ fiber │
─────────────── │ │
─────────────── │ │
│ │
│ │
│ │
└─────────────────┘
"""
edge_coupler = gf.get_component(edge_coupler)

Expand Down Expand Up @@ -153,8 +171,8 @@ def edge_coupler_array_with_loopback(


if __name__ == "__main__":
c = edge_coupler_array_with_loopback(text_rotation=90)
# c = edge_coupler_silicon()
# c = edge_coupler_array_with_loopback(text_rotation=90)
c = edge_coupler_silicon()
# c = edge_coupler_array(x_reflection=False)
# c = edge_coupler_array_with_loopback(x_reflection=False)
c.show(show_ports=True)

0 comments on commit a692eb8

Please sign in to comment.