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.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)