Full Changelog#

0.5.0 (2022-10-15)#

Breaking Changes#

  • The old Spectrogram class has been removed. (#76)

  • The new Spectrogram2 class has been renamed to Spectrogram. (#76)

  • Adding colorbar functionality to plot (#80)

0.4.0 (2022-05-24)#

Breaking Changes#

  • Minimum supported version of Python is now 3.8

  • Minimum supported version of sunpy is now 4.0.0 (LTS)

Features#

  • Add a new spectrogram class radiospectra.spectrogram.spectrogram.BaseSpectrogram and factory radiospectra.spectrogram.spectrogram.SpectrogramFactory with sources for SWAVESSpectrogram, RFSSpectrogram, CALISTOSpectrogram, EOVSASpectrogram and RSTNSpectrogram. (#44)

  • Add sunpy.net.Fido clients for CALLISTOClient, EOVSAClient and RSTNClient. (#44)

  • Improve SpectrogramFactory input handling more inputs formats data header pairs, files, urls. (#54)

  • Add sunpy.net.Fido client Waves and spectrogram class WAVESSpectrogram for WIND/WAVES. (#54)

0.3.0 (2021-04-01)#

Features#