* Renamed `get_neighbours` to `get_interp_weights` https://github.com/healpy/healpy/issues/240 * Updated HEALPix C++ to fix bug in `query_disc` https://github.com/healpy/healpy/issues/229
1.8.4
Not secure
* Fixed another permission issue on install-sh
1.8.3
Not secure
* Fix permission issue in the release tarball https://github.com/healpy/healpy/issues/220
1.8.2
Not secure
* Several fixes in the build process * Support for `astropy.fits` https://github.com/healpy/healpy/pull/213
1.8.1
Not secure
* Added `common.pxd` to source tarball * Check that nside is less than 2^30 https://github.com/healpy/healpy/pull/193
1.8.0
Not secure
* Python 3 support https://github.com/healpy/healpy/pull/186 * Fixed bug in `get_interpol_ring`: https://github.com/healpy/healpy/pull/189 * Performance improvements in `_query_disc.pyx`: https://github.com/healpy/healpy/pull/184