v0.11.0
Thank you to all of our contributors who worked on this Astrocut release.
Some of the highlights for this newest release include:
- The
asdf_cut
method implements cutout functionality for the Advanced Scientific Data Format (ASDF).- The method supports cutout creation from cloud files.
- The resulting cutout can be outputted in FITS or ASDF format.
- The original cutout shape is preserved when requesting a cutout that is partially outside of image bounds.
- Python 3.8 is no longer supported.
Please see the Astrocut Documentation for details on the utility of these new features.
If you have any questions/comments, please reach out to us through a GitHub issue, or by e-mailing [email protected].
Thank you for using Astrocut!
What's Changed
- Drop python 3.8 support (#112)
- New Feature: ASDF Cutout Functionality (#105)
- Bug fix for asdf cutouts with data as astropy quantity (#114)
- Updates to asdf cutout for edge cases (#115)
- Adds option for cutout output to asdf file (#116)
- Handle an s3 URI in asdf_cut() (#117)
- Update CHANGES.rst to reflect
v0.10.0
release (#109) - Update docs to reflect
v0.11.0
release (#118)
New Contributors
- @havok2063 made their first contribution in #114
- @snbianco made their first contribution in #117
Full Changelog: v0.10.0...v0.11.0