Skip to content

v0.10.0

Compare
Choose a tag to compare
@jaymedina jaymedina released this 23 Oct 15:12
· 55 commits to main since this release
443a9b9

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 and fits_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 and TicaCubeFactory (#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

Full Changelog: v0.9...v0.10.0