Skip to content

Releases: elerac/polanalyser

v3.0.0

08 Jun 14:40
1dd2428
Compare
Choose a tag to compare

Release notes

This release includes new features and improvements of several functions, as well as enhancements to documentation (README, docstrings, examples, and notations).

Important changes

  • Change the definition of cvtStokesToDoCP as degree should not contain negative values.
    • Before: DoCP = s3 / s0
    • After: DoCP = |s3| / s0
  • Change the definition of retarder (and also qwp, hwp) to match the definition of recent papers.
    • Phase delay delta is flipped.

New features

  • Symbolic Stokes-Mueller computation.
  • New visualization functions (DoP/DoLP/DoCP, ToP, CoP are supported).
  • New image grid for Mueller matrix image.
  • New image I/O to handle multiple polarization images efficiently.

Improvements

  • Add optional axis support for cvtStokesTo* series functions.
  • Stokes input support for calcStokes and calcMueller functions.

v2.0.1

25 Dec 03:02
Compare
Choose a tag to compare

Important notice

⚠️ This update includes several destructive changes that may affect existing users. Sorry, but I can't explain all the detail. Please read the docstring and actual code. If you prefer the old version (v1.2.0), you can download it from PyPI.

v2.0.0

24 Dec 14:01
Compare
Choose a tag to compare

Important notice

⚠️ This update includes several destructive changes that may affect existing users. Sorry, but I can't explain all the detail. Please read the docstring and actual code. If you prefer the old version (v1.2.0), you can download it from PyPI.

v1.2.0

24 Dec 13:00
Compare
Choose a tag to compare