Skip to content

Commit

Permalink
Merge branch 'changelog' into 'master'
Browse files Browse the repository at this point in the history
changelog for release

See merge request LMSAL_HUB/aia_hub/aiapy!121
  • Loading branch information
wtbarnes committed Oct 27, 2021
2 parents d46fd96 + 6cbc28f commit a248c7a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
0.6.0 (2021-10-27)
==================

Breaking Changes
----------------

- Pin minimum version of Python to 3.7 (`#114 <https://gitlab.com/LMSAL_HUB/aia_hub/aiapy/-/merge_requests/114>`__)


New Features
------------

- Added a new function :func:`aiapy.util.telescope_number` that returns the associated
telscope number for a given filter wavelength. (`#116 <https://gitlab.com/LMSAL_HUB/aia_hub/aiapy/-/merge_requests/116>`__)
- Added a new function :func:`aiapy.calibrate.util.get_error_table` to fetch and parse the
table with the associate error parameters.
This is used primarily in :func:`aiapy.calibrate.estimate_error`. (`#116 <https://gitlab.com/LMSAL_HUB/aia_hub/aiapy/-/merge_requests/116>`__)
- Added a new function :func:`aiapy.calibrate.estimate_error` 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 <https://gitlab.com/LMSAL_HUB/aia_hub/aiapy/-/merge_requests/116>`__)


Bug Fixes
---------

- `~aiapy.calibrate.update_pointing` now skips updating keywords if the pointing values
are missing from the pointing table returned from JSOC. (`#120 <https://gitlab.com/LMSAL_HUB/aia_hub/aiapy/-/merge_requests/120>`__)


0.5.2 (2021-05-24)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/114.breaking.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/116.feature.1.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/116.feature.2.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/116.feature.3.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/120.bugfix.rst

This file was deleted.

0 comments on commit a248c7a

Please sign in to comment.