Full Changelog#

0.5.0 (2024-03-01)#

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)

  • Renamed CALLISTOClient to eCallistoClient (#61)

  • eCallistoClient now does not return endtimes. (#61)

  • Removed the SWAVESClient and WAVESClient as the old URLS have gone offline. (#105)

Features#

  • Added support to second eCallisto file format. (#61)

  • Add support for SOLO RPW data. (#62)

  • Add sunpy.net.Fido client ILOFARMode357 and spectrogram class ILOFARMode357 for ILOFAR mode 357 observations. (#57)

Bug Fixes#

  • Fix a bug where incorrectly formatted dates were not handled by the radiospectra.spectrogram.Spectrogram. (#84)

Trivial/Internal Changes#

  • Moved to Github Actions. (#105)

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#