Skip to content

Commit

Permalink
04sep2016
Browse files Browse the repository at this point in the history
- version 133
  • Loading branch information
ulfgri committed Sep 4, 2016
1 parent 1a2cf82 commit 643445f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Basic/gdsii_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 643445f

Please sign in to comment.