Changelog

This page contains a change log, generated for package releases. The corresponding issues and pull requests can be found on Github

0.0.8 (2024-02-02)

New Features

  • Add local sigma clipping. (#35)

  • Add field of view plotting on a background (including a SDO/HMI synoptic map or a Solar Orbiter/EUI/FSI image). (#43)

Internal Changes

  • Update package versions and CI tests Python versions and Github actions. (#1)

0.0.7 (2023-09-19)

Removals

  • Drop Python<3.8 support.

New Features

  • Take into account effect of dark map subtraction on read and dark noises. (#29)

  • Get wavelength ranges (when available) from catalog. (#33)

Bug Fixes

  • Take dark map subtraction effect on read and dark noises. (#29)

  • Fix non-update of cache when cache update was requested. (#33)

Internal Changes

  • Configure towncrier. (#30)

  • Make FileMetadata accept a one-row DataFrame instead of a Series. (#33)

  • Save version information properly, and then remove unnecessary build dependencies.