Fixed
- Bug when saving OASIS files with missing references.
Added
Reference.get_polygons
,Reference.get_paths
,Reference.get_labels
Library.rename_cell
Library::rename_cell
andLibrary::replace_cell
in the C++ API
Changed
Cell.filter
arguments modified to matchread_gds
.- Changed default tolerance for
read_gds
andread_oas
to be the library's rounding size. Reference::polygons
renamed toReference::get_polygons
in the C++ API.Reference::flexpaths
renamed toReference::get_flexpaths
in the C++ API.Reference::robustpaths
renamed toReference::get_robustpaths
in the C++ API.Reference::labels
renamed toReference::get_labels
in the C++ API.- Removed magnification argument from
Reference::init
andLabel::init
in the C++ API.