Commit ed90338
authored
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 issue1 parent 4bc8b6b commit ed90338
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
146 | 154 | | |
147 | 155 | | |
148 | 156 | | |
| |||
0 commit comments