Releases: MREYE-LUMC/ZOSPy
Releases · MREYE-LUMC/ZOSPy
v0.6.2-alpha1
Pre-release of ZOSPy version 0.6.2, mainly intended to test the release action.
What's Changed
- V0.6.1 by @LucVV in #5
- Updated example to be in line with v0.6.1 by @LucVV in #6
- Update warning about Python.NET version by @crnh in #10
- V0.6.2 by @LucVV in #11
- Add a Publish to TestPyPI action by @crnh in #12
New Contributors
Full Changelog: v0.6.1...v0.6.2-alpha0
v0.6.1
v0.6.0
Most important changes
- Implemented dynamical loading of all OpticStudio contstants and makes them available through
zospy.constants
. This should be more robust than hardcoding them, especially for use with different OpticStudio versions - Moved all analyses to
zospy.analyses
to prevent namespace cluttering - Added
zospy.analyses.surface.curvature()
andzospy.analyses.reports.surface_data()
analyses - Minor other functionality changes
v0.5.1
v0.5
Initial public release of ZOSPy