<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://sunpy.org/</id>
  <title>Blog - Posts in Release</title>
  <updated>2026-04-16T16:25:22.599912+00:00</updated>
  <link href="https://sunpy.org/"/>
  <link href="https://sunpy.org/blog/category/release/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.io/" version="0.11.13">ABlog</generator>
  <entry>
    <id>https://sunpy.org/posts/2020/2020-06-12-20_released/</id>
    <title>SunPy 2.0 Released</title>
    <updated>2020-06-12T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-2-0-released"&gt;

&lt;p&gt;The SunPy project is happy to announce the release of SunPy 2.0!
SunPy is an open-source Python library for Solar Physics data analysis and visualization.&lt;/p&gt;
&lt;p&gt;This release is our second long(er) term support release, that we will be supporting with bug fixes until 3.0 in roughly a year’s time.
With this release, the 1.0 and 1.1 releases will no longer receive bug fixes and we encourage everyone to upgrade to 2.0.&lt;/p&gt;
&lt;p&gt;The major highlights of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;&lt;a class="reference external" href="https://docs.sunpy.org/en/stable/generated/api/sunpy.net.Fido.html#sunpy.net.Fido" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;Fido&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now supports tab completion of search attributes.
This allows you to do &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;a.Instrument.AIA&lt;/span&gt;&lt;/code&gt;, and print &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;a.Instrument&lt;/span&gt;&lt;/code&gt; to see the list of known supported instruments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;aiaprep&lt;/span&gt;&lt;/code&gt; has been deprecated in favor of the functionality in the &lt;a class="reference external" href="https://aiapy.readthedocs.io/en/stable/"&gt;aiapy&lt;/a&gt; package.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Various fixes and clarifications to pixel indexing in the &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/map.html#module-sunpy.map" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.map&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; subpackage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Standardization of specifying rectangles in coordinate space in the &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/generated/api/sunpy.map.GenericMap.html#sunpy.map.GenericMap.submap" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-meth docutils literal notranslate"&gt;&lt;span class="pre"&gt;submap()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;code class="xref py py-meth docutils literal notranslate"&gt;&lt;span class="pre"&gt;draw_rectangle()&lt;/span&gt;&lt;/code&gt; methods of &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/generated/api/sunpy.map.GenericMap.html#sunpy.map.GenericMap" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;GenericMap&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML quicklook previews of &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/generated/api/sunpy.map.GenericMap.html#sunpy.map.GenericMap" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;GenericMap&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/generated/api/sunpy.map.MapSequence.html#sunpy.map.MapSequence" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;MapSequence&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; instances are available with the new &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/generated/api/sunpy.map.GenericMap.html#sunpy.map.GenericMap.quicklook" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-meth docutils literal notranslate"&gt;&lt;span class="pre"&gt;quicklook()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/generated/api/sunpy.map.MapSequence.html#sunpy.map.MapSequence.quicklook" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-meth docutils literal notranslate"&gt;&lt;span class="pre"&gt;quicklook()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; methods, respectively.
This is also the default display in &lt;a class="reference external" href="https://jupyter.org/"&gt;Jupyter&lt;/a&gt; notebooks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Integration of differential rotation into the &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/coordinates/index.html#module-sunpy.coordinates" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.coordinates&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; framework.
This enables, amongst other things, the warping of images with the &lt;a class="reference external" href="https://reproject.readthedocs.io/"&gt;reproject&lt;/a&gt; package and the plotting of rotated grid lines with &lt;a class="reference external" href="https://docs.astropy.org/en/stable/visualization/wcsaxes/index.html#wcsaxes" title="(in Astropy v7.2)"&gt;&lt;span class="xref std std-ref"&gt;WCSAxes&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/whatsnew/2.0.html"&gt;What’s New in SunPy 2.0&lt;/a&gt; for more details and the &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/whatsnew/changelog.html"&gt;Full Changelog&lt;/a&gt; for the full list of over 100 changes in 2.0.&lt;/p&gt;
&lt;p&gt;This release of SunPy contains 1044 commits in 290 merged pull requests closing 144 issues from 33 people, 16 of which are first-time contributors to SunPy.&lt;/p&gt;
&lt;p&gt;The people who have contributed to the code for this release are:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;&lt;p&gt;Abhijeet Manhas  *
Abijith B  *
Albert Y. Shih
Amogh J  *
Arfon Smith  *
Arib Alam  *
David Pérez-Suárez
David Stansby
Deepankar Sharma
Jack Ireland
Jai Ram Rideout
James Paul Mason
Kris Akira Stern  *
Laura Hayes
Lazar Zivadinovic  *
Mark Cheung  *
Monica Bobra
Nabil Freij
Ole Streicher
Pankaj Mishra  *
Raahul Singh
Rajiv Ranjan Singh
Rutuja Surve  *
Sarthak Jain
Sashank Mishra  *
Steven Christe
Stuart Mumford
Swapnil Kannojia  *
Utkarsh Parkhi  *
Will Barnes
abijith-bahuleyan  *
honey  *
mridulpandey  *&lt;/p&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Where a * indicates their first contribution to SunPy.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2020/2020-06-12-20_released/"/>
    <summary>The SunPy project is happy to announce the release of SunPy 2.0!
