v0.13.0
What's Changed
Bug Fixes
- Fix TestReprojectAndCoAdd failure on i386 by @olebole in #386
- Fixed a bug that caused reprojected dask arrays to not be computable due to a temporary directory being removed by @astrofrog in #390
New Features
- Add ability to specify output array and footprint in reproject_and_coadd by @astrofrog in #387
- Added ability to set
block_size='auto'
and fix missing parameters in docstrings by @astrofrog in #392 - Compute footprint in healpix_to_image by @lpsinger in #400
Other Changes
- Fix compatibility with Cython 3.0.2 and update version in pyproject.toml by @astrofrog in #391
- Add tests on Python 3.11 by @dstansby in #401
- Add testing on Python 3.12 by @dstansby in #399
- Python 3.12 testing by @dstansby in #403
- Add testing on Python 3.12 by @astrofrog in #402
- Enable Python 3.12 wheel building by @astrofrog in #405
New Contributors
Full Changelog: v0.12.0...v0.13.0