./cad/klayout, Simple GDS and OASIS file viewer and Editor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.29.12, Package name: klayout-0.29.12, Maintainer: pkgsrc-users

Although a comparatively simple piece of software, a layout viewer is not
only just a tool for the chip design engineer. Today design's complexity
require not only a simple "viewer". Rather, a viewer is the microscope
through which the engineer looks at the design.

There are numerous viewers available, but sadly there are not many which
satisfy a few basic requirements. Most of them are commercial and
expensive. If there is need for a simple, yet powerful viewer - here it is.


Required to run:
[x11/qt5-qtsvg] [x11/qt5-qttools] [x11/qt5-qtbase] [lang/python310] [lang/ruby31-base]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/xorgproto]

Master sites:

Filesize: 95251.544 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-09 12:30:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
klayout: regen distinfo for patch change
   2025-03-09 12:27:52 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(cad/klayout) delint, remove /usr/pkg string
   2025-03-09 04:09:37 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
Log message:
(cad/klayout) Updated 0.29.11 to 0.29.12

0.29.12          (2025-03-02):
* Bug: %GITHUB%/issues/1976 Crash on cross mode, lw > 1 and oversampling
* Bug: %GITHUB%/issues/1987 Build failure against Qt6.8
* Enhancement: %GITHUB%/issues/1989 API enhancements: several new split_... methods
  on Edges, Region, EdgePairs and Texts, delivering a pair of containers with
  selected and unselected objects.
* Bug: %GITHUB%/issues/1993 Tiling processor kept layout locks, causing DRC \ 
issues with "with_density"
* Bug: %GITHUB%/issues/1997 Can not find a file in Open Recent menu (a string \ 
unescaping bug)
* Bugfix: 'Save All' was not updating the dirty flag in the inactive tabs
* Bugfix: Fixing a crash when editing PCell parameters while the macro editor is open
* Bugfix: Fixed a potential Crash on "save all"
* Bugfix: Fixed a bug when returning a Region into a layout with cells unselected
* Bugfix: Tab title were not updated on cell rename
* Bugfix: Fixed a crash on certain layout queries
  - For example "instances of cell .*.* where inst.trans.rot == 2" was \ 
crashing
* Bugfix: Fixing two problems with layer mapping
  - Mapping "[*/*] 100/0:0/0" (for example) created 0/0 two times when \ 
the input contains 100/0 and 0/0. Now
    it is a single layer only
  - The mapping table generated from strings now uses layer indexes from a range \ 
that should not collide
    with existing layer indexes.
   2025-02-12 07:45:45 by Ryo ONODERA | Files touched by this commit (850)
Log message:
*: Recursive revbump from audio/flac-1.5.0
   2025-01-21 03:48:11 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(cad/klayout) Updated 0.29.10 to 0.29.11

0.29.11          (2025-01-17):
* Bug: %GITHUB%/issues/1948 Crash by instantiate a Cell in a Library-Cell
* Bug: %GITHUB%/issues/1953 Callback_impl & coerce_parameters_impl parameter \ 
display issue
* Bug: %GITHUB%/issues/1955 Locked layout after certain operations
* Bug: %GITHUB%/issues/1959 Color corrections not working properly for images \ 
with color mapping / float values
* Enhancement: %GITHUB%/issues/1963 Add lock to Cell
* Bug: %GITHUB%/issues/1967 Possible net tracer bug in point-and-click net trace
* Enhancement: %GITHUB%/issues/1971 Suppress warnings written with tl::warn from \ 
Python
   2024-12-16 05:25:20 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(cad/klayout) Updated 0.29.8 to 0.29.10

0.29.10          (2024-12-03):
* Bug: %GITHUB%/issues/1941 Crash with the navigator open
* Bug: %GITHUB%/issues/1942 Syntax error in pyi stubs
  As a bonus, added defaults for Box#enlarge and Box#enlarged (dx, dy)
* Bugfix: Partial mode snapping now is object first, then grid
* Bugfix: Key bindings have not been properly read from the configuration file
  The change in the configuration string structure triggered an old bug:
  Toolbar buttons had a twofold configuration and only the last one was
  considered. Changing the order of the entries could spoil the configuration.

0.29.9           (2024-12-01):
* Bug: %GITHUB%/issues/1907 Locking layouts against modification during \ 
recursive iteration of instances and shapes
  This prevents crashes in write-white-iterating scenarios
* Enhancement: %GITHUB%/issues/1923 Convenience versions of "move", \ 
"moved" on various objects
* Bug: %GITHUB%/issues/1925 Problem with import of MAGIC files
* Enhancement: %GITHUB%/issues/1934 (partial) shapes are instances are not \ 
selected when they exceed the viewport
  This avoids selecting large background objects my mistake and then
  moving them without noticing.
* Bug: %GITHUB%/issues/1930 Selection of structures results in thick black lines
* Enhancement: An experimental feature: EdgeNeighborhoodVisitor
* Enhancement: Edge pairs support transformation with Matrix3d now
* Enhancement: Trying to create a category in a RDB with an existing name will \ 
return the present one
* Bugfix: Typos fixed in manual
* Bugfix: Status bar was not cleared when the selecting is empty
* Bugfix: Texts cannot be selected now when they are turned off in the layout view
* Bugfix: Some icons were missing - for example in the netlist browser
* Bugfix: By default, layer properties are not initialized with the default when \ 
no .lyp file is specified in a technology
  You can turn this feature off by disabling the "Initialize other layers \ 
with default properties"
  option on the techology's "General" page.
* Bugfix: More consistent handling of special paths (like data: URLs) for \ 
technology components
* Bugfix: Improve snapping in partial mode when snapping to objects
* Enhancement: Supporting "Move by" after "Clone interactive"
* Enhancement: Key bindings and menu visibility is now formatted for better \ 
readability
  Now, there is one line per entry in the configuration file and the
  entries are sorted with the important ones first.
* Enhancement: New export option "Copy to clipboard" in the \ 
"Search and Replace" result list
* Enhancement: Showing "select" expressions in the header row of the \ 
"Search and Replace" result list
* Enhancement: Configuration options for the transient selection markers
  Now it is possible to configure transient selection differently from
  static selection (line style, fill)
* Bugfix: Fixing a problem with slow transient selection in edit mode
* Enhancement: Layout#read_bytes and Layout#write_bytes
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade