Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Feb 12, 2025
1 parent 8a72752 commit cd89e8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion klayout_dot_config/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_tools</name>
<version>0.5.243</version>
<version>0.5.24</version>
<api-version>0.27</api-version>
<title>SiEPIC Tools</title>
<doc>Tools for designing Silicon Photonic Integrated Circuits, including waveguides, component simulations, functional verification, DRC verification, Functional verification, netlist extraction, circuit simulations. Layout can be implemented graphically or by programming in Python using the SiEPIC functions and KLayout Python API. Framework and examples for creating layouts using scripts. Includes a generic PDK (GSiP). Other PDKs are installed separately, and depend on SiEPIC-Tools.</doc>
Expand Down
2 changes: 1 addition & 1 deletion klayout_dot_config/python/SiEPIC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SiEPIC-Tools package for KLayout
'''

__version__ = "0.5.243"
__version__ = "0.5.24"

print("KLayout SiEPIC-Tools version %s" %__version__)

Expand Down
4 changes: 2 additions & 2 deletions klayout_dot_config/python/SiEPIC/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ def load_Waveguides():

return waveguides if waveguides else None

from functools import lru_cache
@lru_cache(maxsize=None)
#from functools import lru_cache
#@lru_cache(maxsize=None)
def load_Waveguides_by_Tech(tech_name, debug=False):
'''
Load Waveguide configuration for specific technology
Expand Down
2 changes: 1 addition & 1 deletion klayout_dot_config/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "SiEPIC"
version = "0.5.243"
version = "0.5.24"
authors = [
{ name="Lukas Chrostowski", email="lukasc@ece.ubc.ca" },
]
Expand Down

0 comments on commit cd89e8d

Please sign in to comment.