SunPy is an open-source Python library for Solar Physics data analysis and visualization.</summary>
    <category term="sunpy" label="sunpy"/>
    <published>2020-06-12T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2020/2020-01-10-11_released/</id>
    <title>SunPy 1.1 Released</title>
    <updated>2020-01-10T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-1-1-released"&gt;

&lt;p&gt;The SunPy project is happy to announce the release of SunPy 1.1!
SunPy is an open-source Python library for Solar Physics data analysis and visualization.&lt;/p&gt;
&lt;p&gt;This release is our first major release post-1.0 and part of our new &lt;a class="reference external" href="https://github.com/sunpy/sunpy-SEP/blob/master/SEP-0009.md"&gt;release pattern&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The major highlights of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;The &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/coordinates/index.html#module-sunpy.coordinates" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;coordinates&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; subpackage now supports four additional coordinate frames (HCI, HEE, GSE, and GEI).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A new subpackage &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/data.html#module-sunpy.data.data_manager" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.data.data_manager&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; has been added to support versioned data for functions and methods.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support in &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/map.html#module-sunpy.map" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.map&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/net.html#module-sunpy.net" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.net&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; for the SUVI instrument on GOES satellites.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Initial support for WISPR data from Parker Solar Probe in &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/map.html#module-sunpy.map" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.map&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The import times for &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/sunpy.html#module-sunpy" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and some subpackages are significantly shorter, with no loss of functionality.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/whatsnew/1.1.html"&gt;What’s New in SunPy 1.1&lt;/a&gt; for more details and the &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/whatsnew/changelog.html"&gt;Full Changelog&lt;/a&gt; for the full list of over 100 changes in 1.1.&lt;/p&gt;
&lt;p&gt;If you use conda, you can update to this release by running:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ conda install -c conda-forge sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or, if you use pip, by running:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ pip install -U sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If you haven’t already installed SunPy we recommend you follow our &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/tutorial/installation.html"&gt;Installation Guide&lt;/a&gt;.&lt;/p&gt;
&lt;section id="by-the-numbers"&gt;
&lt;h2&gt;By the numbers&lt;/h2&gt;
&lt;p&gt;This release of SunPy contains 1137 commits in 242 merged pull requests closing 106 issues from 24 people, 10 of which are first time contributors to SunPy.&lt;/p&gt;
&lt;p&gt;The people who have contributed to the code for this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Albert Y. Shih&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Arthur Eigenbrot&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Brigitta Sipocz&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Pérez-Suárez&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Stansby&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dominik Stańczak  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Guntbert Reiter  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Himanshu Pathak  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jack Ireland&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Juanjo Bazán  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Laura Hayes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Michael S Kirk&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nabil Freij&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Quinn Arbolante  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Raahul Singh  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Rajiv Ranjan Singh  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Steven Christe&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stuart Mumford&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tom Augspurger  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vishnunarayan K I.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Will Barnes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yash Sharma&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;neerajkulk  *&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Where a * indicates their first contribution to SunPy.&lt;/p&gt;
&lt;p&gt;Happy Pythoning,&lt;/p&gt;
&lt;p&gt;Stuart&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2020/2020-01-10-11_released/"/>
    <summary>The SunPy project is happy to announce the release of SunPy 1.1!
SunPy is an open-source Python library for Solar Physics data analysis and visualization.</summary>
    <category term="sunpy" label="sunpy"/>
    <published>2020-01-10T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2019/2019-06-01-10_released/</id>
    <title>SunPy 1.0 Released</title>
    <updated>2019-06-01T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-1-0-released"&gt;

