Joaquin Matres
Joaquin Matres
Any change we could get a new 0.27.11 release with this patch? I see it on Arch and Debian https://github.com/KLayout/klayout/issues/1176
Hi Lucas, my `gdstk` branch for phidl causes many segmentation faults when running `pytest` see https://github.com/joamatab/phidl/tree/gdstk
Hi Juan, let us know when you push to pypi so we can simplify the devsim installation for gdsfactory
Hi Juan, `pip install devsim` works great on linux
Hi Juan You can read about it here https://sourcery.ai/
Hi Curtis, Im happy to also be a maintainer Thomas made it available on PyPI @thomaslima and Floris has it on his conda environment @flaport
Thank you Jaime, how could we have `menuinst` available on PyPi or conda?
Hi Jaime, How can we also have `menuinst` available on Linux and MacOs? https://github.com/conda/menuinst/issues/109
Hi Ali, all gdsfactory components have a YAML "netlist" that you can get using `Component.get_netlist()` as @danchitnis pointed out, our YAML netlist is more of layout representation of the circuit,...
Hi Mehdi, I mean Component I am also assuming that the Pcell that returns a Component has been correctly constructed see https://gdsfactory.github.io/gdsfactory/notebooks/11_get_netlist.html the `get_netlist` is what we use for circuit...