Commit Graph

49 Commits

Author SHA1 Message Date
Russ Rew
2f534e11d6 Added entry on doxygen fixes [NCF-26] 2012-05-10 20:18:07 +00:00
Dennis Heimbigner
817a2cc978 Update release notes 2012-04-08 22:49:55 +00:00
Dennis Heimbigner
5536bccee1 allow NC_DISKLESS with nc_open() to operate as a in-memory cache 2012-04-08 22:47:38 +00:00
Dennis Heimbigner
60e48cf51d Fixed documentation as suggested in e-support ticket KJK-861023 (H/T Charlie Zender) 2012-04-04 04:44:51 +00:00
Russ Rew
5f9cec5f65 Add RELEASE_NOTES entry for fix to issue NCF-164, bug in 64-bit offset format files with large records due to last record variable requiring more than 2**32 bytes per record. 2012-04-01 23:49:38 +00:00
Dennis Heimbigner
f0dc649960 release notes 2012-03-27 02:55:27 +00:00
Dennis Heimbigner
7e27052f87 - Implemented diskless files for both netcdf classic and extended.
The in-memory files can be made persistent if nc_create is called with
  NC_DISKLESS|NC_WRITE flags set. Initial test case also included.
- Modified ncio mechanism to support
  multiple ncio packages; this is so we
  can have posixio and memio operating
  at the same time.
- cleanup up a bunch of lint issues (unused variables, etc).
2012-03-26 01:34:32 +00:00
Russ Rew
5446b72ae6 Get Greg Sjaardema's nccopy bug fix NCF-162 in before release 2012-03-19 18:20:15 +00:00
Russ Rew
d5209d808f Forgot to commit reordered RELEASE_NOTES 2012-03-16 21:51:18 +00:00
Russ Rew
0d09fe4558 Finish resolving NCF-142, update to RELEASE_NOTES 2012-03-16 12:36:51 +00:00
Dennis Heimbigner
99eef24bc2 - Fix NCF-158 to modify ncgen flag defaults.
- Fix NCF-157 to modify DAP code to support
  partial variable retrieval.
- Fix of NCF-154 to solve problem of ncgen
  improperly processing data lists for variables
  of size greater than 2**18 bytes.
- Fix ncgen processing of char variables that have
  multiple unlimited dimensions.
- Partly fix Jira issue: NCF-145 (vlen issues).
- Benchmark program nc_test4/tst_ar4_*) requires arguments
  and should only be invoked inside a shell
  script; fixed so that they terminate cleanly
  if invoked with no arguments.
- Fix the Doxygen processing so it will work
  with make distcheck.
