Sunpy Versions Save

SunPy - Python for Solar Physics

v4.0.12

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.0.11...v4.0.12

v4.1.5

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.1.4...v4.1.5

v4.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.1.3...v4.1.4

v4.0.11

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.0.10...v4.0.11

v4.0.10

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.0.9...v4.0.10

v4.1.3

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.1.2...v4.1.3

v4.0.9

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.0.8...v4.0.9

v4.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/sunpy/sunpy/compare/v4.1.1...v4.1.2

v4.0.8

1 year ago

4.0.8 (2022-12-30)

New Features

  • Added three tutorials which replicate ~sunpy.map.CompositeMap functionality (sphx_glr_generated_gallery_plotting_AIA_HMI_composite.py, sphx_glr_generated_gallery_plotting_masked_composite_plot.py, sphx_glr_generated_gallery_plotting_three_map_composite.py). A fourth tutorial (sphx_glr_generated_gallery_plotting_rgb_composite.py) demonstrates how to create an RGB image with three different maps. (#6459)

Bug Fixes

  • Fixed an issue with loading old EIT fits files with sunpy.map.Map where the date could not be parsed. (#6605)

Documentation

  • Added sunpy.map.PixelPair to the reference documentation. (#6620)

v4.1.1

1 year ago

4.1.1 (2022-12-30)

New Features

  • Added three tutorials which replicate ~sunpy.map.CompositeMap functionality (sphx_glr_generated_gallery_plotting_AIA_HMI_composite.py, sphx_glr_generated_gallery_plotting_masked_composite_plot.py, sphx_glr_generated_gallery_plotting_three_map_composite.py). A fourth tutorial (sphx_glr_generated_gallery_plotting_rgb_composite.py) demonstrates how to create an RGB image with three different maps. (#6459)

Bug Fixes

  • Fixed the incorrect calculation in ~sunpy.map.header_helper.make_fitswcs_header of the rotation matrix from a rotation angle when the pixels are non-square. (#6597)
  • Fixed an issue with loading old EIT fits files with sunpy.map.Map where the date could not be parsed. (#6605)

Documentation

  • Added sunpy.map.PixelPair to the reference documentation. (#6620)