Full Changelog¶
0.4.1.dev49+g936994a (2023-03-18)¶
Bug Fixes¶
Fix a bug where incorrectly formatted dates were not handled by the
radiospectra.spectrogram.Spectrogram
. (#84)
0.5.0 (2022-10-15)¶
Breaking Changes¶
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 factoryradiospectra.spectrogram.spectrogram.SpectrogramFactory
with sources forSWAVESSpectrogram
,RFSSpectrogram
,CALISTOSpectrogram
,EOVSASpectrogram
andRSTNSpectrogram
. (#44)Add
sunpy.net.Fido
clients forCALLISTOClient
,EOVSAClient
andRSTNClient
. (#44)Improve
SpectrogramFactory
input handling more inputs formats data header pairs, files, urls. (#54)Add
sunpy.net.Fido
clientWaves
and spectrogram classWAVESSpectrogram
for WIND/WAVES. (#54)
0.3.0 (2021-04-01)¶
Features¶
Add Parker Solar Probe (PSP) Radio Frequency Receiver (RFS) Fido client
radiospectra.net.sources.psp.RFSClient
. (#34)Add STEREO WAVES (SWAVES) Fido client
radiospectra.net.SWAVESClient
. (#35)