diff options
author | mef <mef@pkgsrc.org> | 2018-01-12 12:55:50 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2018-01-12 12:55:50 +0000 |
commit | 96faba9500c25133b638b4403ca756c3abf7a628 (patch) | |
tree | b7834be812fdbf8e12b6a9778490b314118e42c2 /cad | |
parent | c1d12a21744a0aaa617a8b64811d93d394ca06cd (diff) | |
download | pkgsrc-96faba9500c25133b638b4403ca756c3abf7a628.tar.gz |
Updated cad/py-gds to 1.2.1
### Version 1.2.1 (Dec 5, 2017)
* `GdsLibrary` can be created directly from a GDSII file
* Added return value to `GdsLibrary.read_gds`
* Fix return value of `GdsLibrary.add`
### Version 1.2 (Oct 21, 2017)
* Added new `gdsii_hash` function.
* Added `precision` parameter to `_chop`, `Polygon.fracture`,
`Polygon.fillet`, `PolygonSet.fracture`, `PolygonSet.fillet`, and
`slice`.
* Included labels in flatten operations (added `get_labels` to `Cell`,
`CellReference`, and `CellArray`).
* Fixed bug in the bounding box cache of reference copies.
* Fixed bug in `_chop` that affected `Polygon.fracture`,
`PolygonSet.fracture`, and `slice`.
* Other minor bug fixes.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/py-gds/Makefile | 4 | ||||
-rw-r--r-- | cad/py-gds/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/cad/py-gds/Makefile b/cad/py-gds/Makefile index ad19d7da7bf..ee07d36a025 100644 --- a/cad/py-gds/Makefile +++ b/cad/py-gds/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/04/08 12:44:48 mef Exp $ +# $NetBSD: Makefile,v 1.9 2018/01/12 12:55:50 mef Exp $ -VERSION= 1.1.2 +VERSION= 1.2.1 DISTNAME= gdspy-${VERSION} PKGNAME= ${PYPKGPREFIX}-gds-${VERSION} CATEGORIES= cad diff --git a/cad/py-gds/distinfo b/cad/py-gds/distinfo index 999cc2238ed..07296eedaf6 100644 --- a/cad/py-gds/distinfo +++ b/cad/py-gds/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/04/08 12:44:48 mef Exp $ +$NetBSD: distinfo,v 1.7 2018/01/12 12:55:50 mef Exp $ -SHA1 (gdspy-1.1.2.tar.gz) = 2563a8729afd960408b332c49dd075f8457f03ab -RMD160 (gdspy-1.1.2.tar.gz) = 6127d6d473de8f356f32157542addf7e9f2e9727 -SHA512 (gdspy-1.1.2.tar.gz) = ab3e9d363bd275726fe02c0eaaa1154f0a7b1182be807239b8220983c442000100d3514a9d9596e606dcf443fc95801327cac1d2518c8aff2aca000416c1ae64 -Size (gdspy-1.1.2.tar.gz) = 113919 bytes +SHA1 (gdspy-1.2.1.tar.gz) = 0f408f600a0b00fc453fc621da29690041b8f063 +RMD160 (gdspy-1.2.1.tar.gz) = f2e5a2331ee2dcc3857162b8e33da1ad6c7d549e +SHA512 (gdspy-1.2.1.tar.gz) = 3e252f8d723ce533eb5a8b9aa1897e7c03a1059335cffa9f82a2dbad716f501d455c062617f78f6fb12b9770f81ce000ca122a516e73cf054ed8df58b15f07c4 +Size (gdspy-1.2.1.tar.gz) = 112795 bytes |