|
1 |
| -0.12.0 (Unreleased) |
| 1 | +1.1.0 (Unreleased) |
| 2 | +------------------- |
| 3 | + |
| 4 | +- Bugfix for transposed GWCS bounding box for ASDF cutouts. [#160] |
| 5 | +- Bugfix to correct ``array_shape`` and ``pixel_shape`` for GWCS objects. [#160] |
| 6 | + |
| 7 | + |
| 8 | +1.0.1 (2025-05-12) |
| 9 | +------------------- |
| 10 | + |
| 11 | +- Bugfix so ``ASDFCutout.get_center_pixel`` preserves the GWCS bounding box. [#154] |
| 12 | +- Bugfix in ``ASDFCutout`` to use deep copies of data and GWCS to avoid links to original ASDF input. |
| 13 | + |
| 14 | +1.0.0 (2025-04-28) |
| 15 | +------------------- |
| 16 | + |
| 17 | +- Introduce generalized cutout architecture with ``Cutout``, ``ImageCutout``, and ``FITSCutout`` classes. [#136] |
| 18 | +- Deprecate ``correct_wcs`` parameter in ``fits_cut`` as non-operational. [#136] |
| 19 | +- Add ``ASDFCutout`` class as a specialized cutout class for ASDF files. [#137] |
| 20 | +- Allow ``ASDFCutout`` and ``asdf_cut`` to accept multiple input files. [#137] |
| 21 | +- Deprecated ``output_file`` parameter in ``asdf_cut`` in favor of making outputs from a batch of input files.. [#137] |
| 22 | +- Return ASDF cutouts in memory as ``astropy.nddata.Cutout2D`` objects, ``asdf.AsdfFile`` objects, or ``astropy.io.fits.HDUList`` objects. [#137] |
| 23 | +- Enable output of ASDF cutouts in image formats. [#137] |
| 24 | +- Refactor ``TicaCubeFactory`` to inherit from ``CubeFactory``. [#143] |
| 25 | +- Optimize ``CubeFactory._update_info_table`` to open FITS files only once. [#143] |
| 26 | +- Add ``TessCubeCutout`` class as a concrete implementation of abstract ``CubeCutout`` with TESS-specific logic. [#146] |
| 27 | +- Introduce ``TessCubeCutout.CubeCutoutInstance`` inner class for per-cutout attributes. [#146] |
| 28 | +- Enable in-memory output for ``TessCubeCutout`` instances. [#146] |
| 29 | +- Add ``TessFootprintCutout`` class as a concrete implementation of abstract ``FootprintCutout`` with TESS-specific logic. [#149] |
| 30 | +- Enable in-memory output for ``TessFootprintCutout`` instances. [#149] |
| 31 | +- Bugfix so ASDF cutouts store a copy of the cutout data rather than a view into the original data. [#153] |
| 32 | + |
| 33 | + |
| 34 | +0.12.0 (2025-01-21) |
| 35 | +-------------------- |
| 36 | + |
| 37 | +- Implement and document ``cube_cut_from_footprint`` function to generate cutouts from TESS image cube files hosted on the S3 cloud. [#127] |
| 38 | +- Bugfix to properly catch input TICA product files in ``CubeFactory``. [#129] |
| 39 | +- Add a logging framework. [#131] |
| 40 | +- Improve performance of FITS image cutouts by using the ``section`` attribute of ``ImageHDU`` objects to access data more efficiently. [#132] |
| 41 | +- Bugfix when writing multiple output files to memory in ``fits_cut``. [#132] |
| 42 | + |
| 43 | + |
| 44 | +0.11.1 (2024-07-31) |
2 | 45 | --------------------
|
3 | 46 |
|
4 |
| -- asdf_cut() function now accepts pathlib.Path and s3path.S3Path objects as an input file [#119] |
| 47 | +- ``asdf_cut`` function now accepts `pathlib.Path` and `s3path.S3Path` objects as an input file. [#119] |
| 48 | +- Bugfix for accessing private resources on the cloud in the ``asdf_cut`` function. [#121] |
| 49 | +- Add ``key``, ``secret``, and ``token`` parameters to ``asdf_cut`` for accessing private S3 buckets. [#124] |
| 50 | + |
5 | 51 |
|
6 | 52 | 0.11.0 (2024-05-28)
|
7 | 53 | --------------------
|
|
0 commit comments