=====
New Features
------------
- Added TimeUTime class to support utime. [2409]
- Example for fine-grained use of ticks and grids [2435]
- Maintiners Workflow Guide [2411]
- Decorator to append and/or prepend doc strings [2386]
- Adding ``python setup.py test --figure-only`` [2557]
- Fido.fetch now accepts pathlib.Path objects for path attribute.[2559]
- The `~sunpy.coordinates.HeliographicStonyhurst` coordinate system can now be specified
using a cartesian system, which is sometimes known as the
"Heliocentric Earth equatorial" (HEEQ) coordinate system. [2437]
API Changes
-----------
- ``sunpy.coordinates.representation`` has been removed. Longitude wrapping is now done in the constructor of the frames. [2431]
- Propagation of ``obstime`` in the coordinate frame transformation has changed, this means in general when transforming directly between frames (not `~astropy.coordinates.SkyCoord`) you will have to specify ``obstime`` in more places. [2461]
- Transforming between Heliographic Stonyhurst and Carrington now requires that ``obstime`` be defined and the same on both the input and output frames. [2461]
- Removed the figure return from .peek() [2487]
Bug Fixes
---------
- Improve TimeSeriesBase docstring [2399]
- Validate that pytest-doctestplus is installed [2388]
- Fix use of self.wcs in plot in mapbase [2398]
- Updated docstring with pointer to access EVE data for other levels [2402]
- Fix broken links and redirections in documentation [2403]
- Fixes Documentation changes due to NumPy 1.14 [2404]
- Added docstrings to functions in download.py [2415]
- Clean up database doc [2414]
- rhessi.py now uses sunpy.io instead of astropy.io [2416]
- Remove Gamma usage in Map [2424]
- Changed requirements to python-dateutil [2426]
- Clarify coordinate system definitions [2429]
- Improve Map Peek when using draw_grid [2442]
- Add HCC --> HGS test [2443]
- Testing the transformation linking SunPy and Astropy against published values [2454]
- Fixed title bug in sunpy.timeseries.rhessi [2477]
- Allow LineAnimator to accept a varying x-axis [2491]
- Indexing Bug Fix to LineAnimator [2560]
- Output sphinx warnings to stdout [2553]
- Docstring improvement for LineAnimator [2514]
- move the egg_info builds to circleci [2512]
- Added tests for TraceMap [2504]
- Fix HGS frame constructor and HPC ``calculate_distance`` with SkyCoord constructor. [2463]
- removed ``wavelnth`` keyword in meta desc of Maps to avoid using non standard FITS keyword like ``nan`` [2456]
- The documentation build now uses the Sphinx configuration from sphinx-astropy rather than from astropy-helpers.[2494]
- Migrate to hypothesis.strategies.datetimes [2368]
- Prevent a deprecation warning due to truth values of Quantity [2358]
- Print a warning when heliographic longitude is set to it's default value of 0 [2480]
- parse_time now parses numpy.datetime64 correctly. [2572]