Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hdf5 read with broken links (#904)
* Update hdf5.py Resolves issue with loading Dectris-compressed data (lzf compression if I'm not mistaken). * Update pyproject.toml Added import of hdf5plugin * Update hdf5.py ignore flake8 here. * Update hdf5.py Fighting flake8 * Update CHANGELOG.md Fixed the years of previous changelog entries, and added mine. * Update CHANGELOG.md Fixing a trailing whitespace for flake8's pleasure. * fix to pass broken external HDF5 links less destructively. * Update CHANGELOG.md message on the graceful handling of broken external links in HDF5 files. * getting flake8 to pass in vs code first. * flake8 is more strict on the CI/CD end. * Todo note added with reference to the PR detailing the issue
- Loading branch information