pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/py-gdstk (cad/gdstk) Updated 0.8.3 to 0.9.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b22d613d693
branches: trunk
changeset: 385460:1b22d613d693
user: mef <mef%pkgsrc.org@localhost>
date: Sun Sep 18 06:02:53 2022 +0000
description:
(cad/gdstk) Updated 0.8.3 to 0.9.0
## 0.9.0 2022-08-21 (Date from timestamp)
### Fixed
- Bug when saving OASIS files with missing references.
### Added
- `Reference.get_polygons`, `Reference.get_paths`, `Reference.get_labels`
- `Library.rename_cell`
- `Library::rename_cell` and `Library::replace_cell` in the C++ API
### Changed
- `Cell.filter` arguments modified to match `read_gds`.
- Changed default tolerance for `read_gds` and `read_oas` to be the library's rounding size.
- `Reference::polygons` renamed to `Reference::get_polygons` in the C++ API.
- `Reference::flexpaths` renamed to `Reference::get_flexpaths` in the C++ API.
- `Reference::robustpaths` renamed to `Reference::get_robustpaths` in the C++ API.
- `Reference::labels` renamed to `Reference::get_labels` in the C++ API.
- Removed magnification argument from `Reference::init` and `Label::init` in the C++ API.
diffstat:
cad/py-gdstk/Makefile | 4 ++--
cad/py-gdstk/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 450f4ba2fcbf -r 1b22d613d693 cad/py-gdstk/Makefile
--- a/cad/py-gdstk/Makefile Sun Sep 18 05:40:15 2022 +0000
+++ b/cad/py-gdstk/Makefile Sun Sep 18 06:02:53 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/06/17 13:26:34 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/18 06:02:53 mef Exp $
-VERSION= 0.8.3
+VERSION= 0.9.0
GITHUB_TAG= v${VERSION}
DISTNAME= gdstk-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
diff -r 450f4ba2fcbf -r 1b22d613d693 cad/py-gdstk/distinfo
--- a/cad/py-gdstk/distinfo Sun Sep 18 05:40:15 2022 +0000
+++ b/cad/py-gdstk/distinfo Sun Sep 18 06:02:53 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/06/17 11:38:30 mef Exp $
+$NetBSD: distinfo,v 1.2 2022/09/18 06:02:53 mef Exp $
-BLAKE2s (gdstk-0.8.3.tar.gz) = 6195166800f07ace59159b932f36348f49110e07fe0a46adcf3ff522dc476229
-SHA512 (gdstk-0.8.3.tar.gz) = 1106c8e7870662448929d2e6cc5b15babe5bf6f6be7a2631fc2d47b840964ba96d87ae86e5ca8a5566c87f189d164ac8e402bc82e8f08abee4bf8374bbf15e0d
-Size (gdstk-0.8.3.tar.gz) = 613066 bytes
+BLAKE2s (gdstk-0.9.0.tar.gz) = 9656bcc8460b262ac2812eb4eee512055d70d42740356b46caf4492794fd6d83
+SHA512 (gdstk-0.9.0.tar.gz) = 1cfc4ab58d24ff3c457c3a16bdad7828c30c34318a85c3f60684342066217eff20e52958cfc3cc728159dd07b45264f4b35757a1b0f3f0cccb9a543b5c8aa4f1
+Size (gdstk-0.9.0.tar.gz) = 616116 bytes
Home |
Main Index |
Thread Index |
Old Index