Releases: mjwoods/RNetCDF
Releases · mjwoods/RNetCDF
RNetCDF release 2.9-2
RNetCDF release 2.9-1
- Fix support for parallel I/O with MPICH (and related MPI variants)
- Fix error handlers to remove potentially insecure format strings
RNetCDF release 2.8-1
- Fix builds on platforms where share directory is not under $R_HOME
- Fix UBSAN warning when converting empty NC_CHAR to R string
- Fix type conversions with oneAPI compiler
RNetCDF release 2.7-1
- Fix crash when calling nc_free_vlen on vlen with zero-length
- Support packing and unpacking of vlen
- Support fill value conversions in non-numeric data types:
NC_CHAR, NC_STRING, enum, compound, and vlen - Improve support for NetCDF parallel I/O in configure script:
- Specify MPI compiler via argument --with-mpicc
- Enable MPI tests in R CMD check via argument --with-mpiexec
- Give warnings if MPI and/or NetCDF parallel I/O not detected
- Add configure option --with-nc-config-static to allow selection of
static libraries from nc-config - Build Windows package with NetCDF library from RTools4x
- Adapt to newer RTools by using configure script on Windows
- Add examples using hierarchical groups to help for grp.inq.nc
RNetCDF release 2.6-2
- Fix compiler warnings reported by R-devel
RNetCDF release 2.6-1
- Build with netcdf-4.9.0 on Windows
- Fix warnings for comparing class with string
RNetCDF release 2.5-2
This minor update to v2.5-1 reduces CPU time for running examples, so that CRAN submission succeeds.
RNetCDF release 2.5-1
- Fix test failures with netcdf-4.8.0
- Support hdf5 filters via multi-filter interface (netcdf>=4.8.0)
- Windows: update binary packages to netcdf 4.7.4 with OpenDAP
- Generate type conversions with m4 macros
RNetCDF release 2.4-2
- Support reading/writing special values (e.g. NA, Inf) for floating point variables
- Fix selection of na.mode values 0,1,2
- Fix range checks for numeric conversions with packing
- Significantly increase test coverage of type conversion routines
- Support parallel NetCDF when running with MPI
- Allow creation of datasets in "data64" (CDF5) format
- Support diskless files and in-memory manipulation of persistent files
- Use https in links to Unidata sites
RNetCDF release 2.3-1
Fix failed tests with netcdf 4.7.4