Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 09:29
· 4 commits to main since this release
09e050e

1.8.0 (2024-09-04)

Features

  • Add various features for easier inspection of `TiledDataset`:
    • __repr__ method to output basic dataset info;
    • tiles_shape property to access data array shape for each individual tile;
    • slice_tiles() method to apply the same slice to all datasets. (#402)
  • Add TiledDataset.plot() quicklook method. (#408)
  • Add CircleCI config to enable figure comparison testing with pytest_mpl. (#415)

Trivial/Internal Changes

  • Add some more benchmarks to track performance of more parts of the user tools. (#387)
  • Add benchmarks for slicing and computing datasets. (#394)
  • Added two partial datasets to dkist.data.sample for documentation and testing. (#421)
  • replace usages of copy_arrays with memmap for asdf>=3.1.0 (#422)
  • Update Dataset representation for better readability. (#431)
  • SKip a failing test in the release publish build. (#434)