v0.11.0
What's Changed
Bug Fixes
- Fix for HighLevelWCS attribute error by @keflavich in #349
- Fixes for solar frames and non-degree units in
find_optimal_celestial_wcs
by @astrofrog in #360 - If shape_out is specified, use this over the array_shape attribute of a WCS object by @astrofrog in #361
New Features
- Allow single inputs to find_optimal_celestial_wcs and add ability to specify HDU by @astrofrog in #344
- Add support for specifying output projection as APE 14 WCS with array_shape defined by @astrofrog in #345
- Started adding support for allowing dask arrays as input by @astrofrog in #352
Other Changes
- Mark tests that use remote data by @smaret in #339
- Fix code style by @astrofrog in #340
- Simplify blocked reprojection implementation by using dask and improve efficiency of parallel reprojection by @astrofrog in #314
- Remove code that was required for astropy<4 by @astrofrog in #346
- Add a new 'all' extras for shapely by @astrofrog in #363
- Fix tests against developer versions of packages by @astrofrog in #364
New Contributors
Full Changelog: v0.10.0...v0.11.0