You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.14.0 (2025-07-17)
Features
Add support for new transform schemas in asdf-transform-schemas 0.6.0. (#568)
Raise an exception when trying to load an ASDF file which requires a newer version than the version of dkist that is currently installed. (#584)
Trivial/Internal Changes
Update FileManager.__repr__ to provide basic information about shape and number of files. (#574)
Performance Improvements
Improve the dask graph which is used to load data from FITS files. This can have a large impact on data loading times in certain circumstances. (#462)
Make TiledDataset.combined_headers the canonical reference for the headers and make each tile's .headers reference it. This significantly improves read and write speed for large TiledDataset objects since only one table needs to be validated. (#514)