|
17 | 17 | * Bugfixes: Mute diagnostic warnings on Python 3.12 debug builds, fixed a potential crash during Python module cleanup
|
18 | 18 | * Bugfix: Fixed a crash in the properties editor happening while selecting object type nodes in certain cases
|
19 | 19 | * Enhancement: Cleaned up and enhanced documentation of LayoutToNetlist class
|
20 |
| - |
21 |
| -* Bug: %GITHUB%/issues/1816 interacting operation between EdgePairs and Region (or edges) |
22 |
| - EdgePair layers in DRC can now tested for interacting with edges and polygons |
23 |
| - (includes: inside, outside). New methods for EdgePairs: EdgePairs#inside etc. |
24 |
| -* Bug: %GITHUB%/issues/1819 Discrete soft small rendering |
25 |
| -* Bug: %GITHUB%/issues/1823 "Select all" was not working as expected for texts, API "select_all" was not working at all. |
26 |
| -* Bugfix: Typo: ParameterState#icon was named 'tooltip' |
27 |
| -* Enhancement: Allowing RBA::Net objects for DRCLayer#nets as well |
28 |
| -* Enhancement: const versions of Layout#cell and Layout#top_cell(s) |
29 |
| -* Enhancement: Generic GSI method and #_const_cast to make a const |
30 |
| - reference into a non-const one (use with care) |
31 |
| -* Bugfix: 'netter' function in DRC wasn't working as described - it raised an error |
32 |
| -* Enhancement: Provide a warning message when closing the window while an operation is ongoing |
33 |
| -* Bugfix: Avoid a segfault in the property editor due to invalid array access |
34 |
| -* Bugfix: Properties dialog: stop handling 'Enter' key - use 'Ok' to close it |
35 |
| -* Enhancement: Some improvements on Ascend and Descend: |
36 |
| - - Ascend now walks up the unspecific tree too |
37 |
| - - Descend enters cell if selected transiently |
38 |
| - - New feature "Descend into" which also selects the child cell |
39 |
| - as current top |
| 20 | +* Enhancement: Less agressive polygon splitting in deep mode DRC/LVS by default |
| 21 | + "max_area_ratio" can be a negative value now, which means that skinny diagonals |
| 22 | + are not split into a large number of triangles. This is the default. |
40 | 23 |
|
41 | 24 | 0.29.6 (2024-08-15):
|
42 | 25 | * Bug: %GITHUB%/issues/1814 Application freezes on Ctrl+Select
|
|
0 commit comments