Skip to content

Commit 25d7a22

Browse files
committed
Changelog
1 parent be7d7bb commit 25d7a22

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
0.4.0 (2023-04-04)
2+
==================
3+
4+
Backwards Incompatible Changes
5+
------------------------------
6+
7+
- This removes the older verison of `sunkit_instruments.goes_xrs.calculate_temperature_em` that no longer works for the re-processed netcdf files and new GOES-R data.
8+
9+
This also removes the `sunkit_instruments.goes_xrs.calculate_radiative_loss_rate` and `sunkit_instruments.goes_xrs.calculate_xray_luminosity` functions that also no longer work in their current form.
10+
11+
The new `sunkit_instruments.goes_xrs.calculate_temperature_em` function now returns a new sunpy.timeseries.GenericTimeSeries with the temperature and emission measure rather than appending columns to the passed XRSTimeSeries. (`#81 <https://github.com/sunpy/sunkit-instruments/pull/81>`__)
12+
13+
14+
Features
15+
--------
16+
17+
- Create new function (`sunkit_instruments.goes_xrs.calculate_temperature_em`) to calculate the temperature and emission measure from the GOES XRS measurements including the new re-processed XRS data and GOES-R data.
18+
19+
See :ref:`sphx_glr_generated_gallery_calculate_goes_temperature_and_emission_measure.py` for an example. (`#81 <https://github.com/sunpy/sunkit-instruments/pull/81>`__)
20+
21+
122
0.3.0 (2022-05-24)
223
==================
324

changelog/81.breaking.rst

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

changelog/81.feature.rst

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

0 commit comments

Comments
 (0)