remove picwriter depedency
See original GitHub issue15% of gdsfactory module load time is on picwriter
scalene gdsfactory/__init__.py
we need to rewrite the picwriter based components natively into gdsfactory
TODO:
- disk.py https://github.com/gdsfactory/gdsfactory/pull/606
- spiral.py
- dbr_tapered.py https://github.com/gdsfactory/gdsfactory/pull/601
- coupler_full.py https://github.com/gdsfactory/gdsfactory/pull/600
- coupler_adiabatic.py
- grating_coupler_circular.py
- cdc.py
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
python - Does uninstalling a package with "pip" also remove ...
No, it doesn't uninstall the dependencies packages. It only removes the specified package: $ pip ...
Read more >CHANGELOG — gdsfactory 6.15.0 documentation
remove Component.version and Component.changelog, change tutorial to recommend ... remove picwriter dependency and lazy load scipy functions from init ...
Read more >Python build mask - ProgramCreek.com
Project: PICwriter Author: DerekK88 File: toolkit.py License: MIT License ... findFile(maskname): os.remove(maskname) _errstr = "\nWarning: Problem creating ...
Read more >gdspy - Python Package Health Analysis - Snyk
All security vulnerabilities belong to production dependencies of direct and ... DerekK88 / PICwriter / picwriter / components / ysplitter.py View on Github ......
Read more >gdsfactory Changelog - pyup.io
remove picwriter dependency and lazy load scipy functions from init [5.20.0](https://github.com/gdsfactory/gdsfactory/pull/628)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice,
I think we can skip the circular grating coupler, because we already have the eliptical version, which is a more general version of the circular grating coupler
Once we implement the spiral we can remove picwriter from the dependencies
2 more to go 😃
thank you Skandan!