Fixed ----- * Updated compatibility with numpy and matplotlib
0.9.3
=============
Added ----- * `Cutsky` and `build_hpmap` can handle a tuple (np.array, fits.Header) as input instead of filename
Fixed ----- * logger are not configured in the module
0.9.2
=============
Added ----- * any header attribute can be changed in the config file
Fixed ----- * `doContour` and `doCut` options changed to lowercase
0.9.1
==============
Added ----- * `_cut_wcs` method to `CutSky` * `CutSky` now use SkyCoord internally
Fixed ----- * Updated test matrix, added py3.7, special care of py3.5 * Fixed tests failing for photutils 0.6 new API
0.9.0
=============
Added ----- * `apertures` key in the map argument can be configured as float or list of float in arcminute * `--votable` option require aperture or aperture list in arcminute
0.8.1
=============
Fixed ----- * New test matrix, now depends on astropy > 2.0 (from photutils)