From 643445fcf495f1ce76b1973be70dfd43b202d52d Mon Sep 17 00:00:00 2001 From: Ulf GRIESMANN Date: Sun, 4 Sep 2016 15:34:29 -0400 Subject: [PATCH] 04sep2016 - version 133 --- Basic/gdsii_version.m | 4 ++-- ChangeLog | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Basic/gdsii_version.m b/Basic/gdsii_version.m index 69b8d14..dcfaf90 100644 --- a/Basic/gdsii_version.m +++ b/Basic/gdsii_version.m @@ -16,8 +16,8 @@ % % toolbox version and version date - tb_version = '132'; - tb_date = '2016-August-28'; + tb_version = '133'; + tb_date = '2016-September-04'; ltb_ver = [tb_version, ' (', tb_date, ')']; if exist('OCTAVE_VERSION') interpreter = 'Octave'; diff --git a/ChangeLog b/ChangeLog index f5f3376..26c2af5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2016-September-04 +- version 133 +- fix reading of element properties. Was completely broken. +- make writing of element properties safer by checking if + 'attr' and 'name' fields are present in a property structure during writing. +- fixed a bug in 'gdsio.c::now'. +- 'layerinfo' method for gds_structure objects. +- change display method for gds_element objects to display the number of + elements in a compound element in brackets after the element type. + Same style as in structure display method. + 2016-August-28 - version 132 - make 'layerinfo.m' a method of the gds_library class.