&lt;p&gt;The SunPy project is happy to announce the release of SunPy 1.0.0!&lt;/p&gt;
&lt;p&gt;This release has been in development for 14 months, and is a large change from the 0.x series of SunPy releases with a lot of old functionality removed and some exciting new features.&lt;/p&gt;
&lt;p&gt;The major highlights of this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;A complete transition of the whole code base to use &lt;a class="reference external" href="https://docs.astropy.org/en/stable/api/astropy.time.Time.html#astropy.time.Time" title="(in Astropy v7.2)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;astropy.time.Time&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, which was implemented by Vishnunarayan K I as part of Google Summer of Code 2018.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A rewrite of how all the clients in &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/reference/net.html#module-sunpy.net" title="(in sunpy v4.13.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.net&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; download files from the internet. This means vastly improved progress bars, skipping downloads if files are present, and better visibility and retrying of download errors.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A rewrite of the differential rotation and image warping code to correctly account for observer location using the Astropy coordinate functionality.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Removal of many deprecated functions and submodules; we have used the 1.0 release as a chance to clean out SunPy reducing the number of lines of Python code in the project by almost 3,000!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The first release of SunPy to be Python 3 only, requiring Python 3.6+.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/whatsnew/1.0.html"&gt;What’s New in SunPy 1.0&lt;/a&gt; for more details and the &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/whatsnew/changelog.html"&gt;Full Changelog&lt;/a&gt; for the full list of over 150 changes in SunPy 1.0.&lt;/p&gt;
&lt;p&gt;This release includes many breaking changes and may require your code to be updated to support it.
We hope you see the value in having the extra features these changes have enabled and a code base that is easier to maintain.
We will be continuing to release bug fixes to the 0.9.z series until the end of 2019.
We hope this gives you enough time to update your code and start enjoying all the improvements in SunPy 1.0.&lt;/p&gt;
&lt;p&gt;If you use conda, you can update to this release by running:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ conda install -c conda-forge sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or, if you use pip, by running:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ pip install -U sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If you haven’t already installed SunPy we recommend you follow our &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/tutorial/installation.html"&gt;Installation Guide&lt;/a&gt;.&lt;/p&gt;
&lt;section id="by-the-numbers"&gt;
&lt;h2&gt;By the numbers&lt;/h2&gt;
&lt;p&gt;This release of SunPy contains 1913 commits in 332 merged pull requests closing 582 issues from 46 people, 25 of which are first time contributors to SunPy.&lt;/p&gt;
&lt;p&gt;The people who have contributed to the code for this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Abhigyan Bose  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Airmansmith97  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Albert Y. Shih&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andre Chicrala  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andrew Hill  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andrew Inglis&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andrew Leonard&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Arthur Eigenbrot  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bernhard M. Wiedemann  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Brandon Stone  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Brigitta Sipocz&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Daniel D’Avella&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Daniel Ryan&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Pérez-Suárez&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Stansby&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deepankar Sharma  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Emmanuel Arias  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Harsh Mathur  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jack Ireland&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jacob  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jai Ram Rideout  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Larry Manley&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Laura Hayes  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Manas Mangaonkar  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Matthew Mendero  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Md Akramul Haque  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Michael S Kirk&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mickaël Schoentgen  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Monica Bobra  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nabil Freij&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Naman9639  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Prateek Chanda&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Punyaslok Pattnaik&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reid Gomillion  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sarthak Jain  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Shane Maloney&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Shresth Verma&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sourav Ghosh  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Steven Christe&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stuart Mumford&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vishnunarayan K I.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Will Barnes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yash Jain&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yash Krishan  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yash Sharma  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;jamescalixto  *&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Where a * indicates their first contribution to SunPy.&lt;/p&gt;
&lt;p&gt;On a personal note, I am very excited to see SunPy reach this milestone; watching the community around this project grow since I got involved has been incredible.
The sunpy library is almost unrecognisable from where it was when I got involved shortly after the 0.2 release, which is the result of countless hours of work by over 100 people.
I want to thank everyone who has contributed to SunPy in any way that helped us get to the point where we felt the library deserved the 1.0 label.
I especially want to thank Nabil Freij who has done so much behind the scenes work to keep things moving forward, and done such a good job helping new contributors get pull requests into SunPy.&lt;/p&gt;
&lt;p&gt;I am very excited to see where SunPy goes next.&lt;/p&gt;
&lt;p&gt;Happy Pythoning,&lt;/p&gt;
&lt;p&gt;Stuart&lt;/p&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2019/2019-06-01-10_released/"/>
    <summary>The SunPy project is happy to announce the release of SunPy 1.0.0!</summary>
    <category term="sunpy" label="sunpy"/>
    <published>2019-06-01T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2018/2018-04-24_09_release/</id>
    <title>SunPy 0.9 Released</title>
    <updated>2018-04-24T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-0-9-released"&gt;

