Skip to content

Commit

Permalink
Updating/fixing Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Sep 22, 2024
1 parent a0b8e4b commit 2d4f5d8
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,9 @@
* Bugfixes: Mute diagnostic warnings on Python 3.12 debug builds, fixed a potential crash during Python module cleanup
* Bugfix: Fixed a crash in the properties editor happening while selecting object type nodes in certain cases
* Enhancement: Cleaned up and enhanced documentation of LayoutToNetlist class

* Bug: %GITHUB%/issues/1816 interacting operation between EdgePairs and Region (or edges)
EdgePair layers in DRC can now tested for interacting with edges and polygons
(includes: inside, outside). New methods for EdgePairs: EdgePairs#inside etc.
* Bug: %GITHUB%/issues/1819 Discrete soft small rendering
* Bug: %GITHUB%/issues/1823 "Select all" was not working as expected for texts, API "select_all" was not working at all.
* Bugfix: Typo: ParameterState#icon was named 'tooltip'
* Enhancement: Allowing RBA::Net objects for DRCLayer#nets as well
* Enhancement: const versions of Layout#cell and Layout#top_cell(s)
* Enhancement: Generic GSI method and #_const_cast to make a const
reference into a non-const one (use with care)
* Bugfix: 'netter' function in DRC wasn't working as described - it raised an error
* Enhancement: Provide a warning message when closing the window while an operation is ongoing
* Bugfix: Avoid a segfault in the property editor due to invalid array access
* Bugfix: Properties dialog: stop handling 'Enter' key - use 'Ok' to close it
* Enhancement: Some improvements on Ascend and Descend:
- Ascend now walks up the unspecific tree too
- Descend enters cell if selected transiently
- New feature "Descend into" which also selects the child cell
as current top
* Enhancement: Less agressive polygon splitting in deep mode DRC/LVS by default
"max_area_ratio" can be a negative value now, which means that skinny diagonals
are not split into a large number of triangles. This is the default.

0.29.6 (2024-08-15):
* Bug: %GITHUB%/issues/1814 Application freezes on Ctrl+Select
Expand Down

0 comments on commit 2d4f5d8

Please sign in to comment.