v0.10.0
Thank you to all of our contributors who worked on this Astrocut release.
Some of the highlights for this newest release include:
- A new class (
TicaCubeFactory
) has been added to Astrocut's cube-making functionality to allow for cubes to be generated from TICA FFIs, in addition to the original TESS SPOC FFIs. - Similarly, Astrocut's
CutoutFactory
has now been generalized to make cutouts out of these TICA FFI cubes as well. - Cloud functionality has been added to
CutoutFactory
andfits_cut
to enable cutout creation directly from the cloud using TESS cubes and FITS files, respectively. - Enhancements to
CutoutFactory
's cloud access functionality were made to allow for faster cutout processing.
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
- Addition of check for cutout existing before continuing (#52)
- Fixing broken tests from GitHub Actions CI run (#56)
- Fixing error resulting from forward slash in target name (#55)
- MNT: Update codecov-action version to v2 (#53)
- Make cubes out of TICA FFIs (#59)
- Make cutouts out of TICA cubes (#60)
- Fixed bug not catching duplicate ffis (#69)
max_memory
arg added to update_cube (#71)- Hotfix for
cube_cut
checking for valid WCS info (#70) - Cloud support (#76)
- Fixup github ci (#80)
- Error handling for
CubeFactory
andTicaCubeFactory
(#85) - Cutout in threadpool (#84)
- Documenting multithreading enhancement (#86)
- Removing error array dimension from TicaCubeFactory (#87)
- Adapting
CutoutFactory
to account for error-less TICA Cubes (#88) - Updating
.readthedocs.yml
with Python3.11 (#89) - Update cube and cutout unittests (#90)
- Update docs to reflect changes in TICA cube format (#93)
- Cloud functionality for astrocut.fits_cut() (#95)
- Decommissioning
update_cube
for now (#100) - Use GitHub Actions for publishing new releases to PyPI (#97)
- Updating deprecated license_file kwd (#103)
- Updating syntax in README.rst (#104)
- Updated README (#108)
New Contributors
- @phicc made their first contribution in #52
- @jaymedina made their first contribution in #56
- @falkben led their first change request in #76
- @hmlewis-astro made their first contribution in #87
- @mstcyr2 made their first contribution in #95
Full Changelog: v0.9...v0.10.0