dLux v0.13.2
dLux v0.13.2
Package Wide
A small incremental release, primarily migrating the project from setup.py
to pyproject.toml
and adding pre-commit hooks for black autoformatting and ruff linting. These changes have been reflected in the README and CONTRIBUTING files.
New classes
Flip
Flips the wavefront about an input axes
Resize
Resizes the wavefront to npixels
either via a pad or crop.
Namespace Changes:
detector_layers.Rotate
->RotateDetector
This avoids the namespace clash with optical_layers.Rotate
.