- Begin switchover to using an alternative to ncio.
- Begin support for in-memory (diskless) files.
2012-03-14 23:26:48 +00:00
Dennis Heimbigner
f14cdec948 Provide better cleanup of tst_iter.sh 2012-03-08 18:13:08 +00:00
Russ Rew
316d9a6327 Minor text file updates for 4.2 2012-03-02 20:43:18 +00:00
Dennis Heimbigner
cddc9a92c0 minor change to Release Notes 2012-03-01 17:49:10 +00:00
Russ Rew
8f229c851e Fixed a few typos 2012-03-01 17:39:59 +00:00
Russ Rew
e776cd2b8d RELEASE_NOTES for 4.2-rc2 2012-03-01 17:13:52 +00:00
Russ Rew
75e00f3341 Fix bug triggered by --enable-logging. 2012-02-27 23:00:07 +00:00
Russ Rew
fbbdeccc2e Fix performance bug for many variables or types in a group 2012-02-21 13:46:22 +00:00
Russ Rew
9d77c3b54d Fix nccopy bug described in Jira issue NCF-140 2012-01-19 17:37:15 +00:00
Dennis Heimbigner
b035a34ca8 final release for rc1 2011-12-30 18:31:26 +00:00
Russ Rew
c7416245bb Rewrite 4.1.3 release notes from Jira and add back in to this file 2011-12-13 19:49:56 +00:00
Dennis Heimbigner
b7f74c9cb4 Moved Jira release notes into RELEASE_NOTES 2011-12-12 23:49:27 +00:00
Dennis Heimbigner
afd11a0d61 remove ncremote_test 2011-12-11 20:05:46 +00:00
Dennis Heimbigner
475e868003 1st working version of libcdmr 2011-06-10 18:47:26 +00:00
Russ Rew
90464b582f Allow nccopy to rechunk with chunksizes larger than current dimension lengths. 2011-06-03 21:06:58 +00:00
Ed Hartnett
8de30b5e74 bumped version, updated release notes 2011-05-06 18:26:17 +00:00
Ed Hartnett
b4335ff7b6 cleaned up and updated RELEASE_NOTES 2011-04-29 18:26:51 +00:00
Ed Hartnett
116572f4f6 bumped version, edited docs 2011-04-29 00:55:04 +00:00
Russ Rew
74c9b713bd Fix for nofill bug and test 2011-04-28 19:50:56 +00:00
Ed Hartnett
882b48f017 fixed HDF5 object versioning so that all netCDF-4 files can be read by HDF5-1.8.x releases 2011-04-25 11:10:24 +00:00
Dennis Heimbigner
c04d65e1d3 2011-04-17 18:50:10 +00:00
Ed Hartnett
cee776c836 bumped version to 4.1.2-rc1 2011-03-17 11:09:37 +00:00
Dennis Heimbigner
bc5abe766e fixed opendap perf. bug for nc_get_vars 2011-02-23 17:37:11 +00:00
Ed Hartnett
7ee0ecebe5 changed error messages when some libraries are not found 2011-02-14 23:59:06 +00:00
Ed Hartnett
668ed2e0a5 fixed chunking bug: default chunks must always be under 4GB in size 2011-02-02 14:09:15 +00:00
Russ Rew
a5861e57ec Add entry about new nccopy chunking functionality. 2011-01-12 17:29:28 +00:00
Ed Hartnett
fc4f558aa0 changed macro so it won't conflict with user macros 2011-01-12 17:20:48 +00:00
Russ Rew
f4b8da646c Add nccopy doumentation to Users Guide. Update man pages for ncdump, nccopy. Other minor fixes to Users Guide. 2010-11-17 23:20:40 +00:00
Ed Hartnett
105fe5fed1 fixed extra-test bug, return code from nc_inq_var_* functions with bad ncids, bumped version to beta2 2010-09-24 15:55:54 +00:00
Russ Rew
fbb2ae3c49 Added entry about nccopy compression 2010-09-01 21:35:42 +00:00
Dennis Heimbigner
fcbea73e18 add to release notes 2010-08-08 18:01:02 +00:00
Russ Rew
bb6d43af2b Eliminated use of NC_MAX_DIMS and NC_MAX_VARS from ncdump and nccopy, allocating required memory instead and reducing memory footprint. Refined nc_get_iter() and nc_next_iter(). Added documenation for nc_inq_path() function. 2010-08-03 03:43:03 +00:00
Russ Rew
6d385fb3a5 Add entry describing hash lookup update. 2010-07-28 21:58:28 +00:00
Ed Hartnett
1e184b24fe more updates for RELEASE_NOTES before beta release 2010-07-09 17:52:24 +00:00
Ed Hartnett
c3823f65ff updated RELEASE_NOTES for 4.1.2-beta1 2010-07-09 16:11:07 +00:00
Ed Hartnett
53e0c50de6 roll back mistaken commit 2010-07-09 16:03:27 +00:00
Ed Hartnett
fc46dca977 updated RELEASE_NOTES 2010-07-09 16:01:43 +00:00
Russ Rew
0ed3653595 Test whether trunk svn notifications are working. Also mention 4.1.2
in RELEASE_NOTES.
2010-06-08 22:09:59 +00:00
Ed Hartnett
18f4bca367 moving to trunk subdir 2010-06-03 13:24:43 +00:00