&lt;p&gt;The SunPy project is very happy to announce the release of SunPy 0.9, the latest
release of the SunPy core package.&lt;/p&gt;
&lt;p&gt;SunPy 0.9 brings improved support for downloading data from the JSOC and
bugfixes compared to the 0.8.x series of releases. The 0.9.x series will be the
last series of SunPy releases to support Python 2. This is because Python 2
will not be maintained after 2019. The 0.9.x
series will receive bugfixs only up until the and of life of Python 2 (around 18
months). No new functionality will be added to the 0.9.x series, which will also
be the last version to include &lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.spectra&lt;/span&gt;&lt;/code&gt;, &lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.lightcurve&lt;/span&gt;&lt;/code&gt; and
&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.wcs&lt;/span&gt;&lt;/code&gt;, all of which were deprecated in 0.8.&lt;/p&gt;
&lt;p&gt;SunPy 1.0 and higher will support Python 3 only. All new
functionality will be available only in SunPy 1.0 and higher.&lt;/p&gt;
&lt;p&gt;SunPy v0.9.0 contains 807 commits in 147 merged pull requests closing 310
issues from 31 people, 19 of which are first time contributors to SunPy.&lt;/p&gt;
&lt;p&gt;The people who have contributed to the code for this release are&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Nabil Freij&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stuart Mumford&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nitin Choudhary&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Stansby  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Prateek Chanda&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jack Ireland&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Daniel Ryan&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Himanshu  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yash Jain  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;James Paul Mason  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Michael Charlton&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vishnunarayan K I.  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Swapnil Sharma  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Albert Y. Shih&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Pérez-Suárez&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Shresth Verma  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sanjeev Dubey  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Brigitta Sipocz&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andrew Leonard&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nick Murphy  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Shane Maloney&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Carlos Molina  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yash Kothari  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dang Trung Kien  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gulshan Mittal  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Rajasekhar Reddy Mekala  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;S Shashank  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tannmay Yadav  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Will Barnes  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yudhik Agrawal  *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;codetriage-readme-bot  *&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Where a * indicates their first contribution to SunPy.&lt;/p&gt;
&lt;p&gt;In addition to the contributions to the core SunPy library, we would like to
thank Kolja Glogowski for his help with the JSOC project, and welcome his
package ‘drms’ as a SunPy affiliated package, which is now powering our JSOC
client.  Finally, we would like to thank David Pérez-Suárez and Brigitta Sipocz,
who are leading the GSOC process for OpenAstronomy, which is of massive benefit
to the SunPy community.&lt;/p&gt;
&lt;p&gt;SunPy 0.9 can be installed from pip or conda using the following commands&lt;/p&gt;
&lt;p&gt;using conda:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ conda config channels --append conda-forge
$ conda install sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or using pip:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ pip install sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;and updated using conda:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ conda update sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or pip:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ pip install -U sunpy
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2018/2018-04-24_09_release/"/>
    <summary>The SunPy project is very happy to announce the release of SunPy 0.9, the latest
release of the SunPy core package.</summary>
    <category term="sunpy" label="sunpy"/>
    <published>2018-04-24T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2018/2018-02-25-ndcube/</id>
    <title>NDCube 1.0 Released</title>
    <updated>2018-02-25T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="ndcube-1-0-released"&gt;

