add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing like h5fortra
use CMake presets and built-in policy for robustnes add ability to auto-build NetCDF if missing/brok...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
due to the high level of code duplication across array rank (dimension), we use CMake or Meson confi...
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
remove unused module make pathlib submodule to avoid name clash improve install add example
add h%create() method that allow initializing empty datasets of a particular shape using method abov...
add netcdf_file methods: read_attribute write_attribute ndims flush add functions nc_exist is_net...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
as with h5fortran, check that linking NetCDF4 works before declaring NetCDF_FOUND
GCC 11 has a bug with polymorphism that's worked around without performance/compiler time penalty, w...
this allows easier control from externalProject as option() (here implicit) overrides the CMAKE_ARG
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
use JSON for URLs as best practice CI tests NetCDF build put Rpath in exe for shared build
go to Class-based unit tests and use parameterization to find more corner cases add lint test
Although we recommend CMake >= 3.14 in general, to make easier access, we allow CMake >= 3.1
use CMake presets and built-in policy for robustnes add ability to auto-build NetCDF if missing/brok...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
due to the high level of code duplication across array rank (dimension), we use CMake or Meson confi...
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
remove unused module make pathlib submodule to avoid name clash improve install add example
add h%create() method that allow initializing empty datasets of a particular shape using method abov...
add netcdf_file methods: read_attribute write_attribute ndims flush add functions nc_exist is_net...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
as with h5fortran, check that linking NetCDF4 works before declaring NetCDF_FOUND
GCC 11 has a bug with polymorphism that's worked around without performance/compiler time penalty, w...
this allows easier control from externalProject as option() (here implicit) overrides the CMAKE_ARG
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
use JSON for URLs as best practice CI tests NetCDF build put Rpath in exe for shared build
go to Class-based unit tests and use parameterization to find more corner cases add lint test
Although we recommend CMake >= 3.14 in general, to make easier access, we allow CMake >= 3.1
use CMake presets and built-in policy for robustnes add ability to auto-build NetCDF if missing/brok...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
due to the high level of code duplication across array rank (dimension), we use CMake or Meson confi...