bmribler

Results 13 issues of bmribler

User requested that JHI5, , be made available on Maven central, .

Priority - 1. High 🔼
Component - Java
Type - Improvement

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...

Component - HDFView
Type - New Feature

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...

Type - Bug
Component - HDFView

HDFView assigns an array size to any attribute being created and doesn't allow Scalar attributes.

Type - Improvement
Component - HDFView

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...

Priority - 1. High 🔼
Component - C Library
Type - Bug

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...

Merge - To 1.14
Priority - 1. High 🔼
Component - C Library
Component - Fortran

The Python examples were added (PR #4546) to fix a broken link, but build support is still needed.

Priority - 2. Medium ⏹
Component - Build
Type - Improvement

From the EED3 scoping page: Enable libhdf5 to provide file offset and size of compact datasets.

Priority - 2. Medium ⏹
Component - C Library
Type - New Feature

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...

Merge - To 1.14
Priority - 1. High 🔼
Component - C Library
Type - Bug

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 "%%")....

Priority - 0. Blocker ⛔
Component - C Library
Component - Documentation
Type - Bug / Bugfix