v0.10.0
What's Changed
Bug Fixes
New Features
- Add support for blocked and parallel reprojection in
reproject_interp
by @AlistairSymonds in #214 - Add support for efficiently reprojecting multiple images with the same wcs by @svank in #332
- Add support for APE 14 WCSes in find_optimal_celestial_wcs by @astrofrog in #334
Other Changes
- Update package infrastructure by @Cadair in #304
- Changed default filter kernel and boundary mode in
reproject_adaptive
, and removedorder
argument. by @svank in #291 - Skip wheel tests on manylinux_aarch64 by @astrofrog in #307
- Reformat all Python code using Black by @Cadair in #308
- Use pixel_to_pixel from astropy.wcs.utils by @astrofrog in #315
- Test CI on Python 3.11 beta by @dstansby in #298
- Update pinned version of Cython by @astrofrog in #316
- Speed up test_blocked_against_single by increasing smallest block size by @astrofrog in #319
- Fix weird quotation marks from Black auto-formatting by @svank in #331
- Fix CI by @astrofrog in #333
New Contributors
- @AlistairSymonds made their first contribution in #214
Full Changelog: v0.9...v0.10.0