File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
0.30.0 (2025-03-25):
2
+ * Bug: %GITHUB%/issues/1996 More robust triangulation
3
+ * Bug: %GITHUB%/issues/2002 Path to polygon conversion issue
2
4
* Enhancement: Better support for user properties
3
5
The property management has been overhauled. Properties are not globally
4
6
scoped. The "Layout" class now provides class methods to convert property IDs
23
25
This is a visitor to obtain all "neighboring" polygons for each polygon
24
26
in a Region. Currently, neighborhood is defined by the bounding box of
25
27
the primary polygons.
28
+ * Enhancement: Layout queries can use "$_" to refer to the current cell now
26
29
* Enhancement: New methods:
27
30
- "LayoutToNetlist#build_net", "build_nets" and "build_all_nets" do not
28
31
- "LayoutToNetlist#layer_index" from a name
29
32
- "LayoutToNetlist#texts_by_index" and "LayoutToNetlist#texts_by_name"
30
33
- "LayoutToNetlist#original_layout" and "LayoutToNetlist#original_top_cell"
31
34
- "LayoutToNetlist#polygons_of_net" and "LayoutToNetlist#texts_of_net"
32
35
- "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"
33
40
34
41
0.29.12 (2025-03-02):
35
42
* Bug: %GITHUB%/issues/1976 Crash on cross mode, lw > 1 and oversampling
You can’t perform that action at this time.
0 commit comments