Skip to content

Commit

Permalink
version 139
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgri committed Nov 7, 2016
1 parent 93eacb0 commit e09979e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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 = '138';
tb_date = '2016-November-06';
tb_version = '139';
tb_date = '2016-November-07';
ltb_ver = [tb_version, ' (', tb_date, ')'];
if exist('OCTAVE_VERSION')
interpreter = 'Octave';
Expand Down
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
2016-November-07
- version 139
- much improved (faster) 'subsref' methods for gds_library and gds_structure
objects.
- improved the speed of 'layerinfo' methods by eliminating element indexing.
- new 'layer' method for gds_element objects to query layer/data type, which
is faster than field indexing.

2016-November-05
- version 137
- version 137/138
- return [] in 'get_element_data' if an element does not have a requested
property instead of throwing an error.
- improved 'subsref' methods for gds_library and gds_structure objects that
Expand Down

0 comments on commit e09979e

Please sign in to comment.