You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved netCDF classic F90 API tests to new subdirectory nf03_test.
Moved netCDF-4 F77 API tests to new subdirectory nf_test4.
Moved netCDF-4 F90 API tests to new subdirectory nf03_test4.
Fixed bug which caused parallel I/O tests to not be run. See #155 and #157.
Fixed bug in the setting of file cache preemption for netCDF-4 files. See #146.
Removed many near-duplicate tests files, now they are created at build time with sed. See #165.
Removed no longer needed configure options --enable-dll (see #161), --enable-extra-tests (see #114), --enable-extra-example-tests(see #126), and --enable-valgrind (see #118).
Moved handling of F77 man page to the docs directory. See #141