pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/klayout
Module Name: pkgsrc
Committed By: mef
Date: Thu Aug 22 03:55:11 UTC 2024
Modified Files:
pkgsrc/cad/klayout: Makefile distinfo
Log Message:
(cad/klayout) Updated 0.29.4 to 0.29.5
0.29.5 (2024-07-30):
* Bug: %GITHUB%/issues/1784 Spice throws error at midline semicolon
comments
* Enhancement: %GITHUB%/issues/1790 Support for recursive PCell
instances
* Bug: %GITHUB%/issues/1804 Instantation path highlight mismatch with
view window
* Bug: %GITHUB%/issues/1768 Change "angle constraint" of box and
ellipse ruler templates to "any angle" by default
* Enhancement: %GITHUB%/issues/1776 Undo/redo from List
* Enhancement: %GITHUB%/issues/1779 Marker Browser: make the state of
the "By Cell" or "By Category" tree persistent
* Bug: %GITHUB%/issues/1799 Can't set cell properties by script
* Bug: %GITHUB%/issues/1794 MetaInfo with (gigantic) size makes
klayout write a faulty gds
* Bug: %GITHUB%/issues/1793 inconsistent results in width_check when
calling by keyword argument
* Bug: %GITHUB%/issues/1782 Internal error on "nan" values in PCells
* Enhancement: GDS2 writer now observes limitations of the file format
and raises more errors on value over- or underflows. This should
specifically avoid issues writing certain large arrays which are
legal inside KLayout, but illegal in GDS2.
* Bugfix: Small bugfix: 'Delete selected stacks' was not working from
stack tech component editor's context menu
* Enhancement: Trying to improve "grab" behavior of partial selection.
In certain situations is was difficult to grab the partial selected
edges. Instead other edges would be selected. Now, it is enough to
click inside the bounding box of the partial selection.
* Bugfix: Including more GeneratorExit and StopAsyncIteration in the
ignored exceptions for Python. These exception now do not make the
debugger stop any longer.
* Bugfix: Properly transferring ownership for variant to Python/Ruby
translation. This is required for some Python and Ruby bindings,
when objects are transferred through generic arrays.
* Enhancement: Added Region#being_shapes_rec and
Region#begin_merged_shapes_rec. Mainly for being able to retrieve
shapes with properties from Region#nets
* Enhancement: Convenience methods Shape#properties,
Layout#properties, Cell#properties, Instance#properties. These
method will obtain all properties as a hash.
* Enhancement: Added Netlist#top_circuit and Netlist#top_circuits
convenience methods. These methods will deliver the single top
circuit or a list of top circuits.
* Enhancement: "Copy cells" now has an option to mute the dialog
(shallow/deep) and the dialog is only shown if there are subcells
* Enhancement: Added Shapes#break_polygons, Layout#break_polygons,
Region#break_polygons. These methods split large polygons into
smaller pieces.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/cad/klayout/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/klayout/Makefile
diff -u pkgsrc/cad/klayout/Makefile:1.88 pkgsrc/cad/klayout/Makefile:1.89
--- pkgsrc/cad/klayout/Makefile:1.88 Sat Jul 13 09:19:46 2024
+++ pkgsrc/cad/klayout/Makefile Thu Aug 22 03:55:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2024/07/13 09:19:46 mef Exp $
+# $NetBSD: Makefile,v 1.89 2024/08/22 03:55:11 mef Exp $
-DISTNAME= klayout-0.29.4
+DISTNAME= klayout-0.29.5
CATEGORIES= cad
MASTER_SITES= https://www.klayout.org/downloads/source/
Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.44 pkgsrc/cad/klayout/distinfo:1.45
--- pkgsrc/cad/klayout/distinfo:1.44 Sat Jul 13 09:19:46 2024
+++ pkgsrc/cad/klayout/distinfo Thu Aug 22 03:55:11 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2024/07/13 09:19:46 mef Exp $
+$NetBSD: distinfo,v 1.45 2024/08/22 03:55:11 mef Exp $
-BLAKE2s (klayout-0.29.4.tar.gz) = c7b2f33d846b0f11ea6b977f1758b508b502ee20d81b53403be0ff93005f3bda
-SHA512 (klayout-0.29.4.tar.gz) = a9d7a9fd3b0d2300f26b82c9547d0cd8ed183fe2e8e79d8689622da096e529920b39255df7330d41b27133263db3c74c861deda69a57c20dc09de87443941228
-Size (klayout-0.29.4.tar.gz) = 97041196 bytes
+BLAKE2s (klayout-0.29.5.tar.gz) = 1f1c22efaef68270b0ad0eb384f0bcd7fd7d6f5be130a89d239981bea9a4c43e
+SHA512 (klayout-0.29.5.tar.gz) = 6f98dce5efbecea899d8bf7a3a41c0b4fa66a47ee7cf8ba255b01331105d8345a922e170c833e4a237a4dc43d1794df6348572b88fd0f59a5c04d0bf54f91327
+Size (klayout-0.29.5.tar.gz) = 97058728 bytes
SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4
SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb
SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860
Home |
Main Index |
Thread Index |
Old Index