Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
"optimize" led to the verification thinking it was an "opt_in" label
  • Loading branch information
lukasc-ubc committed Feb 9, 2024
1 parent 7a46e59 commit 61c437e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file modified klayout/EBeam/gds/EBeam_Beta/ebeam_y_1310.gds
Binary file not shown.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.4, ANT components"
self.description = "v0.4.5, ANT components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def PCell_get_parameters ( pcell ):
"""

version = '0.4.4'
version = '0.4.5'

verbose=False

Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.4, Silicon Nitride"
self.description = "v0.4.5, Silicon Nitride"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/opics_ebeam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def load_sparameters(

components_list = list(component_factory.keys())
__all__ = components_list
__version__ = "0.4.4"
__version__ = "0.4.5"

if __name__ == "__main__":
import SiEPIC.opics as op
Expand Down
2 changes: 1 addition & 1 deletion klayout/grain.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<salt-grain>
<name>siepic_ebeam_pdk</name>
<version>0.4.4</version>
<version>0.4.5</version>
<api-version>0.27</api-version>
<title>SiEPIC EBeam PDK</title>
<doc>A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab)</doc>
Expand Down
2 changes: 1 addition & 1 deletion klayout/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "siepic_ebeam_pdk"
version = "0.4.4"
version = "0.4.5"
authors = [
{ name="Lukas Chrostowski", email="[email protected]" },
]
Expand Down

0 comments on commit 61c437e

Please sign in to comment.