%add => %write %get => %read ierr is the last non-optional argument for every procedure. This allows making exception handler-like behavior in the end user program. Be sure to check the value of ierr, especially when writing files. This paves the pathway to future slabbed / sliced read/write. It's now possible to overwrite a variable with data of the same rank
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
added shape checks and self tests for read and write -- check that shape of memory array and disk ar...
h5fortran v3.5.2 improves read() operations to check type and size versus the variable (rank and dim...
for non-user facing interfaces, reduce excessive OO usage that is better handled as plain variables ...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
Improving error handling by checking for more unexpected conditions like data types not handled by t...
Like h5fortran, nc4fortran ierr parameters is now optional. If an error occurs and ierr is not prese...
in preparation for potential slice/slab, increase polymorphism with select type, which greatly dedup...
Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures ...
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
<p>@jpivarski fixed another Uproot-writing bug: writing TTrees didn't update the FreeSegments ...
The optional "ierr" argument was not well tested and in almost every case did nothing. It was a sour...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
test_deflate: allocate instead of stack memory to avoid random crashes of test. This only affects th...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
added shape checks and self tests for read and write -- check that shape of memory array and disk ar...
h5fortran v3.5.2 improves read() operations to check type and size versus the variable (rank and dim...
for non-user facing interfaces, reduce excessive OO usage that is better handled as plain variables ...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
Improving error handling by checking for more unexpected conditions like data types not handled by t...
Like h5fortran, nc4fortran ierr parameters is now optional. If an error occurs and ierr is not prese...
in preparation for potential slice/slab, increase polymorphism with select type, which greatly dedup...
Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures ...
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
<p>@jpivarski fixed another Uproot-writing bug: writing TTrees didn't update the FreeSegments ...
The optional "ierr" argument was not well tested and in almost every case did nothing. It was a sour...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
test_deflate: allocate instead of stack memory to avoid random crashes of test. This only affects th...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
added shape checks and self tests for read and write -- check that shape of memory array and disk ar...
h5fortran v3.5.2 improves read() operations to check type and size versus the variable (rank and dim...