pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/py-gds Updated cad/py-gds to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e6fe2db5f93
branches:  trunk
changeset: 373963:7e6fe2db5f93
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 12 12:55:50 2018 +0000

description:
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:

 cad/py-gds/Makefile |   4 ++--
 cad/py-gds/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 396bb978a871 -r 7e6fe2db5f93 cad/py-gds/Makefile
--- a/cad/py-gds/Makefile       Fri Jan 12 12:51:29 2018 +0000
+++ b/cad/py-gds/Makefile       Fri Jan 12 12:55:50 2018 +0000
@@ -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 -r 396bb978a871 -r 7e6fe2db5f93 cad/py-gds/distinfo
--- a/cad/py-gds/distinfo       Fri Jan 12 12:51:29 2018 +0000
+++ b/cad/py-gds/distinfo       Fri Jan 12 12:55:50 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index