File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<!-- towncrier release notes start -->
66
7+ ## [ 0.12.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.12.0 ) - 2024-04-09
8+
9+ No significant changes.
10+
11+
712## [ 0.11.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.11.0 ) - 2024-03-24
813
914- add more sax models [ #364 ] ( https://github.com/gdsfactory/gplugins/pull/364 )
Original file line number Diff line number Diff line change 1- # gplugins 0.11 .0
1+ # gplugins 0.12 .0
22
33[ ![ docs] ( https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg )] ( https://gdsfactory.github.io/gplugins/ )
44[ ![ PyPI] ( https://img.shields.io/pypi/v/gplugins )] ( https://pypi.org/project/gplugins/ )
Original file line number Diff line number Diff line change 11"""gplugins - gdsfactory plugins"""
22
3- __version__ = "0.11 .0"
3+ __version__ = "0.12 .0"
44
55from gplugins .common .utils import plot , port_symmetries
66from gplugins .common .utils .get_effective_indices import get_effective_indices
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
3232name = " gplugins"
3333readme = " README.md"
3434requires-python = " >=3.10"
35- version = " 0.11 .0"
35+ version = " 0.12 .0"
3636
3737[project .optional-dependencies ]
3838dagster = [" dagster" , " dagit" ]
@@ -84,7 +84,7 @@ meow = [
8484 " jax>=0.4.26" ,
8585 " jaxlib>=0.4.26" ,
8686 " flax>=0.8.2" ,
87- " meow-sim>=0.9.0,<0.11 .0" ,
87+ " meow-sim>=0.9.0,<0.12 .0" ,
8888 " tidy3d==2.5.2"
8989]
9090sax = [
@@ -196,7 +196,7 @@ message_template = "Bump to {new_version}"
196196tag_template = " v{new_version}"
197197
198198[tool .tbump .version ]
199- current = " 0.11 .0"
199+ current = " 0.12 .0"
200200regex = '''
201201 (?P<major>\d+)
202202 \.
You can’t perform that action at this time.
0 commit comments