Skip to content

v0.11.0

Compare
Choose a tag to compare
@snbianco snbianco released this 28 May 12:28
· 9 commits to main since this release
29ee109

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

Full Changelog: v0.10.0...v0.11.0