Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 14:45
· 9 commits to main since this release
7134685

1.9.0 (2024-11-04)

Features

  • dkist.net.transfer_complete_datasets will now only create one Globus task for all datasets it downloads. (#340)
  • Add a FileManager property to TiledDataset for tracking files more easily. (#437)
  • Improve performance of computing arrays when using non-thread or sync dask schedulers, by reducing the amount of data needed to be sent to each worker. (#455)

Bug Fixes

  • Fix a bug with dkist.net.transfer_complete_datasets where a length one UnifiedResponse would cause an error. (#340)
  • Fix mark argument parsing in the new pytest hook. (#440)
  • Minor tweak to correct indexing of >4D datasets. (#453)

Trivial/Internal Changes

  • Add --ds and --tiled-ds CLI options to allow passing in datasets for use with the test suite. The dataset given with --ds is passed to tests marked with accept_cli_dataset and those given with --tiled-ds are passed to tests marked with accept_cli_tiled_dataset. (#439)
  • Minor updates to TiledDataset.plot() for working with more complex arrangements of tiles. (#441)
  • Fix failure to fetch CLI options in publish build. (#447)