Skip to content

v0.10.0

Compare
Choose a tag to compare
@astrofrog astrofrog released this 30 Jan 10:56
· 275 commits to main since this release
8e2b467

What's Changed

Bug Fixes

  • Close FITS files after loading by @svank in #330

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 removed order 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

Full Changelog: v0.9...v0.10.0