* Enhancement: Compile option to use libcurl instead of QtNetwork
This workaround enables builds on the native CentOS6
configuration with the package manager functional.
* Enhancement: Pass label (text) layers through DRC script
The "labels" method now allows copying labels from a layer
to the output.
* Enhancement: New "split" method for polygons
This method will fragment the polygons into two or more
smaller parts for reducing their vertex count.
* Enhancement: New "dtrans" method for RecursiveShapeIterator
This method delivers the transformation in micron unit space
* Enhancement: New "insert" methods for Shapes
Shapes can now insert from another Shapes container and
from a RecursiveShapeIterator. Possible applications are
fast flattening and fast region selection.
* Enhancement: New method to generate RDB items from shapes
RdbItemadd_value from a shape, RdbDatabasecreate_items
from a shapes container or recursive shape iterator and
RdbDatabasecreate_item from a shape.
* Enhancement: DXF and CIF "keep layer names"
If this option is set in the reader options, layer names
are not translated into GDS layer/datatype pairs.
Specifically a layer called "L5" for example is not
translated to 5/0 and to "L5D0" on output correspondingly.
The buddy script option is "--keep-layer-names".
* Enhancement: DXF contour joining accuracy
On the DXF reader's options, a contour joining accuracy
can be specified. Small gaps smaller than this accuracy
will be closed when forming joined contours from edges.
The buddy script option is --dxf-contour-accuracy=value.
* Bugfix: DXF display issue
In some cases, DXF cell instances did not trigger bounding
box update and the cells only got visible after save and
load.
* Bugfix: XOR progress is more realistic
The progress is updated after the layer has been computed,
not before.
* Bugfix: %GITHUB%/issues/117
DTransitype was broken.
* Bugfix: %GITHUB%/issues/116
Fixed a polygon decomposition bug when writing GDS files
with big polygons with many holes. As a side effect, the
polygons with many holes computed by a NOT operation for
example are less complex and spikes in the cutlines are
avoided.
* Bugfix: %GITHUB%/issues/115
Reader options were not persisted.
* Bugfix: %GITHUB%/issues/114
Custom line styles not loaded from tech's layer properties
file.
* Enhancement: %GITHUB%/issues/113
The XOR tool has an option now to heal result shapes which
cross tile boundaries. The result shape count of tiled
and non-tiled mode should basically be the same then.
* Bugfix: %GITHUB%/issues/112
Salt package repository relative paths have not been working.
* Bugfix: %GITHUB%/issues/109
Issues with Python 3 and shape properties - property
* Bugfix: %GITHUB%/issues/108
Bugfix on Boxenlarge and Boxmoved for empty boxes.
keys generated with Python 3 could not be written to GDS2.
* Bugfix: %GITHUB%/issues/107
Undo not working with shapes.
* Enhancement: %GITHUB%/issues/106
Search & replace help page enhancements.