* support for NSIDE8192, this broke compatibility with 32bit systems * using the new autotools based build system of healpix_cxx * pkg-config based install for cfitsio and healpix_cxx * common definition file for cython modules * test build script * new matplotlib based mollview in healpy.newvisufunc
1.5.0
* Healpix C++ sources and cython compiled files removed from the repository, they are however added for the release tarballs * Added back support for CFITSIO_EXT_INC and CFITSIO_EXT_LIB, but with same definition of HealPix * gauss_beam: gaussian beam transfer function
1.4.1
* Removed support for CFITSIO_EXT_INC and CFITSIO_EXT_LIB * Support for linking with libcfitsio.so or libcfitsio.dyn
1.4
* Support for building using an external HealPix library, by Leo Singer * fixes on masked array maps
1.3
* all functions covered with unit testing or doctests * rewrote setup.py using distutils, by Leo Singer * all functions accept and return masked arrays created with `hp.ma` * `read_cl` and `write_cl` support polarization * matplotlib imported only after first plotting function is called