File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- towncrier release notes start -->
6
6
7
+ ## [ 0.13.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.13.0 ) - 2024-04-28
8
+
9
+ No significant changes.
10
+
11
+
7
12
## [ 0.12.0] ( https://github.com/gdsfactory/gplugins/releases/tag/v0.12.0 ) - 2024-04-09
8
13
9
14
- Better error for wrong ` top_cell ` in netlist to networkx [ #373 ] ( https://github.com/gdsfactory/gplugins/pull/373 )
Original file line number Diff line number Diff line change 1
- # gplugins 0.12 .0
1
+ # gplugins 0.13 .0
2
2
3
3
[ ![ docs] ( https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg )] ( https://gdsfactory.github.io/gplugins/ )
4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/gplugins )] ( https://pypi.org/project/gplugins/ )
Original file line number Diff line number Diff line change 1
1
"""gplugins - gdsfactory plugins"""
2
2
3
- __version__ = "0.12 .0"
3
+ __version__ = "0.13 .0"
4
4
5
5
from gplugins .common .utils import plot , port_symmetries
6
6
from 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"}
32
32
name = " gplugins"
33
33
readme = " README.md"
34
34
requires-python = " >=3.10"
35
- version = " 0.12 .0"
35
+ version = " 0.13 .0"
36
36
37
37
[project .optional-dependencies ]
38
38
dagster = [" dagster" , " dagit" ]
@@ -90,7 +90,7 @@ meow = [
90
90
" jax>=0.4.26" ,
91
91
" jaxlib>=0.4.26" ,
92
92
" flax>=0.8.2" ,
93
- " meow-sim>=0.9.0,<0.12 .0" ,
93
+ " meow-sim>=0.9.0,<0.13 .0" ,
94
94
" tidy3d>=2.5.2,<2.7"
95
95
]
96
96
sax = [
@@ -204,7 +204,7 @@ message_template = "Bump to {new_version}"
204
204
tag_template = " v{new_version}"
205
205
206
206
[tool .tbump .version ]
207
- current = " 0.12 .0"
207
+ current = " 0.13 .0"
208
208
regex = '''
209
209
(?P<major>\d+)
210
210
\.
You can’t perform that action at this time.
0 commit comments