* use dascasi_download entry point * use src/ package layout * fix bug in dascasi_download that caused downloads to fail if unexpected files were in remote directory
2.1.0
* UX: improve download error feedback. Make dascutils.load() raise FileNotFoundError if no files found for criteria instead of empty dict() as this seems more intuitive. * packaging: put test data under dascutils/ for best packaging practice
2.0.3
2.0.2
* BUGFIX: discard filenames of bad files. This caused an IndexError previously * add HDF5 image metadata, so that HDFview et al give a convenient image viewer * functionalize code for quality / readability