Skip to content

Commit

Permalink
Improved display methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgri committed Sep 8, 2016
1 parent 5618e23 commit 681e0ac
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = 'pre-134';
tb_date = '2016-September-06';
tb_version = '135';
tb_date = '2016-September-08';
ltb_ver = [tb_version, ' (', tb_date, ')'];
if exist('OCTAVE_VERSION')
interpreter = 'Octave';
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2016-September-08
- version 135
- improve display methods to more closely conform to other display
methods in Octave/Matlab (e.g., indent element data).
- remove superfluous ':' in display of reference elements.

2016-September-06
- version 134
- new methods '@gds_structure/refrename.m' and '@gds_library/srename.m'
Expand Down

0 comments on commit 681e0ac

Please sign in to comment.