Skip to content

Release for v0.1.2

Choose a tag to compare

@dgegen dgegen released this 19 Mar 18:08
· 12 commits to main since this release

The release of AstrAFocus v0.1.2 focuses on improving the robustness of the autofocus estimation logic and refining the developer experience.

Core Improvements

  • Enhanced Focus Estimation: Improvements to the NonParametricResponseAutofocuser and analytic response models to better handle noisy data and provide more reliable point-of-optimal-focus estimates.
  • Device Interface Stability: Refinements to the Alpaca interface (via the alpaca extra) to ensure more consistent communication with telescope hardware and focusers.

Technical & Maintenance

  • Dependency Updates: Adjusted requirements to ensure compatibility with Python 3.11+ and updated internal math utilities for the focus measure operators.
  • Bug Fixes: Resolved edge cases in the ZenithNeighbourhoodQuery where specific sky regions could return empty results, causing the autofocus routine to hang.
  • Documentation: Add documentation page, cleaned up docstrings and type hints across the interface and models modules to improve IDE integration for users.

Full Changelog: v0.1.1...v0.1.2