This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
v1.4
Release v1.4 - New Features
Version 1.4 of Gdspy introduces exciting new features to the library! And a completely revised documentation.
The main additions are the classes FlexPath
and RobustPath
for more efficient path generation. They also support the original GDSII path specification for smaller file sizes.
There is also a new Curve
class for SVG-like polygon creation and the introduction of Bézier curves and smooth (Metapost-like) paths.
When importing external GDSII libraries, those can now be loaded in binary form to avoid unnecessary parsing and polygon creation.
For a complete list of improvements, check out the README change log.