-
-
Notifications
You must be signed in to change notification settings - Fork 41
Releases: sunpy/radiospectra
Releases · sunpy/radiospectra
v0.7.0
@samaloney
samaloney
5fc7448
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.7.0 (2026年06月16日)
Breaking Changes
- Increased minimum version of:
- Python >= 3.12.
- NumPy >= 1.26.0.
- Matplotlib >= 3.8.0.
- SciPy >= 1.12.0.
- Sunpy >= 7.0.0. (#127)
New Features
- Added support for Solar Orbiter RPW Level 3 TNR and HFR survey data products. (#148)
- Restored the WIND/WAVES
Fidoclient ~radiospectra.net.sources.wind.WAVESClient and updated it to use NASA SPDF server and altered paths and filenames. (#158) - Added end-to-end online integration tests for all 6 radiospectra data sources (eCallisto, EOVSA, I-LOFAR, PSP/RFS, RSTN, WIND/WAVES) to verify search, fetch and spectrogram reading. (#202)
- Add Learmonth Solar Observatory Fido client ~radiospectra.net.sources.learmonth.ASWSClient for accessing RSTN Learmonth data from the Australian Bureau of Meteorology Space Weather Services World Data Centre archive (not available from RSTN newwork post 2019.) (#213)
- Add Nançay Decameter Array (NDA) Fido client radiospectra.net.sources.nda.NDAClient. (#220)
- Added support for reading and parsing Nançay Decameter Array (NDA) solar radio burst observations. This introduces the radiospectra.spectrogram.sources.nda.NDASpectrogram subclass. (#231)
Bug Fixes
- Migrated network clients to the unified
sunpy.net.scraper.Scraperformat, fixing scraper-based searches with newersunpyreleases. (#142) - Fixed an issue where plotting spectrograms with non-UTC time scales (e.g., 'tt') would result in time offsets by ensuring conversion to UTC before plotting. (#144)
- Fixed mixed frequency unit plotting on shared axes to correctly convert units when multiple spectrograms with different frequency units are plotted together. (#151)
- Fix ~radiospectra.spectrogram.sources.callisto.CALISTOSpectrogram observatory location logic bug and improve docstrings. (#169)
- Fixed a
KeyErrorraised when accessing thelevelandversionproperties of anRFSSpectrogramconstructed from a real Parker Solar Probe RFS CDF file via ~radiospectra.spectrogram.spectrogram_factory.SpectrogramFactory. (#187) - Remove legacy sunpy version check and fallback scraper pattern in ~radiospectra.net.sources.eovsa.EOVSAClient since sunpy[net]>=7.0 is now mandated. (#237)
- Update ~radiospectra.net.sources.ilofar.ILOFARMode357Client client to search additional directory for data. (#239)
Documentation
- Created docstring examples for
RPWSpectrogramdata. (#173) - Added a new Example Gallery to the documentation using sphinx-gallery, including an example that demonstrates how to search, download, load and plot WIND/WAVES data using ~sunpy.net.Fido and ~radiospectra.spectrogram.Spectrogram. (#227)
- Fix docs configuration so the change log is included. (#229)
- Add missing python files to autogenerate API reference. (#235)
- Added a
CITATION.cfffile, a Zenodo DOI badge and citation section to the README, and a citation page to the documentation. (#236)
Internal Changes
Assets 2
1 person reacted
v0.6.1
@nabobalis
nabobalis
c06b5be
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Registers package with the sunpy packaging by @CyclingNinja in #115
- Updates from package template by @Cadair in #116
- Release prep + py313 CI by @nabobalis in #118
New Contributors
- @CyclingNinja made their first contribution in #115
Full Changelog: v0.6.0...v0.6.1
Assets 2
v0.6.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #109
- Fix URL typo in README & docs by @jgieseler in #108
- Drop 3.9 by @nabobalis in #111
- sunpy version bump by @nabobalis in #112
New Contributors
- @jgieseler made their first contribution in #108
Full Changelog: v0.5.0...v0.6.0
Assets 2
v0.5.0
@nabobalis
nabobalis
fc07b50
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- tidy up readme and docs a bit by @nabobalis in #75
- moved spectrogram2 into spectrogram and removed all old code by @nabobalis in #76
- doc tweaks by @nabobalis in #83
- Adding colorbar functionality to plot by @hayesla in #80
- Fix error parsing buggy callisto dates by @samaloney in #84
- Bugfix ecallisto client by @samaloney in #61
- Add SOLO RPW spectrogram support by @samaloney in #62
- Feat add ilofar by @samaloney in #57
- Move to actions + remove dead clients by @nabobalis in #105
- render changelog by @nabobalis in #107
New Contributors
Full Changelog: v0.4.0...v0.5.0
Assets 2
1 person reacted
v0.4.0
@nabobalis
nabobalis
809317a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- rename branch and tidy up by @nabobalis in #49
- Create a new Spectrogram and SpectrogramFactory similiar to sunpy Map and Timeseries by @samaloney in #44
- Feat spectrogram factory inputs by @samaloney in #54
- prepare for release by @nabobalis in #65
Full Changelog: v0.3.0...v0.4.0
Assets 2
v0.3.0
Assets 2
v0.2.0
Release that is compatible with Sunpy 0.9 and Sunpy 1.0.