add h%create() method that allow initializing empty datasets of a particular shape using method above, allow write slicing now add more tests increase number and quality of tests Make error handling more strict--some errors are so bad they should just stop the program
Matlab doesn't have a high-level function to write scalar HDF5 dataset, so we added it to our h5save...
Improve reliability, discover and fix bugs by using R2019b argument validation and strings use name,...
add netcdf_file methods: read_attribute write_attribute ndims flush add functions nc_exist is_net...
add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing lik...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
this allows easier control from externalProject as option() (here implicit) overrides the CMAKE_ARG
bugfix: check read/write shape determination to use if(present(stride)) properly, this avoided runti...
use templateable approach to ensuring compatible compilers are detected, especially on MacOS. This h...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
COMPACT dataset is an option with h%write(..., compact=.true.) This allows up to several times faast...
For a long time, h5fortran could write character attributes. To make h5fortran more HDF5 feature com...
go to Class-based unit tests and use parameterization to find more corner cases add lint test
Matlab doesn't have a high-level function to write scalar HDF5 dataset, so we added it to our h5save...
Improve reliability, discover and fix bugs by using R2019b argument validation and strings use name,...
add netcdf_file methods: read_attribute write_attribute ndims flush add functions nc_exist is_net...
add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing lik...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
this allows easier control from externalProject as option() (here implicit) overrides the CMAKE_ARG
bugfix: check read/write shape determination to use if(present(stride)) properly, this avoided runti...
use templateable approach to ensuring compatible compilers are detected, especially on MacOS. This h...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
COMPACT dataset is an option with h%write(..., compact=.true.) This allows up to several times faast...
For a long time, h5fortran could write character attributes. To make h5fortran more HDF5 feature com...
go to Class-based unit tests and use parameterization to find more corner cases add lint test
Matlab doesn't have a high-level function to write scalar HDF5 dataset, so we added it to our h5save...
Improve reliability, discover and fix bugs by using R2019b argument validation and strings use name,...
add netcdf_file methods: read_attribute write_attribute ndims flush add functions nc_exist is_net...