Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.09 KB

Changelog

Logging of changes between package versions (generated and uploaded to pypi.org).

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.14] - 2024-11-09

Added

  • PSF kernel calculation for several polynomials;
  • Acceleration by numba compilation;

Fixed

  • Issue with type hints for Python 3.8 (tested in the environment with Python 3.8.20).

[0.0.13] - 2024-06-13

Added ZernPSF class with methods for calculation, visualization and convolution with an image 2D PSF kernel, which should correspond to the Zernike polynomial.

[0.0.12] - 2023-12-11

Added this file for storing changes between package versions.

Added

  • Fitting using accounting of the Piston polynomial;
  • A few more tests of new fitting procedure;
  • functools.lru_cache annotation for speeding up of recursive calculation of polynomial coefficients.

Fixed

  • Several docstrings of the methods.