&lt;p&gt;The SunPy project is very happy to announce the release of a new package “ndcube”.&lt;/p&gt;
&lt;p&gt;ndcube is a package built for handling, inspecting and visualizing a wide
variety of data, of any number of dimensions, along with coordinate information
described by FITS-WCS. The &lt;a class="reference external" href="https://docs.sunpy.org/projects/ndcube/en/stable/api/ndcube.NDCube.html#ndcube.NDCube" title="(in ndcube v2.4.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;NDCube&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; object is based on the astropy
&lt;a class="reference external" href="https://docs.astropy.org/en/stable/api/astropy.nddata.NDData.html#astropy.nddata.NDData" title="(in Astropy v7.2)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;NDData&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; class, and adds functionality for slicing both the data
and the WCS simultaneously, plotting with matplotlib and support for extra
coordinate information along any of the axes not described by WCS.&lt;/p&gt;
&lt;p&gt;In addition to this the ndcube package provides the &lt;a class="reference external" href="https://docs.sunpy.org/projects/ndcube/en/stable/api/ndcube.NDCubeSequence.html#ndcube.NDCubeSequence" title="(in ndcube v2.4.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;NDCubeSequence&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
class for representing sequences of &lt;a class="reference external" href="https://docs.sunpy.org/projects/ndcube/en/stable/api/ndcube.NDCube.html#ndcube.NDCube" title="(in ndcube v2.4.0)"&gt;&lt;code class="xref py py-obj docutils literal notranslate"&gt;&lt;span class="pre"&gt;NDCube&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; objects where the
coordinate information may or may not align, and accessing these sequences in a
way consistent with a singular cube.&lt;/p&gt;
&lt;p&gt;The ndcube development has been lead by Daniel Ryan with contributions from the
following people:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Daniel Ryan&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ankit Baruah&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stuart Mumford&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mateo Inchaurrandieta&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nabil Freij&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Drew Leonard&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Shelbe Timothy&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A lot of the design and development of ndcube was done as part of Ankit’s Google
Summer of Code project in the summer of 2017.&lt;/p&gt;
&lt;p&gt;For more information about ndcube see the &lt;a class="reference external" href="https://docs.sunpy.org/projects/ndcube/en/stable/"&gt;documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;ndcube can be installed from pip or conda using the following commands:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ conda install -c conda-forge ndcube

$ pip install ndcube
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2018/2018-02-25-ndcube/"/>
    <summary>The SunPy project is very happy to announce the release of a new package “ndcube”.</summary>
    <category term="ndcube" label="ndcube"/>
    <category term="sunpy" label="sunpy"/>
    <published>2018-02-25T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2016/2016-05-26-SunPy-07/</id>
    <title>SunPy 0.7</title>
    <updated>2016-05-26T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-0-7"&gt;

&lt;p&gt;SunPy 0.7 has arrived!
This release is a culmination of about 10 months of work from 27 different people.
This release brings many changes, the highlights are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Python 3.4 and 3.5 support. This is the first version of SunPy to support
Python 3, we recommend that users start to consider moving to Python 3, please
report any issues you may have.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New coordinate framework. The new &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;sunpy.coordinates&lt;/span&gt;&lt;/code&gt; module provides a
high-level interface to converting between different physical coordinate
systems such as Helioprojective and Heliographic.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;draw_rectangle&lt;/span&gt;&lt;/code&gt; and &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;draw_contours&lt;/span&gt;&lt;/code&gt; helpers for &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;Map&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support for masks in SunPy &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;Map&lt;/span&gt;&lt;/code&gt; and &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;MapCube&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For this version of SunPy we have started building our &lt;a class="reference external" href="https://docs.conda.io/en/latest/"&gt;conda&lt;/a&gt; packages on the excellent &lt;a class="reference external" href="https://conda-forge.org/"&gt;conda forge&lt;/a&gt; service.
This means you need to add the conda-forge channel to your conda installation.
If you have never installed SunPy before we recommend you follow our &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/tutorial/installation.html"&gt;installation instruction&lt;/a&gt;.
If you are upgrading from a previous release run the following two commands if you installed via &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;conda&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;config&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;channels&lt;/span&gt; &lt;span class="n"&gt;conda&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;forge&lt;/span&gt;
&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;upgrade&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If you installed via &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;pip&lt;/span&gt;&lt;/code&gt; then you can upgrade with:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;U&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The following excellent people contributed to SunPy 0.7 (a * indicates their first contribution):&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;Stuart&lt;/span&gt; &lt;span class="n"&gt;Mumford&lt;/span&gt;
&lt;span class="n"&gt;Pritish&lt;/span&gt; &lt;span class="n"&gt;Chakraborty&lt;/span&gt;
&lt;span class="n"&gt;Steven&lt;/span&gt; &lt;span class="n"&gt;Christe&lt;/span&gt;
&lt;span class="n"&gt;Jack&lt;/span&gt; &lt;span class="n"&gt;Ireland&lt;/span&gt;
&lt;span class="n"&gt;Brigitta&lt;/span&gt; &lt;span class="n"&gt;Sipocz&lt;/span&gt;
&lt;span class="n"&gt;David&lt;/span&gt; &lt;span class="n"&gt;Perez&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;Suarez&lt;/span&gt;
&lt;span class="n"&gt;Punyaslok&lt;/span&gt; &lt;span class="n"&gt;Pattnaik&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Michael&lt;/span&gt; &lt;span class="n"&gt;S&lt;/span&gt; &lt;span class="n"&gt;Kirk&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Andrew&lt;/span&gt; &lt;span class="n"&gt;Leonard&lt;/span&gt;
&lt;span class="n"&gt;Alex&lt;/span&gt; &lt;span class="n"&gt;Hamilton&lt;/span&gt;
&lt;span class="n"&gt;Andrew&lt;/span&gt; &lt;span class="n"&gt;Inglis&lt;/span&gt;
&lt;span class="n"&gt;Daniel&lt;/span&gt; &lt;span class="n"&gt;Ryan&lt;/span&gt;
&lt;span class="n"&gt;Sally&lt;/span&gt; &lt;span class="n"&gt;Dacie&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Sanskar&lt;/span&gt; &lt;span class="n"&gt;Modi&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Albert&lt;/span&gt; &lt;span class="n"&gt;Y&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt; &lt;span class="n"&gt;Shih&lt;/span&gt;
&lt;span class="n"&gt;Erik&lt;/span&gt; &lt;span class="n"&gt;M&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt; &lt;span class="n"&gt;Bray&lt;/span&gt;
&lt;span class="n"&gt;Larry&lt;/span&gt; &lt;span class="n"&gt;Manley&lt;/span&gt;
&lt;span class="n"&gt;Priyank&lt;/span&gt; &lt;span class="n"&gt;Lodha&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Nabil&lt;/span&gt; &lt;span class="n"&gt;Freij&lt;/span&gt;
&lt;span class="n"&gt;Ankit&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Igor&lt;/span&gt; &lt;span class="n"&gt;Babuschkin&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Ole&lt;/span&gt; &lt;span class="n"&gt;Streicher&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Simon&lt;/span&gt; &lt;span class="n"&gt;Liedtke&lt;/span&gt;
&lt;span class="n"&gt;Sudarshan&lt;/span&gt; &lt;span class="n"&gt;Konge&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Tessa&lt;/span&gt; &lt;span class="n"&gt;D&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt; &lt;span class="n"&gt;Wilkinson&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;span class="n"&gt;Thomas&lt;/span&gt; &lt;span class="n"&gt;Robitaille&lt;/span&gt;
&lt;span class="n"&gt;yasintoda&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Happy Pythoning!&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2016/2016-05-26-SunPy-07/"/>
    <summary>SunPy 0.7 has arrived!
