Skip to content

Releases: MREYE-LUMC/ZOSPy

v0.6.2-alpha1

21 Mar 15:21
8bba9f3
Compare
Choose a tag to compare
v0.6.2-alpha1 Pre-release
Pre-release

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

  • @crnh made their first contribution in #10

Full Changelog: v0.6.1...v0.6.2-alpha0

v0.6.1

15 Oct 20:37
891dc4f
Compare
Choose a tag to compare

Temporary recommended version of pythonnet (2.5.2) as the newer versions break functionality

v0.6.0

15 Oct 18:21
d590038
Compare
Choose a tag to compare

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() and zospy.analyses.reports.surface_data() analyses
  • Minor other functionality changes

v0.5.1

21 Oct 20:45
f241c1b
Compare
Choose a tag to compare

Release similar to v0.5, but with minor changes to enable uploading to PyPi.

v0.5

20 Oct 11:15
Compare
Choose a tag to compare

Initial public release of ZOSPy