Skip to content

Commit 8760ac4

Browse files
author
Matthias Koefferlein
committed
Updating Changelog.
1 parent 740f36a commit 8760ac4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
0.30.0 (2025-03-25):
2+
* Bug: %GITHUB%/issues/1996 More robust triangulation
3+
* Bug: %GITHUB%/issues/2002 Path to polygon conversion issue
24
* Enhancement: Better support for user properties
35
The property management has been overhauled. Properties are not globally
46
scoped. The "Layout" class now provides class methods to convert property IDs
@@ -23,13 +25,18 @@
2325
This is a visitor to obtain all "neighboring" polygons for each polygon
2426
in a Region. Currently, neighborhood is defined by the bounding box of
2527
the primary polygons.
28+
* Enhancement: Layout queries can use "$_" to refer to the current cell now
2629
* Enhancement: New methods:
2730
- "LayoutToNetlist#build_net", "build_nets" and "build_all_nets" do not
2831
- "LayoutToNetlist#layer_index" from a name
2932
- "LayoutToNetlist#texts_by_index" and "LayoutToNetlist#texts_by_name"
3033
- "LayoutToNetlist#original_layout" and "LayoutToNetlist#original_top_cell"
3134
- "LayoutToNetlist#polygons_of_net" and "LayoutToNetlist#texts_of_net"
3235
- "Device#terminal_ref"
36+
- New "text_prop" argument in Texts#polygons (texts can transfer their
37+
string to the generated polygons as user properties)
38+
- New methods "Polygon#delaunay", "DPolygon#delaunay", "SimplePolygon#delaunay"
39+
and "DSimplePolygon#delaunay"
3340

3441
0.29.12 (2025-03-02):
3542
* Bug: %GITHUB%/issues/1976 Crash on cross mode, lw > 1 and oversampling

0 commit comments

Comments
 (0)