File: UG_UpdateStatus.html

package info (click to toggle)
hdf5 1.8.13%2Bdocs-15
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 171,520 kB
  • sloc: ansic: 387,158; f90: 35,195; sh: 20,035; xml: 17,780; cpp: 13,516; makefile: 1,487; perl: 1,299; yacc: 327; lex: 178; ruby: 37
file content (46 lines) | stat: -rw-r--r-- 1,708 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<title>Update Status</title>
</head>

<body>

<h1 align="center">HDF5 User&rsquo;s Guide Update Status</h1>

<br />
<p>The <cite>HDF5 User&rsquo;s Guide</cite> has been updated 
for HDF5 Release 1.8.13. These updates have been made since the 1.8.12 
version of this document was published in November 2013.</p>

<p>The main updates are the following:</p>
    <ul>
        <li>The &ldquo;Properties and Property Lists in HDF5&rdquo; 
        chapter was added. This chapter gives a general overview of 
        how property lists are used by the HDF5 Library.</li>
        <li>The 
        <a href="../Advanced/FreeingMemory/FreeingMemoryAllocatedByTheHdf5Library.pdf">
        <em>Freeing Memory Allocated by the HDF5 Library</em></a> 
        topic was added to the &ldquo;Additional Resources&rdquo; chapter. 
        This topic describes how inconsistent memory management can 
        cause heap corruption or resource leaks and possible solutions.</li>
        <li>The 
        <a href="../Advanced/ModifiedRegionWrites/ModifiedRegionWrites.pdf">
        <em>Modified Region Writes</em></a> topic was added to the 
        &ldquo;Additional Resources&rdquo; chapter. This topic describes 
        how to set write operations for in-memory files so that only 
        modified regions are written to storage. This feature is 
        available when the Core (Memory) VFD is used.</li>
        
    </ul>

<p>We welcome feedback on the documentation. Please send your comments to 
<a href="mailto:docs@hdfgroup.org"><code>docs@hdfgroup.org</code></a>.
</p>
<br />
<div align="left"><font color="999999" size="-1"><i>
    Last modified: 9 May 2014
    </i></font></div>
    

</body>
</html>