Skip to content

Releases: mjwoods/RNetCDF

RNetCDF release 2.9-2

24 Mar 03:44
3b1cdc9
Compare
Choose a tag to compare
  • Use pkg-config on Windows to fix linking with upcoming Rtools version

RNetCDF release 2.9-1

30 Dec 03:46
d147e6a
Compare
Choose a tag to compare
  • 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

22 Oct 04:06
05b367e
Compare
Choose a tag to compare
  • 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

08 Oct 08:51
dc66b7f
Compare
Choose a tag to compare
  • 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

02 Oct 07:17
86c2304
Compare
Choose a tag to compare
  • Fix compiler warnings reported by R-devel

RNetCDF release 2.6-1

25 Jun 05:15
f75c9fa
Compare
Choose a tag to compare
  • Build with netcdf-4.9.0 on Windows
  • Fix warnings for comparing class with string

RNetCDF release 2.5-2

20 Aug 08:37
5e707e0
Compare
Choose a tag to compare

This minor update to v2.5-1 reduces CPU time for running examples, so that CRAN submission succeeds.

RNetCDF release 2.5-1

17 Aug 01:01
b159baf
Compare
Choose a tag to compare
  • 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

12 Sep 02:37
ea23337
Compare
Choose a tag to compare
  • 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

02 May 03:19
03c4ccb
Compare
Choose a tag to compare

Fix failed tests with netcdf 4.7.4