Skip to content

dLux v0.13.2

Compare
Choose a tag to compare
@LouisDesdoigts LouisDesdoigts released this 14 Jul 00:40
· 12 commits to main since this release
518ea52

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.