-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for 1.2.0 from LUMC GitLab (#62)
* Add Python.NET codecs * Add unified `ZOS.connect` method * Add `ZOS.disconnect` method to disconnect from OpticStudio * Add support for OpticStudio 2024 R1 and Python 3.12 * Allow relative paths and check for their existence in `OpticStudioSystem.load` and `OpticStudioSystem.save_as` --------- Co-authored-by: LucVV <l.van_vught@lumc.nl> Co-authored-by: jwmbeenakker <j.w.m.beenakker@lumc.nl> Co-authored-by: Jan-Willem Beenakker <90187768+jwmbeenakker@users.noreply.github.com>
- Loading branch information
1 parent
d0220f5
commit b78a44c
Showing
207 changed files
with
85,766 additions
and
18,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Advanced usage | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
codecs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
zospy.zpcore | ||
zospy.analyses | ||
zospy.api.constants | ||
zospy.api.codecs | ||
zospy.functions | ||
zospy.solvers | ||
``` |
Oops, something went wrong.