test_deflate: allocate instead of stack memory to avoid random crashes of test. This only affects the test, not the library. added h5exist(filename, datasetname) convenience functio
Like h5fortran, nc4fortran ierr parameters is now optional. If an error occurs and ierr is not prese...
Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures ...
CMake: fix bug in cmake_fortran_flags syntax increase robustness of FindHDF5, especially for HDF5 1....
updated HDF5 dep in Meson removes need for lengthy manual find. Improved test robustness
for non-user facing interfaces, reduce excessive OO usage that is better handled as plain variables ...
docs: break up big readme into several linked files cmake: don't hard-fail when used via FetchConten...
added shape checks and self tests for read and write -- check that shape of memory array and disk ar...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
in preparation for potential slice/slab, increase polymorphism with select type, which greatly dedup...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
made the path to the self-test hdf5 files absolute to avoid intermittent self-test error
harmonize layout with h5fortran fail if HDF5 is broken and h5fortran is the main project
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
Like h5fortran, nc4fortran ierr parameters is now optional. If an error occurs and ierr is not prese...
Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures ...
CMake: fix bug in cmake_fortran_flags syntax increase robustness of FindHDF5, especially for HDF5 1....
updated HDF5 dep in Meson removes need for lengthy manual find. Improved test robustness
for non-user facing interfaces, reduce excessive OO usage that is better handled as plain variables ...
docs: break up big readme into several linked files cmake: don't hard-fail when used via FetchConten...
added shape checks and self tests for read and write -- check that shape of memory array and disk ar...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
in preparation for potential slice/slab, increase polymorphism with select type, which greatly dedup...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
made the path to the self-test hdf5 files absolute to avoid intermittent self-test error
harmonize layout with h5fortran fail if HDF5 is broken and h5fortran is the main project
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
Like h5fortran, nc4fortran ierr parameters is now optional. If an error occurs and ierr is not prese...
Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures ...
CMake: fix bug in cmake_fortran_flags syntax increase robustness of FindHDF5, especially for HDF5 1....