Skip to content

Commit

Permalink
optics fix, v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Sep 29, 2023
1 parent 99c5c0c commit db2708b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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.4.1</version>
<version>0.4.2</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, Calibre DRC verification, netlist extraction, circuit simulations. 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.4.1'
__version__ = '0.4.2'

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

Expand Down
1 change: 0 additions & 1 deletion klayout_dot_config/python/SiEPIC/opics/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
if not install('defusedxml'):
pya.MessageBox.warning(
"Missing package", "The OPICS circuit simulator does not function without the package 'defusedxml'.", pya.MessageBox.Ok)
return None



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install('packaging')
install('defusedxml')
install('numpy')
install('urllib3')
install('pydantic')
install('pydantic==1.0','pydantic')
install('rich')
install('h5py')
install('xarray')
Expand Down

0 comments on commit db2708b

Please sign in to comment.