From fc07b50f057ea01a8f468558ae86cef932234ed5 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 1 Mar 2024 13:41:49 -0500 Subject: [PATCH] render changelog (#107) --- CHANGELOG.rst | 19 ++++++++++++------- changelog/105.breaking.rst | 1 - changelog/105.trivial.rst | 1 - changelog/84.bugfix.rst | 1 - 4 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 changelog/105.breaking.rst delete mode 100644 changelog/105.trivial.rst delete mode 100644 changelog/84.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3db2a85..73b545e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -0.5.0 (2022-10-15) +0.5.0 (2024-03-01) ================== Breaking Changes @@ -9,20 +9,25 @@ Breaking Changes - 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 `__) - -Features --------- - - Add support for SOLO RPW data. (`#62 `__) -Features --------- - Add `sunpy.net.Fido` client `~radiospectra.net.sources.ilofar.ILOFARMode357` and spectrogram class `~radiospectra.spectrogram2.sources.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) ================== diff --git a/changelog/105.breaking.rst b/changelog/105.breaking.rst deleted file mode 100644 index 856bc80..0000000 --- a/changelog/105.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Removed the ``SWAVESClient`` and ``WAVESClient`` as the old URLS have gone offline. diff --git a/changelog/105.trivial.rst b/changelog/105.trivial.rst deleted file mode 100644 index ae943a4..0000000 --- a/changelog/105.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Moved to Github Actions. diff --git a/changelog/84.bugfix.rst b/changelog/84.bugfix.rst deleted file mode 100644 index 3fcd4c6..0000000 --- a/changelog/84.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix a bug where incorrectly formatted dates were not handled by the `radiospectra.spectrogram.Spectrogram`.