File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,9 @@ Python Zemax Dynamic Data Exchange
99Current revision
1010'''''''''''''''''
1111
12- 2.0.2 (Last significant update on 01/03 /2016)
12+ 2.0.3 (Last significant update on 10/02 /2016)
1313
1414
15- **NEW **: We are also working on a Python library, called PyZOS, to provide better interactivity
16- with the new Zemax OpticStudio API (COM based interface). The project is hosted at `Github <https://github.com/pyzos/pyzos >`__.
17-
1815
1916Change log
2017~~~~~~~~~~
Original file line number Diff line number Diff line change 66# Licence: MIT License
77# This file is subject to the terms and conditions of the MIT License.
88# For further details, please refer to LICENSE.txt
9- # Revision: 2.0.2
9+ # Revision: 2.0.3
1010#-------------------------------------------------------------------------------
1111"""PyZDDE, which is a toolbox written in Python, is used for communicating
1212with ZEMAX using the Microsoft's Dynamic Data Exchange (DDE) messaging
@@ -427,7 +427,7 @@ class PyZDDE(object):
427427 __server = 0
428428 __appNameDict = _createAppNameDict (_MAX_PARALLEL_CONV ) # {'ZEMAX': False, 'ZEMAX1': False}
429429
430- version = '2.0.2 '
430+ version = '2.0.3 '
431431
432432 # Other class variables
433433 # Surface data codes for getting and setting surface data
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'PyZDDE' ,
20- version = '2.0.2 ' ,
20+ version = '2.0.3 ' ,
2121 description = 'Zemax / OpticStudio standalone extension using Python' ,
2222 long_description = long_description ,
2323 author = 'Indranil Sinharoy' ,
You can’t perform that action at this time.
0 commit comments