Releases
v1.8.0
Compare
Sorry, something went wrong.
No results found
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 )
You can’t perform that action at this time.