hdfview
hdfview copied to clipboard
As described in [https://forum.hdfgroup.org/t/3d-array-view-issue/10503](https://forum.hdfgroup.org/t/3d-array-view-issue/10503), when examining a multi (3+) dimensional array attribute it may not be displayed as expected.
If I create an enum with an underlying `unsigned `type it's displayed incorrectly in hdfview e.g.  All of the unsigned max values are displayed as -1.  [H5AttributeTests-CreateReadWriteEnumAttributesSucceeds.zip](https://github.com/HDFGroup/hdfview/files/9910679/H5AttributeTests-CreateReadWriteEnumAttributesSucceeds.zip)
debian will freeze early next year, and release sometime after the freeze. i'd really like to have hdfview updated in debian, however i fail to understand its dependencies as well...
Currently the color scheme for dark mode MacOS makes it impossible to read, e.g. the screenshot bellow: 
In the build.xml https://github.com/HDFGroup/hdfview/blob/854748012ceb50fb021200aa274363ef33a4b3c6/build.xml#L152-L157 It only handles two arch: x86_64 and ppc64le. I am building HDFView on aarch64, and it collected the wrong x86_64 native jars for swt. I have...
I'm creating a 2 by 4 by 3 tensor in Python, verifying in C++ that it's indeed a 2 by 4 by 3 row major tensor where 3 is the...
The UI should remember adjustments made to the column width in the "Object attribute info" tab. When selecting different groups or datasets, the UI resets to the default values. This...
The "Object attribute browser" tries to auto-size the column to sane values, but (in our use case) often fails to provide a useful sizing solution, because the rightmost "value" column...
The HDF5 attribute classes were reworked to treat the attribute data more like datasets. For resource reasons, these classes were not upgraded.