Skip to content

Commit

Permalink
Release v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Apr 4, 2024
1 parent 480a471 commit 8153c0c
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,31 @@
5.0.4 (2024-04-04)
==================

Bug Fixes
---------

- Fix a bug which caused ``Fido.search`` to crash due to SSL certificate verification error for the `~sunpy.net.helio.HECClient` now returns no results and logs a warning in this case. (`#7446 <https://github.com/sunpy/sunpy/pull/7446>`__)
- The creation of the series string for a JSOC query was not adding the correct escape characters for comparison values for keywords.
This was causing the JSOC to error. (`#7467 <https://github.com/sunpy/sunpy/pull/7467>`__)
- Fixed a very minor inaccuracy in three `sunpy.map` utility functions (:func:`~sunpy.map.contains_full_disk`, :func:`~sunpy.map.coordinate_is_on_solar_disk`, and :func:`~sunpy.map.is_all_off_disk`) resulting from the accidental use of the small-angle approximation. (`#7512 <https://github.com/sunpy/sunpy/pull/7512>`__)
- The :meth:`~sunpy.map.GenericMap.rotate` function now correctly updates the NAXISi. (`#7522 <https://github.com/sunpy/sunpy/pull/7522>`__)
- Fixed an inaccuracy in the implementation of `~sunpy.coordinates.HeliocentricEarthEcliptic` and `~sunpy.coordinates.GeocentricSolarEcliptic` such that the Earth was not exactly in the XY plane, but rather had an error of up ~10 meters. (`#7530 <https://github.com/sunpy/sunpy/pull/7530>`__)
- Fixed a bug with any coordinate transformation starting in `~sunpy.coordinates.GeocentricEarthEquatorial` (GEI) returning output with AU as the length unit, rather than preserving the length unit of the initial coordinate. (`#7545 <https://github.com/sunpy/sunpy/pull/7545>`__)


Documentation
-------------

- Created a how to guide on fixing metadata that is either missing or incorrect before passing the header into the `~sunpy.map.Map` class. (`#7262 <https://github.com/sunpy/sunpy/pull/7262>`__)


Internal Changes
----------------

- ``pyerfa`` is now a new direct dependency.
It has been an indirect dependency from sunpy 3.1, over two years ago. (`#7397 <https://github.com/sunpy/sunpy/pull/7397>`__)


5.0.3 (2024-01-12)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/7262.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/7397.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7446.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/7467.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7512.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7522.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7530.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7545.bugfix.rst

This file was deleted.

0 comments on commit 8153c0c

Please sign in to comment.