This release is a culmination of about 10 months of work from 27 different people.
This release brings many changes, the highlights are:</summary>
    <category term="0.7" label="0.7"/>
    <category term="sunpy" label="sunpy"/>
    <published>2016-05-26T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2015/2015-09-30-SunPy-061/</id>
    <title>SunPy 0.6.1 Released</title>
    <updated>2015-09-30T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-0-6-1-released"&gt;

&lt;p&gt;Announcing the 0.6.1 “thesis submission” release of SunPy. This is a bug fix release and contains the following fixes to things that slipped past us into 0.6:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Fixed MapCube animations by working around a bug in Astropy’s ImageNormalize&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SunPy can now be installed without having to install Astropy first.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MapCubes processed with &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;coalignment.apply_shifts&lt;/span&gt;&lt;/code&gt; now have correct metadata.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Multiple fixes for WCS transformations, especially with solar-x, solar-y CTYPE headers.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This release is available through either conda or pip, you can update with either:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;update&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;update&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;depending upon how you have sunpy installed.&lt;/p&gt;
&lt;p&gt;Happy Pythoning,
Stuart&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2015/2015-09-30-SunPy-061/"/>
    <summary>Announcing the 0.6.1 “thesis submission” release of SunPy. This is a bug fix release and contains the following fixes to things that slipped past us into 0.6:</summary>
    <category term="0.6.1" label="0.6.1"/>
    <category term="sunpy" label="sunpy"/>
    <published>2015-09-30T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2015/2015-08-04-SunPy-06/</id>
    <title>SunPy 0.6 Released</title>
    <updated>2015-08-04T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-0-6-released"&gt;

&lt;p&gt;I am very happy to tell you that the long in the works 0.6.0 release of the SunPy library has arrived.
This release has been ‘in the oven’ for well over a year, and is full of rather major changes.&lt;/p&gt;
&lt;p&gt;The major changes in this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Most functions throughout the SunPy code base now expect Astropy Quantity objects, and return Astropy Quantity objects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Python 2.6 support has ended, we do not expect this release to work under Python 2.6.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sample data has been removed from SunPy but helpers for downloading sample data have been added to sunpy.data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;TimeRange has a new property based API, e.g. start and end are now properties.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SunPy colormaps are now registered with matplotlib, allowing their use from imshow and similar functions after the import of sunpy.cm.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Solar rotation calculation functionality has been added, along with functionality to de-rotate MapCubes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While there have been lots of changes, it is the move to Astropy Units throughout the code base that will require most users to update their
code, if you wish to learn more about Astropy Units see: &lt;a class="reference external" href="https://docs.astropy.org/en/latest/units/"&gt;https://docs.astropy.org/en/latest/units/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can install this release using either pip or conda.
If you have a scientific python environment already configured, run:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;or:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;upgrade&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;if you have anaconda you need to add the sunpy and astropy channels to
your conda config:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;config&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;channels&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;channels&lt;/span&gt; &lt;span class="n"&gt;astropy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;and then run:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;conda&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="n"&gt;sunpy&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;for more information about installing sunpy see our installation documentation: &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/tutorial/installation.html"&gt;https://docs.sunpy.org/en/stable/tutorial/installation.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This release consists of 1,341 commits from 29 different people and 13 new contributors!&lt;/p&gt;
&lt;p&gt;The people who have contributed to this release are:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;Stuart Mumford
Daniel Ryan
Steven Christe
Jack Ireland
Brigitta Sipocz *
Asish Panda
Andrew Inglis
Albert Y. Shih
Rishabh Sharma
David Perez-Suarez
Rajul Srivastava
Andrew Leonard
Ruben De Visscher *
Dumindu Buddhika *
Goran Cetusic *
Jongyeob Park *
ChloÃ© Guennou *
Ishtyaq Habib *
Nabil Freij
Simon Liedtke
Abigail Stevens *
Alex Hamilton *
Ambar Mehrotra *
Erik M. Bray *
Jaylen Wimbish *
Juan Camilo Buitrago-Casas *
Larry Manley
Norbert Gyenge
Rishabh Mishra *
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Happy Pythoning,
Stuart Mumford&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2015/2015-08-04-SunPy-06/"/>
    <summary>I am very happy to tell you that the long in the works 0.6.0 release of the SunPy library has arrived.
This release has been ‘in the oven’ for well over a year, and is full of rather major changes.</summary>
    <category term="0.6" label="0.6"/>
    <category term="sunpy" label="sunpy"/>
    <published>2015-08-04T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2014/2014-06-26-SunPy-0.5/</id>
    <title>SunPy 0.5.0</title>
    <updated>2014-06-26T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="sunpy-0-5-0"&gt;

&lt;p&gt;The SunPy project is happy to announce the release of SunPy 0.5.0.
This release consists of 772 commits from 21 people including 9 new contributors,
including the ability to co-align map cubes via template matching in scikit image, massive improvements to Map.rotate() including an implementation of an aiaprep calibration routine for SDO/AIA data and the ability to calculate GOES temperature and emission measure from GOES fluxes.&lt;/p&gt;
&lt;p&gt;Special mentions to Daniel Ryan and Andrew Leonard who have both contributed their first major features to SunPy for this release. They contributed the GOES temperature and aiaprep code respectively.&lt;/p&gt;
&lt;p&gt;New Features:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;map.rotate() improvements and the addition of a aiaprep routine.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GOES temperature and emission measure calculation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added functions that implement image coalignment with support for MapCubes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MapCube._maps changed to MapCube.maps.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added Nobeyama Radioheliograph data support to Lightcurve object.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added support for NOAA solar cycle prediction in lightcurves.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved line quality and performances issues with map.draw_grid().&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Most tests should pass on windows and on installed versions of SunPy.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added a window/split method to time range.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Updates to spectrogram documentation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added method Database.add_from_hek_query_result to HEK database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added method Database.download_from_vso_query_result.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GOES Lightcurve now makes use of a new source of GOES data, provides metadata, and data back to 1981.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fix algorithm in sunpy.sun.equation_of_center.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added contains functionality to TimeRange module&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added t=’now’ to parse_time to provide utcnow datetime.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed time dependent functions (.sun) to default to t=’now’&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fixed solar_semidiameter_angular_size&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Removed sqlalchemy as a requirement for SunPy&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Some basic tests for GenericLightCurve on types of expected input.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added Docstrings to LightCurve methods.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added tests for classes in sunpy.map.sources.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cleaned up the sunpy namespace, removed .units, /ssw and .sphinx. Also moved .coords .physics.transforms.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The people who have contributed to this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Stuart Mumford&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Daniel Ryan *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andrew Leonard&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Steven Christe&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pritish Chakraborty&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jack Ireland&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Pérez-Suárez&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andrew Inglis&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Michael Mueller *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Rishabh Sharma *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Albert Y. Shih&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jose Ivan Campos Rozo&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Simon Liedtke&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Rajul Srivastava *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Larry Manley *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mateo Inchaurrandieta *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Asish Panda *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Daniel Williams *&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nabil Freij&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Russell Hewett&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;freekv *&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Where a * indicates their first contribution.&lt;/p&gt;
&lt;p&gt;We hope you find this release useful and that it enables you to do even more useful things with SunPy.&lt;/p&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2014/2014-06-26-SunPy-0.5/"/>
    <summary>The SunPy project is happy to announce the release of SunPy 0.5.0.
This release consists of 772 commits from 21 people including 9 new contributors,
including the ability to co-align map cubes via template matching in scikit image, massive improvements to Map.rotate() including an implementation of an aiaprep calibration routine for SDO/AIA data and the ability to calculate GOES temperature and emission measure from GOES fluxes.</summary>
    <category term="0.5" label="0.5"/>
    <category term="sunpy" label="sunpy"/>
    <published>2014-06-26T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://sunpy.org/posts/2014/2014-02-14-SunPy-0.4/</id>
    <title>Announcing SunPy 0.4</title>
    <updated>2014-02-14T00:00:00+00:00</updated>
    <author>
      <name>Stuart Mumford</name>
    </author>
    <content type="html">&lt;section id="announcing-sunpy-0-4"&gt;

&lt;p&gt;The SunPy community is pleased to announce the release of SunPy 0.4.0.
This release contains many new features, some of which are contributed by people who participated in GSOC 2013.
It includes the addition of a new local database for storing and searching data, it features a HEK to VSO translator and a new HELIO module in net.
As well as this major work has been undertaken on the documentation and a new website developed.&lt;/p&gt;
&lt;p&gt;To download the latest SunPy release go to our &lt;a class="reference external" href="https://sunpy.org/"&gt;website&lt;/a&gt; or download from &lt;a class="reference external" href="https://pypi.python.org/pypi/sunpy"&gt;PyPI&lt;/a&gt;.
The documentation for the latest release can now be found at &lt;a class="reference external" href="https://docs.sunpy.org/en/stable/"&gt;docs.sunpy.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release contains 1025 commits from 19 people.&lt;/p&gt;
&lt;p&gt;New Features:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Major documentation refactor. A far reaching re-write and restructure.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add a SunPy Database to store and search local data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add beta support for querying the HELIO HEC&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add beta HEK to VSO query translation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the ability to download the GOES event list.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add support for downloading and querying the LYTAF database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add support for ANA data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Updated sun.constants to use astropy.constants objects which include units, source, and error instide. For more info check out &lt;a class="reference external" href="https://docs.astropy.org/en/latest/constants/index.html"&gt;https://docs.astropy.org/en/latest/constants/index.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add some beta support for IRIS data products&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add a new MapCubeAnimator class with interactive widgets which is returned by mapcube.peek().&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The Glymur library is now used to read JPEG2000 files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GOESLightCurve now supports all GOES satellites.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The people who have contributed to this release are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Stuart Mumford&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Simon Liedtke&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Steven Christe&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jack Ireland&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Andrew Inglis&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nabil Freij&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Samuel Bennett&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;David Perez-Suarez&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pritish Chakraborty&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Albert Y. Shih&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;John Evans&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Michael Malocha&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Florian Mayer&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Russell Hewett&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Jose Iván Campos&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Keith Hughitt&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tiago Pereira&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
</content>
    <link href="https://sunpy.org/posts/2014/2014-02-14-SunPy-0.4/"/>
    <summary>The SunPy community is pleased to announce the release of SunPy 0.4.0.
This release contains many new features, some of which are contributed by people who participated in GSOC 2013.
It includes the addition of a new local database for storing and searching data, it features a HEK to VSO translator and a new HELIO module in net.
As well as this major work has been undertaken on the documentation and a new website developed.</summary>
    <category term="0.4" label="0.4"/>
    <category term="sunpy" label="sunpy"/>
    <published>2014-02-14T00:00:00+00:00</published>
  </entry>
</feed>
