Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 16:34
· 8 commits to main since this release
fa04675

1.10.0 (2025-02-07)

Backwards Incompatible Changes

  • This release of dkist includes both scheduled bumps to our dependencies as well as a special bump of gwcs to version 0.24, and associated dependencies. The version upgrade to gwcs 0.24 fixes the inverse transform (world to pixel) for VISP WCSs.
    • Python >= 3.11
    • dask >= 2023.2
    • gwcs >= 0.24
    • matplotlib >= 3.7
    • ndcube >= 2.1
    • numpy >= 1.25
    • parfive >= 2.1
    • sunpy >= 5.0.7
    • asdf >= 3.3
    • asdf-astropy >= 0.5
    • asdf-coordinate-schemas >= 0.3
    • asdf-transform-schemas >= 0.5
    • asdf-wcs-schemas >= 0.4 (#507)

Features

  • Add a figure= keyword argument to TiledDataset.plot and make it default to the current figure. (#491)
  • Add swap_tile_limits kwarg to TiledDataset.plot. This option allows the user to invert plot limits on either axes to account for WCS values that decrease compared to the pixel axes. (#504)
  • Update grid orientation of TiledDataset.plot. The grid now has MAXIS1 columns and MAXIS2 rows where MINDEX1 corresponds to column and MINDEX2 corresponds to row. Additionally, the origin for the grid is now in the lower-left as opposed to the upper-left. (#504)
  • TiledDataset now has a .meta dictionary like that of Dataset. (#513)
  • History of the ADSF file, such as versions of packages and extensions used when writing it are now exposed TiledDataset.meta["history"] and Dataset.meta["history"]. (#513)

Bug Fixes

  • Improve the ASDF detection code so out of date ASDF filenames generated by the DKIST data center are skipped if a newer filename is present. (#503)

Improved Documentation

  • Update the dkist:examples:vbi-reproject example for improvements in TiledDataset. (#491)
  • Add an examples section for tutorial style self-contained examples. (#491)
  • Add a how-to guide on redownloading the sample data with Fido / Globus. (#491)