diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e1f7fc06a85..42b272dae67 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,34 @@ +5.0.2 (2023-11-21) +================== + +Bug Fixes +--------- + +- When directly instantiating a `~astropy.wcs.WCS` from a FITS header that contains both Stonyhurst and Carrington heliographic coordinates for the observer location, the Stonyhurst coordinates will now be prioritized. + This behavior is now consistent with the `~sunpy.map.Map` class, which has always prioritized Stonyhurst coordinates over Carrington coordinates. (`#7188 `__) +- Fixed a bug with :func:`~sunpy.map.sample_at_coords()` where sampling outside the bounds of the map would sometimes not error and instead return strange pixel values. (`#7206 `__) +- Improved code when loading CDF files to improve performance and avoid raising of pandas performance warnings. (`#7247 `__) +- Fixed a bug with :meth:`sunpy.map.GenericMap.plot` where setting ``norm`` to ``None`` would result in an error. (`#7261 `__) + + +Documentation +------------- + +- Changed the :ref:`sphx_glr_generated_gallery_map_masking_hmi.py` to reproject AIA to HMI instead of the other way around. + This is to avoid interpolating the HMI LOS magnetic field data. (`#7160 `__) +- Fixed the timeseries peak finding example. + Previously there was a bug when plotting the data with pandas. (`#7199 `__) + + +Internal Changes +---------------- + +- Removed the Binder configuration and link in README. + This is because the configuration was untested, and does not currently work. (`#7062 `__) +- Fixed our ASDF manifest having the incorrect ID. (`#7282 `__) +- Pinned the ``drms`` requirement to ``< 0.7`` to avoid breaking changes in ``drms`` version 0.7. (`#7308 `__) + + 5.0.1 (2023-09-12) ================== diff --git a/changelog/7062.trivial.rst b/changelog/7062.trivial.rst deleted file mode 100644 index d5a889079ed..00000000000 --- a/changelog/7062.trivial.rst +++ /dev/null @@ -1,2 +0,0 @@ -Removed the Binder configuration and link in README. -This is because the configuration was untested, and does not currently work. diff --git a/changelog/7160.doc.rst b/changelog/7160.doc.rst deleted file mode 100644 index a51a6b4d68e..00000000000 --- a/changelog/7160.doc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Changed the :ref:`sphx_glr_generated_gallery_map_masking_hmi.py` to reproject AIA to HMI instead of the other way around. -This is to avoid interpolating the HMI LOS magnetic field data. diff --git a/changelog/7188.bugfix.rst b/changelog/7188.bugfix.rst deleted file mode 100644 index 85b0c96d715..00000000000 --- a/changelog/7188.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -When directly instantiating a `~astropy.wcs.WCS` from a FITS header that contains both Stonyhurst and Carrington heliographic coordinates for the observer location, the Stonyhurst coordinates will now be prioritized. -This behavior is now consistent with the `~sunpy.map.Map` class, which has always prioritized Stonyhurst coordinates over Carrington coordinates. diff --git a/changelog/7199.doc.rst b/changelog/7199.doc.rst deleted file mode 100644 index 5fc076db033..00000000000 --- a/changelog/7199.doc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed the timeseries peak finding example. -Previously there was a bug when plotting the data with pandas. diff --git a/changelog/7206.bugfix.rst b/changelog/7206.bugfix.rst deleted file mode 100644 index 6f9601e1956..00000000000 --- a/changelog/7206.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug with :func:`~sunpy.map.sample_at_coords()` where sampling outside the bounds of the map would sometimes not error and instead return strange pixel values. diff --git a/changelog/7247.bugfix.rst b/changelog/7247.bugfix.rst deleted file mode 100644 index 6ed862aad4d..00000000000 --- a/changelog/7247.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Improved code when loading CDF files to improve performance and avoid raising of pandas performance warnings. diff --git a/changelog/7261.bugfix.rst b/changelog/7261.bugfix.rst deleted file mode 100644 index ff3100128ac..00000000000 --- a/changelog/7261.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug with :meth:`sunpy.map.GenericMap.plot` where setting ``norm`` to ``None`` would result in an error. diff --git a/changelog/7282.trivial.rst b/changelog/7282.trivial.rst deleted file mode 100644 index d116d18bdea..00000000000 --- a/changelog/7282.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed our ASDF manifest having the incorrect ID. diff --git a/changelog/7308.trivial.rst b/changelog/7308.trivial.rst deleted file mode 100644 index 2e880c0e822..00000000000 --- a/changelog/7308.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Pinned the ``drms`` requirement to ``< 0.7`` to avoid breaking changes in ``drms`` version 0.7.