Skip to content

Commit

Permalink
06sep2016
Browse files Browse the repository at this point in the history
- version 134
  • Loading branch information
ulfgri committed Sep 6, 2016
1 parent 82f1b4e commit 6ee3bcf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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-04';
tb_version = '134';
tb_date = '2016-September-06';
ltb_ver = [tb_version, ' (', tb_date, ')'];
if exist('OCTAVE_VERSION')
interpreter = 'Octave';
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2016-September-06
- version 134
- new methods '@gds_structure/refrename.m' and '@gds_library/srename.m'
to structures from a library together will all references to the structure.
- fix typo in 'Contents.m'
- improve methods that return gds_element properties with error checking.
- add '@gds_element/prop' method that returns user defined element properties.

2016-September-04
- version 133
- fix reading of element properties. Was completely broken.
Expand Down
5 changes: 3 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
- detect unresolved structure references in functions that
operate on the structure tree (e.g. 'treeview').

- method to remove a structure from a library and all references to it.

- remove bugs on 64 bit Windows. Make sure everything works
with future MATLAB versions (all 64 bit integers)

Expand All @@ -33,6 +31,9 @@

----------------------------------------------------------

- method to remove a structure from a library and all references to
it. DONE

- delete_list: has a bug: NULL is not returned correctly. DONE

- calculate bounding boxes of elements, structures and libraries
Expand Down

0 comments on commit 6ee3bcf

Please sign in to comment.