Subject: CVS commit: pkgsrc/cad/py-gds
From: Makoto Fujiwara
Date: 2020-09-04 18:05:20
Message id: 20200904160520.6982BFB28@cvs.NetBSD.org

Log Message:
(cad/py-gds) Updated 1.5.2 to 1.6

### Version 1.6 (Aug 12, 2020)
* Added support for element properties.
* Added transformation support to `Cell.copy`.
* Layer/datatype filtering in `get_polygons` for `Cell`, `CellReference` and \ 
`CellArray`.
* Layer/datatype filtering in `LayoutViewer`.
* Removed global cache `_bounding_boxes`.  Only cells cache their bounding boxes.
* Bug fixes (thanks Daniel Hwang for the contributions).
* Bug fix in `Cell.copy` where the whole dependency tree would be copied on a \ 
deep copy creation.

Files:
RevisionActionfile
1.13modifypkgsrc/cad/py-gds/Makefile
1.11modifypkgsrc/cad/py-gds/distinfo
1.2modifypkgsrc/cad/py-gds/patches/patch-setup.py