Added ----- * Profile routine * `hp_project` use shape_out instead of npix * Add `hp_stack` to perform stacking on healpix map * Add `hp_profile` to extract profile at given SkyCoord * Add `hp_photometry` to perform aperture photometry on list of SkyCoord
Fixed ----- * Refactoring : split wcs_helper from hp_helper * Refactoring : Remove npix arguments from internal functions
0.7.4
=============
Fixed ----- * doc build process * docstring glitch on decorator * bug in function decorator * documentation on internal calls & limitations * bug when reading nested healpix maps
0.7.0
=============
Added ----- * Unit tests on the plotting functions thanks to `pytest-mpl` * SonarQube integration with travis * decorator changed : - hphdu_to_* functions merged into hp_to, function accept either a :class:`astropy.io.fits.ImageHDU` or array_like and :class:`astropy.fits.header.Header` - *_lonlat functions merged into build_wcs*, function accept either a :class:`astropy.coordinate.SkyCoord` or 2 floats and a keyword : `lon, lat, src_frame='EQUATORIAL'`
Fixed ----- * Moved tests scripts into package root * Refactoring of some function thanks to SonarQube * :func:`~hpproj.hp_helpers.hp_project` now always returns an :class:`astropy.io.fits.PrimaryHDU`
0.6.1
=============
Added ----- * Documentation for visualization function with examples
Added ----- * ExtendedInterpolation for configparser for py3, only for filename in py2 * ``maps_selection`` option in the cut_ functions to allow sub_sample selection * `--xml` will now overwrite pre-existing file
Fixed ----- * `build_wcs*` nows put the projection center exactly at the center of the map (0.5 pixel off before)