diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-21 21:04:42 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-21 21:04:42 (GMT) |
commit | c8daece13b12f9023ed7b1433b344dde9d04d2e0 (patch) | |
tree | c312be50601b8e573ef843ebe912af23601516df /release_docs | |
parent | 560d1127e9865a38378fc6c8c56d21bb98ab56a1 (diff) | |
download | hdf5-c8daece13b12f9023ed7b1433b344dde9d04d2e0.zip hdf5-c8daece13b12f9023ed7b1433b344dde9d04d2e0.tar.gz hdf5-c8daece13b12f9023ed7b1433b344dde9d04d2e0.tar.bz2 |
[svn-r8920]
Purpose: Maintenance
Description: Documented SZIP change.
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c9d8bf9..8d2a74d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -44,6 +44,11 @@ New Features Library: -------- + - Modified the way how HDF5 calculates 'pixels_per_scanline' parameter for + SZIP compression. Now there is no restriction on the size and shape of the + chunk except that the total number of elements in the chunk cannot be + bigger than 'pixels_per_block' parameter provided by the user. + EIP - 2004/07/21 - Added support for SZIP without encoder. Added H5Zget_filter_info and changed H5Pget_filter and H5Pget_filter_by_id to support this change. JL/NF - 2004/06/30 |