summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23446] HDFFV-8344, HDFFV-8346: merge from 1.8 branchAllen Byrne2013-03-251-0/+4
|
* [svn-r23407] Purpose: Jonathan Kim2013-03-201-0/+2
| | | | | | | | | | | | | HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. Description: h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks. The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), emu (solaris-BE),fred (mac64-LE), Windows (32-LE cmake), cmake (jam)
* [svn-r23361] Snapshot version 1.9 release 148HDF Tester2013-03-171-1/+1
|
* [svn-r23341] Snapshot version 1.9 release 147HDF Tester2013-03-101-1/+1
|
* [svn-r23338] Updated with HDFFV-8305 fix.Albert Cheng2013-03-071-1/+10
|
* [svn-r23323] Snapshot version 1.9 release 146HDF Tester2013-03-031-1/+1
|
* [svn-r23311] Snapshot version 1.9 release 145HDF Tester2013-02-241-1/+1
|
* [svn-r23304] Purpose:Jonathan Kim2013-02-181-2/+5
| | | | | | | | | | | | HDFFV-7643 - h5diff - incorrect exit-code returns for extra attribute exist Description: h5diff: Fixed to return correct exit code 1 when detect unique attribute. Prior to this fix, h5diff returned exit code 0 indicating two files are identical. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE), emu (solaris-BE), Windows (32-LE cmake), cmake (jam)
* [svn-r23290] Snapshot version 1.9 release 144HDF Tester2013-02-171-1/+1
|
* [svn-r23262] Updated with bug fix entry of HDFFV-8267.Albert Cheng2013-02-131-0/+4
| | | | | Since this is a testing code error that does not affect the function of the library or tools, I started a new "Testing" section for this sort of changes.
* [svn-r23245] I added the information about the new function H5DOwrite_chunk.Raymond Lu2013-02-111-5/+11
| | | | No test is needed.
* [svn-r23242] Added info. about changed behavior of H5DSgetscale_name ↵Scot Breitenfeld2013-02-111-1/+4
| | | | (HDFFV-7596)
* [svn-r23240] Snapshot version 1.9 release 143HDF Tester2013-02-101-1/+1
|
* [svn-r23230] Purpose: Implement H5Dscatter and H5DgatherNeil Fortner2013-02-051-0/+3
| | | | | | | | | | | Description: Adds 2 new API functions, H5Dscatter and H5Dgather. H5Dscatter retrieves data from a specified callback function and scatters it into a selection, defined by a supplied dataspace, within a supplied memory buffer. H5Dgather gathers data from a selection within a supplied memory buffer and passes it in a contiguous form to a supplied callback function. Added tests for these functions Tested: jam, ostrich, koala (h5committest); ummon
* [svn-r23221] Snapshot version 1.9 release 142HDF Tester2013-02-031-1/+1
|
* [svn-r23184] Addition of cmakehdf5.Albert Cheng2013-01-221-0/+3
|
* [svn-r23180] Snapshot version 1.9 release 141HDF Tester2013-01-201-1/+1
|
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-0/+1
|
* [svn-r23153] Snapshot version 1.9 release 140HDF Tester2013-01-131-1/+1
|
* [svn-r23136] Snapshot version 1.9 release 139HDF Tester2013-01-061-1/+1
|
* [svn-r23121] Snapshot version 1.9 release 138HDF Tester2012-12-301-1/+1
|
* [svn-r23119] Snapshot version 1.9 release 137HDF Tester2012-12-231-1/+1
|
* [svn-r23085] Snapshot version 1.9 release 136HDF Tester2012-12-091-1/+1
|
* [svn-r23071] Snapshot version 1.9 release 135HDF Tester2012-12-021-1/+1
|
* [svn-r23050] Snapshot version 1.9 release 134HDF Tester2012-11-251-1/+1
|
* [svn-r23039] Snapshot version 1.9 release 133HDF Tester2012-11-181-1/+1
|
* [svn-r23032] Updated the following sections with information from the v1.8 ↵Albert Cheng2012-11-141-114/+190
| | | | | | | | branch. Supported Platforms Tested Configuration Features Summary More Tested Platforms
* [svn-r23021] Snapshot version 1.9 release 132HDF Tester2012-11-111-1/+1
|
* [svn-r23015] Update windows platformsAllen Byrne2012-11-061-8/+4
|
* [svn-r23012] I added Sun's 5.9 C++ compiler problem as a known problem. It ↵Raymond Lu2012-11-051-0/+19
| | | | doesn't know a C99 predefined identifier __func__.
* [svn-r22951] I added an item in the new feature about the conversion from ↵Raymond Lu2012-10-231-0/+3
| | | | enumeration to numerica datatypes.
* [svn-r22933] Purpose:Jonathan Kim2012-10-191-0/+3
| | | | | | | | | | HDFFV-8145 h5diff slowness with version >= 1.8.7 Description: Improved speed when comparing HDF5 files with lots of attributes. Much slower performance was identified with release version from 1.8.7 to 1.8.10 compared to 1.8.6. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE cmake), cmake (jam)
* [svn-r22932] Description:Quincey Koziol2012-10-191-7/+9
| | | | Update FreeBSD info.
* [svn-r22878] Added bug fixes and enhancements since the last release.Scot Breitenfeld2012-10-101-0/+20
|
* [svn-r22849] Updated with changes.Albert Cheng2012-10-011-0/+3
|
* [svn-r22846] Snapshot version 1.9 release 131HDF Tester2012-09-301-1/+1
|
* [svn-r22834] Documented HDFFV-8069 fix.Albert Cheng2012-09-271-0/+3
|
* [svn-r22805] Purpose:Jonathan Kim2012-09-241-0/+7
| | | | | | | | | | | | | HDFFV-8012 - h5repack changes max dims and cause failure if only "-f none" is used without changing layout for chunked dataset when a chunk dim is bigger than a dataset dim Description: "h5repack -f <obj>:NONE <file.h5> out.h5" command failed if source file contains chunked dataset and a chunk dim is bigger than a dataset dim. Another issue is that the command changed max dims if chunk dim is smaller than the dataset dim. These issue occurred when dataset size is smaller than 64k (compact size limit) Fixed them. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
* [svn-r22802] Snapshot version 1.9 release 130HDF Tester2012-09-231-1/+1
|
* [svn-r22799] Documented the retiremen of mpi-perf.Albert Cheng2012-09-221-0/+2
|
* [svn-r22766] Snapshot version 1.9 release 129HDF Tester2012-09-161-1/+1
|
* [svn-r22751] Purpose:Jonathan Kim2012-09-101-1/+7
| | | | | | | | | | | | HDFFV-5919 - GMQS: h5diff - The number of object difference is not consistent between dataset and group/type when attribute(s) have differences Description: Object differences are not consistent between dataset and group/datatype when their attribute(s) have differences. This is because attribute(s) differences is not accumulated to group or datatype object’s difference, but accumulated to dataset difference. To fix, do not accumulate attribute difference to dataset difference. This is referred to h5diff’s default behavior and also past report from users that users were confused by the accumulated behavior. (also can’t figure out only for dataset difference , also hard to spot dataset difference when it has lots of attributes or differences) This also lead to fix inconsistent format indicating difference between dataset and group/datatype object. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
* [svn-r22745] Snapshot version 1.9 release 128HDF Tester2012-09-091-1/+1
|
* [svn-r22735] Purpose:Jonathan Kim2012-09-041-0/+3
| | | | | | | | | | | | | | | | | | | HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Added H5Pget_mpio_no_collective_cause() function that retrive reasons why the collective I/O was broken during Read/Write IO access. Reasons to break collective I/O: - SET_INDEPENDENT - DATATYPE_CONVERSION - DATA_TRANSFORMS - MPIPOSIX - NOT_SIMPLE_OR_SCALAR_DATASPACES (NULL Space) - POINT_SELECTIONS - NOT_CONTIGUOUS_OR_CHUNKED_DATASET (Compact or External-Storage) - FILTERS Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
* [svn-r22732] Snapshot version 1.9 release 127HDF Tester2012-09-021-1/+1
|
* [svn-r22722] Update all references from configure.in to configure.acAllen Byrne2012-08-281-18/+8
| | | | Tested: h5committest
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-231-0/+4
| | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest
* [svn-r22697] Snapshot version 1.9 release 126HDF Tester2012-08-191-1/+1
|
* [svn-r22684] Purpose: Jonathan Kim2012-08-151-0/+3
| | | | | | | | | | | | Address HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class Description: When comparing attribute data values with same type class but different size, the result was incorrect. It was due to the size difference and got truncated. Fixed to match up the smaller type size to big type size like what dataset does. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
* [svn-r22670] Snapshot version 1.9 release 125HDF Tester2012-08-121-1/+1
|