Skip to content

Commit

Permalink
version 141
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgri committed Nov 27, 2016
1 parent f77f0d6 commit b7dd926
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = '140';
tb_date = '2016-November-14';
tb_version = '141';
tb_date = '2016-November-27';
ltb_ver = [tb_version, ' (', tb_date, ')'];
if exist('OCTAVE_VERSION')
interpreter = 'Octave';
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2016-November-27
- version 141
- tie up loose ends in compound gds_element indexing.
Compound elements can now be modified more easily
using Octave/Matlab index notation.
- new poly_area method for gds_element objects to calculate
the area of boundary elements.
- small tweak to makemex-octave script and makemex.m

2016-November-14
- version 140
- fixed the remaining bugs in the 'subsref' methods for gds_library and gds_structure
Expand Down

0 comments on commit b7dd926

Please sign in to comment.