Skip to content

v1.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:15
8fec76d

1.18.0 (2026-06-26)

Backwards Incompatible Changes

  • Bump required versions of asdf, asdf-astropy and asdf-coordinates-schemas as needed for dataset-saving functionality (#688)

Features

  • Adds limited file-saving capability to Dataset, TiledDataset and Inversion classes. This can be used to save datasets which have been modified by slicing or masking, but in which the data values have not been changed. (#688)
  • Add observation frames, calibration frames, and recipe run configuration information to generated ASDF files. (#707)
  • Adds format support to DKISTFileManager.quality_report() so callers can download either the existing PDF report or the new JSON report. (#721)

Bug Fixes

  • Fix Inversion slicing so that it also slices Profiles when appropriate (#690)
  • Fix .TiledDataset.tiles_shape to work with flat (flattened or sliced) TiledDatasets. (#695)
  • Use a different dataset for the downloading data example, and tweak the search and the text. The previous dataset no longer came up in the original search and the r0 had changed. Also update the downloading tutorial to use Product ID because it's been reprocessed and the Dataset ID has changed. (#697)

Improved Documentation

  • Remove downloading example notebook until it can be reworked, because the data have changed. (#704)
  • Use "Level 1" as the style convention in the documentation. (#705)

Trivial/Internal Changes

  • Update the devdeps figure hashes. How the WCSes are handled by something in the environment is very slightly different for TiledDataset, causing a very slight misalignment between the hashed baseline and resulting images. (#697)
  • Update update_schema.py to automatically determine which list of converters to use when adding a ManifestExtension to entry_points.py (#719)