Thank you to all of our contributors who worked on this Astrocut release.
Some of the highlights for this patch release include:
- A bugfix for opening ASDF files from a public or private S3 bucket.
- Users can now supply credentials for a private S3 bucket.
- Support for
pathlib.Path
ands3path.S3Path
objects as input toasdf_cut
method.
Please see the Astrocut Documentation for details on the utility of this package.
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
- Support for pathlib.Path and s3path.S3Path objects in asdf_cut() by @snbianco in #119
- Asb 26944 numpy 2 by @snbianco in #120
- Bugfix for Opening Files from the Cloud by @snbianco in #121
- Pypi publish workflow by @snbianco in #123
- Add parameters for S3 credentials by @snbianco in #124
Full Changelog: v0.11.0...v0.11.1