Skip to content

Commit b4acb7e

Browse files
author
Nabil Freij
committed
changelogs
1 parent ef2cfb9 commit b4acb7e

File tree

5 files changed

+27
-9
lines changed

5 files changed

+27
-9
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
0.3.0 (2022-05-24)
2+
==================
3+
4+
Backwards Incompatible Changes
5+
------------------------------
6+
7+
- Dropped Python 3.7 support. (`#53 <https://github.com/sunpy/sunkit-instruments/pull/53>`__)
8+
- Minimum version of ``sunpy`` is now 4.0 (LTS). (`#61 <https://github.com/sunpy/sunkit-instruments/pull/61>`__)
9+
10+
11+
Features
12+
--------
13+
14+
- Added functions for `SUVI <https://www.swpc.noaa.gov/products/goes-solar-ultraviolet-imager-suvi>`__:
15+
16+
* :func:`sunkit_instruments.suvi.read_suvi` to read FITS or NetCDF SUVI files.
17+
* :func:`sunkit_instruments.suvi.files_to_map` to read SUVI files and turn them into :class:`sunpy.map.GenericMap`.
18+
* :func:`sunkit_instruments.suvi.despike_l1b_file` and :func:`sunkit_instruments.suvi.despike_l1b_array` to despike SUVI L1b files.
19+
* :func:`sunkit_instruments.suvi.get_response` to get the response function for a given SUVI L1b file or wavelength. (`#61 <https://github.com/sunpy/sunkit-instruments/pull/61>`__)
20+
21+
22+
Bug Fixes
23+
---------
24+
25+
- Fermi pointing file names changed from "_p202_v001" to "_p310_v001" upstream. (`#48 <https://github.com/sunpy/sunkit-instruments/pull/48>`__)
26+
27+
128
0.2.0 (2021-02-13)
229
==================
330

changelog/48.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/53.breaking.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/61.breaking.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/61.feature.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)