Skip to content

Commit

Permalink
Release v4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Mar 31, 2023
1 parent 8755bba commit bc5a40d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
4.0.11 (2023-03-31)
===================

Bug Fixes
---------

- When using ``autoalign=True`` when plotting maps, the result was misaligned by half a pixel. (`#6796 <https://github.com/sunpy/sunpy/pull/6796>`__)
- :meth:`sunpy.map.GenericMap.submap` can now handle a '~astropy.coordinates.BaseCoordinateFrame' as input. (`#6820 <https://github.com/sunpy/sunpy/pull/6820>`__)


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

- Added a note in examples :ref:`sphx_glr_generated_gallery_map_transformations_autoalign_aia_hmi.py` and :ref:`sphx_glr_generated_gallery_map_transformations_reprojection_align_aia_hmi.py` suggesting to use :meth:`~sunpy.coordinates.Helioprojective.assume_spherical_screen` to retain off-disk HMI data. (`#6855 <https://github.com/sunpy/sunpy/pull/6855>`__)


4.0.10 (2023-02-14)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog/6796.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/6855.doc.rst

This file was deleted.

0 comments on commit bc5a40d

Please sign in to comment.