Skip to content

Releases: LM-SAL/aiapy

v0.9.1

24 Jul 01:04
a4ad94d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Jul 17:28
bfc051c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

12 May 02:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.8.0

v0.7.4

01 Nov 18:14
Compare
Choose a tag to compare
Release v0.7.4

v0.6.0

31 Oct 22:20
Compare
Choose a tag to compare

0.6.0 (2021-10-27)

Breaking Changes

  • Pin minimum version of Python to 3.7 (#114)

New Features

  • Added a new function aiapy.util.telescope_number{.interpreted-text
    role="func"} that returns the associated telscope number for a given
    filter wavelength. (#116)
  • Added a new function
    aiapy.calibrate.util.get_error_table{.interpreted-text
    role="func"} to fetch and parse the table with the associate error
    parameters. This is used primarily in
    aiapy.calibrate.estimate_error{.interpreted-text role="func"}.
    (#116)
  • Added a new function
    aiapy.calibrate.estimate_error{.interpreted-text role="func"} to
    calculate the error for a given set of AIA counts and the associated
    channel. This is an exact port of the IDL function
    aia_bp_estimate_error. (#116)

Bug Fixes

  • [~aiapy.calibrate.update_pointing]{.title-ref} now skips updating
    keywords if the pointing values are missing from the pointing table
    returned from JSOC. (#120)

v0.5.2

31 Oct 22:20
Compare
Choose a tag to compare

This fixes the sunpy version pinning in the previous release

v0.5.1

31 Oct 22:20
Compare
Choose a tag to compare

aiapy 0.5.1 (2021-05-24)

Backwards Incompatible Changes

  • Pin sunpy dependency to <=3.0 to allow for backwards compatibility
    with search_metadata.
    (#111)

v0.5.0

31 Oct 22:20
Compare
Choose a tag to compare

aiapy 0.5.0 (2021-04-09)

Features

  • Add a flag to aiapy.psf.deconvolve that sets negative intensity
    values to zero before performing the deconvolution.
    (#107)

v0.4.0

31 Oct 22:20
Compare
Choose a tag to compare

Aiapy 0.4.0 (2020-12-10)

Features

  • Updated default calibration version to 10 Added test for version 10
    (#90)
  • aiapy.calibrate.register now raises a
    warning if the level number is missing or is greater than 1.
    (#94)

Bug Fixes

  • Fixed a bug where an out of date calibration epoch was used if there
    were older duplicate versions available in the same epoch.
    (#90)
  • aiapy.calibrate.util.get_pointing_table
    now raises a more user-friendly RuntimeError if no pointing information can
    be found during the requested times. Previously it would raise a
    KeyError.
    (#91)
  • aiapy.calibrate.update_pointing now
    searches 12 hours either side of the map date for pointing
    information. This allows for some very rare instances where more
    than 3 hours elapses between pointing information updates.
    (#91)

v0.3.2

31 Oct 22:19
Compare
Choose a tag to compare

aiapy 0.3.2 (2020-11-29)

No significant changes.

The primary purpose of this release is to improve the example gallery, update the citation information, and test the new deployment pipeline.