Skip to content

Commit 8612768

Browse files
authored
Update CHANGES.rst
1 parent 4bf253f commit 8612768

File tree

1 file changed

+48
-2
lines changed

1 file changed

+48
-2
lines changed

CHANGES.rst

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,53 @@
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)
245
--------------------
346

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+
551

652
0.11.0 (2024-05-28)
753
--------------------

0 commit comments

Comments
 (0)