Skip to content

v1.0.0

Choose a tag to compare

@CoreySpohn CoreySpohn released this 25 May 22:35
fe04601

1.0.0 (2026-05-25)

⚠ BREAKING CHANGES

  • Docs and refactor to standardize function calls
  • SimpleDetector -> IdealDetector (clarifies that the class ignores wavelength-dependent QE and noise contributions); ConstantThroughputElement -> ConstantThroughput and LinearThroughputElement -> LinearThroughput (the Element suffix was redundant with the inheritance from AbstractUniformElement); AbstractScalarOnlyCoronagraph -> AbstractScalarCoronagraph (the Only qualifier was redundant); Exposure -> ExposureConfig (settings-struct role explicit). README ecosystem diagram replaced with Mermaid and sphinxcontrib-mermaid added to the docs build.

Features

  • Docs and refactor to standardize function calls (5e5ab2c)
  • rename detector/throughput classes and Exposure for naming consistency (10beac7)