diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38fc81cf715..1a9b858bac6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,28 @@ +5.0.1 (2023-09-12) +================== + +Bug Fixes +--------- + +- Fix RHESSI (`~sunpy.net.dataretriever.RHESSIClient`) fallback server detection. (`#7092 `__) +- Fix bug in :func:`~sunpy.coordinates.get_horizons_coord` when specifying a time range via a dictionary that could cause the returned times to be slightly different from the supplied times. (`#7106 `__) +- Updated the url of the `~sunpy.net.dataretriever.GBMClient` to match on files other than those that end with version 0 (i.e., V0.pha). (`#7148 `__) + + +Documentation +------------- + +- Removed the specification of a non-identity rotation matrix in two reprojection examples. (`#7114 `__) +- Added an example (:ref:`sphx_glr_generated_gallery_showcase_stereoscopic_3d.py`) for how to make an anaglyph 3D (i.e., red-cyan) image from a stereoscopic observation. (`#7123 `__) + + +Internal Changes +---------------- + +- Added missing support to find GOES-18 XRS data in `~sunpy.net.dataretriever.XRSClient`. (`#7108 `__) +- Raise an error with a helpful message when :meth:`sunpy.map.GenericMap.plot` is called with a non-boolean value for the ``annotate`` keyword, because the user is probably trying to specify the axes. (`#7163 `__) + + 5.0.0 (2023-06-14) ================== diff --git a/changelog/7092.bugfix.rst b/changelog/7092.bugfix.rst deleted file mode 100644 index d2395d10c8f..00000000000 --- a/changelog/7092.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix RHESSI (`~sunpy.net.dataretriever.RHESSIClient`) fallback server detection. diff --git a/changelog/7106.bugfix.rst b/changelog/7106.bugfix.rst deleted file mode 100644 index 6c269b7a568..00000000000 --- a/changelog/7106.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix bug in :func:`~sunpy.coordinates.get_horizons_coord` when specifying a time range via a dictionary that could cause the returned times to be slightly different from the supplied times. diff --git a/changelog/7108.trivial.rst b/changelog/7108.trivial.rst deleted file mode 100644 index e41a5bcfcb1..00000000000 --- a/changelog/7108.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Added missing support to find GOES-18 XRS data in `~sunpy.net.dataretriever.XRSClient`. diff --git a/changelog/7114.doc.rst b/changelog/7114.doc.rst deleted file mode 100644 index 454a14958f0..00000000000 --- a/changelog/7114.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Removed the specification of a non-identity rotation matrix in two reprojection examples. diff --git a/changelog/7123.doc.rst b/changelog/7123.doc.rst deleted file mode 100644 index 4818cf51f53..00000000000 --- a/changelog/7123.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Added an example (:ref:`sphx_glr_generated_gallery_showcase_stereoscopic_3d.py`) for how to make an anaglyph 3D (i.e., red-cyan) image from a stereoscopic observation. diff --git a/changelog/7148.bugfix.rst b/changelog/7148.bugfix.rst deleted file mode 100644 index ea99f742201..00000000000 --- a/changelog/7148.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Updated the url of the `~sunpy.net.dataretriever.GBMClient` to match on files other than those that end with version 0 (i.e., V0.pha). diff --git a/changelog/7163.trivial.rst b/changelog/7163.trivial.rst deleted file mode 100644 index 6f90865d53c..00000000000 --- a/changelog/7163.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Raise an error with a helpful message when :meth:`sunpy.map.GenericMap.plot` is called with a non-boolean value for the ``annotate`` keyword, because the user is probably trying to specify the axes.