for non-user facing interfaces, reduce excessive OO usage that is better handled as plain variables due to its ephemeral natures tries to close datasets and files if an error occurs
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
%open, %close for files--the older %initialize, %finalize continue to work. %open_group, %close_grou...
Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures ...
%add => %write %get => %read ierr is the last non-optional argument for every procedure. This allows...
test_deflate: allocate instead of stack memory to avoid random crashes of test. This only affects th...
harmonize layout with h5fortran fail if HDF5 is broken and h5fortran is the main project
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
added shape checks and self tests for read and write -- check that shape of memory array and disk ar...
Improving error handling by checking for more unexpected conditions like data types not handled by t...
docs: break up big readme into several linked files cmake: don't hard-fail when used via FetchConten...
updated HDF5 dep in Meson removes need for lengthy manual find. Improved test robustness
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
%open, %close for files--the older %initialize, %finalize continue to work. %open_group, %close_grou...
Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures ...
%add => %write %get => %read ierr is the last non-optional argument for every procedure. This allows...
test_deflate: allocate instead of stack memory to avoid random crashes of test. This only affects th...
harmonize layout with h5fortran fail if HDF5 is broken and h5fortran is the main project
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
added shape checks and self tests for read and write -- check that shape of memory array and disk ar...
Improving error handling by checking for more unexpected conditions like data types not handled by t...
docs: break up big readme into several linked files cmake: don't hard-fail when used via FetchConten...
updated HDF5 dep in Meson removes need for lengthy manual find. Improved test robustness
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...