From 5e12185296750a8674fb541ebbd2668104716d0f Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Wed, 16 Oct 2024 14:37:16 -0700 Subject: [PATCH] v0.4.20 --- klayout/EBeam/__init__.py | 2 +- klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py | 2 +- klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py | 2 +- klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py | 2 +- klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Dream.py | 2 +- klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py | 2 +- klayout/EBeam/pymacros/__init__.py | 2 +- klayout/grain.xml | 2 +- klayout/pyproject.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/klayout/EBeam/__init__.py b/klayout/EBeam/__init__.py index 6bb2e7e9..a45be097 100644 --- a/klayout/EBeam/__init__.py +++ b/klayout/EBeam/__init__.py @@ -1,4 +1,4 @@ -print("SiEPIC-EBeam-PDK Python module: siepic_ebeam_pdk v0.4.19, KLayout technology: EBeam") +print("SiEPIC-EBeam-PDK Python module: siepic_ebeam_pdk v0.4.20, KLayout technology: EBeam") # Load the KLayout technology, when running in Script mode import pya diff --git a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py index f377c961..1ec1f169 100644 --- a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py +++ b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py @@ -102,7 +102,7 @@ """ -version = "0.4.19" +version = "0.4.20" print("SiEPIC_EBeam PDK, version %s" % version) verbose = False diff --git a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py index c93b8ef9..58ec1c0c 100644 --- a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py +++ b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py @@ -44,7 +44,7 @@ def __init__(self): print("Initializing '%s' Library." % library) # Set the description - self.description = "v0.4.19, ANT components" + self.description = "v0.4.20, ANT components" # Save the path, used for loading WAVEGUIDES.XML import os diff --git a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py index 5a23308c..52d7c7b2 100644 --- a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py +++ b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py @@ -124,7 +124,7 @@ def PCell_get_parameters ( pcell ): """ -version = "0.4.19" +version = "0.4.20" verbose = False diff --git a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Dream.py b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Dream.py index 0a20d02e..65728585 100644 --- a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Dream.py +++ b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Dream.py @@ -57,7 +57,7 @@ def __init__(self): print("Initializing '%s' Library." % library) # Set the description - self.description = "v0.4.19, Dream Photonics" + self.description = "v0.4.20, Dream Photonics" # Save the path, used for loading WAVEGUIDES.XML import os diff --git a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py index a735809a..da5f0c20 100644 --- a/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py +++ b/klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py @@ -67,7 +67,7 @@ def __init__(self): self.technology = tech_name # Set the description - self.description = "v0.4.19, Silicon Nitride" + self.description = "v0.4.20, Silicon Nitride" if verbose: print("Initializing '%s' Library, %s" % (library, self.description)) diff --git a/klayout/EBeam/pymacros/__init__.py b/klayout/EBeam/pymacros/__init__.py index 74e18cb2..75aeda79 100644 --- a/klayout/EBeam/pymacros/__init__.py +++ b/klayout/EBeam/pymacros/__init__.py @@ -1,4 +1,4 @@ -print('SiEPIC-EBeam-PDK v0.4.19 Python module: pymacros') +print('SiEPIC-EBeam-PDK v0.4.20 Python module: pymacros') from . import ( SiEPIC_EBeam_Library, diff --git a/klayout/grain.xml b/klayout/grain.xml index 7de6bc84..2de93db5 100644 --- a/klayout/grain.xml +++ b/klayout/grain.xml @@ -1,7 +1,7 @@ siepic_ebeam_pdk - 0.4.19 + 0.4.20 0.27 SiEPIC EBeam PDK A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab) diff --git a/klayout/pyproject.toml b/klayout/pyproject.toml index b18f4a99..404bb884 100644 --- a/klayout/pyproject.toml +++ b/klayout/pyproject.toml @@ -6,7 +6,7 @@ packages = [ [project] name = "siepic_ebeam_pdk" -version = "0.4.19" +version = "0.4.20" authors = [ { name="Lukas Chrostowski", email="lukasc@ece.ubc.ca" }, ]