mirror of https://github.com/KLayout/klayout.git
Updated version
This commit is contained in:
parent
b78a8d58c8
commit
1f2d21b743
16
Changelog
16
Changelog
|
|
@ -1,7 +1,21 @@
|
|||
|
||||
0.27.6 (2021-12-18):
|
||||
0.27.6 (2021-12-30):
|
||||
* Enhancement: %GITHUB%/issues/963 Display snapped position in main window
|
||||
* Bugfix: %GITHUB%/issues/960 Cap values range now shown in netlist browser
|
||||
* Bugfix: %GITHUB%/issues/954 Fixed a device extraction glitch
|
||||
* Bugfix: %GITHUB%/issues/951 Internal error fixed when deleting the cell you're sitting at
|
||||
Side effect: copy & paste of cells is correctly disabled now in viewer mode
|
||||
* Bugfix: %GITHUB%/issues/942 Technology file routing suffix string typo
|
||||
* Bugfix: %GITHUB%/issues/946 Python: __file__ returns quoted path string
|
||||
* Bugfix: DRC check for equal width now returns more consistent results
|
||||
Previously, a check like "layer.drc(width == something)" was not flagging
|
||||
all candidates correctly.
|
||||
* Enhancement: A PCell can request "lazy evaluation" now
|
||||
This means that a parameter change needs to be committed in the UI before
|
||||
it is being taken. This way, slow PCell evaluation will not make the
|
||||
application stall. To add this feature, reimplement "wants_lazy_evaluation"
|
||||
in the PCell class to return "true".
|
||||
* Enhancement: "lvs_data" is a global function now in LVS scripts
|
||||
* Bugfix: less liberal evaluation of expressions in string to numeric conversion
|
||||
This will fix a potential vulnerability which allows someone to sneak
|
||||
in expression code through malicious configuration, technology or layer properties
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ klayout (0.27.6-1) unstable; urgency=low
|
|||
* New features and bugfixes
|
||||
- See changelog
|
||||
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Thu, 16 Dec 2021 07:55:34 +0100
|
||||
-- Matthias Köfferlein <matthias@koefferlein.de> Thu, 30 Dec 2021 09:15:38 +0100
|
||||
|
||||
klayout (0.27.5-1) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue