=====
- Added additional functionality to the GOES module i.e. the ability to
calculate GOES temperature and emission measure from GOES fluxes.
- changed \_maps attribute in MapCube to a non-hidden type
- Added Nobeyama Radioheliograph data support to Lightcurve object.
- Fixed some tests on map method to support Windows
- Added a window/split method to time range
- Updates to spectrogram documentation
- Added method Database.add\_from\_hek\_query\_result to HEK database
- Added method Database.download\_from\_vso\_query\_result
- GOES Lightcurve now makes use of a new source of GOES data, provides
metadata, and data back to 1981.
- Removed sqlalchemy as a requirement for SunPy
- Added support for NOAA solar cycle prediction in lightcurves
- Some basic tests for GenericLightCurve on types of expected input.
- Fix algorithm in sunpy.sun.equation\_of\_center
- Added Docstrings to LightCurve methods.
- Added tests for classes in sunpy.map.sources. Note that some classes
(TRACE, RHESSI) were left out because SunPy is not able to read their
FITS files.
- Added functions that implement image coalignment with support for
MapCubes.
- Cleaned up the sunpy namespace, removed .units, /ssw and .sphinx.
Also moved .coords .physics.transforms.
- Added contains functionality to TimeRange module
- Added t-'now' to parse\_time to provide utcnow datetime.
- Fixed time dependent functions (.sun) to default to t-'now'
- Fixed solar\_semidiameter\_angular\_size
- Improved line quality and performances issues with map.draw\_grid()
- Remove deprecated make\_map command.