bmribler
bmribler
User requested that JHI5, , be made available on Maven central, .
When attempting to visualize attributes that are compound data type with vlen(float), HDFView shut down immediately, but it also created a log file in the same directory as the hdf5...
Whenever I switch to view my data in image form and move through the dataset, a random patch of white pixels will be removed throughout the image and as I...
HDFView assigns an array size to any attribute being created and doesn't allow Scalar attributes.
A number of APIs failed to detect an incorrect ID being passed in and, subsequently, caused various failures, including segfault. This behavior happened when the internal function H5I_object() was used...
This PR adds functionality tests for the following APIs: H5Rget_file_name H5Rget_obj_name H5Rget_attr_name It also removes a "+1" when returning a name length in H5R__get_attr_name(). This extra "+1" gave an incorrect...
The Python examples were added (PR #4546) to fix a broken link, but build support is still needed.
From the EED3 scoping page: Enable libhdf5 to provide file offset and size of compact datasets.
The returned value from H5I_get_type() is not checked in many functions in this kind of statement: loc_params.obj_type = H5I_get_type(loc_id); This can potentially cause issues down the road as seen in...
From @fortnern: The file name for a file used with the family file river must contain "%06d" and no other format specifiers (literal '%' characters can be inserted using "%%")....