File: doc-info.html

package info (click to toggle)
hdf5 1.8.13%2Bdocs-15%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 171,908 kB
  • ctags: 30,335
  • sloc: ansic: 387,195; 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 (94 lines) | stat: -rw-r--r-- 3,330 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94


<!--
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * Copyright by The HDF Group.                                               *
  * Copyright by the Board of Trustees of the University of Illinois.         *
  * All rights reserved.                                                      *
  *                                                                           *
  * This file is part of HDF5.  The full HDF5 copyright notice, including     *
  * terms governing use, modification, and redistribution, is contained in    *
  * the files COPYING and Copyright.html.  COPYING can be found at the root   *
  * of the source code distribution tree; Copyright.html can be found at the  *
  * root level of an installed copy of the electronic HDF5 document set and   *
  * is linked from the top-level documents page.  It can also be found at     *
  * http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have          *
  * access to either file, you may request a copy from help@hdfgroup.org.     *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 -->


<?php
$page_title = "HDF5 Documentation: Releases 1.6.10 and 1.8.13"; 
include ("../../links.php"); 
include ("../../includes/header.html"); 
?>
<fieldset><h1>HDF5 Documentation</H1></fieldset>

<p align=left>
    <A HREF="./index.html">Release 1.8.13</A>
    <code>&nbsp;&nbsp;</code>
    <A HREF="../doc1.6/index.html">Release 1.6.10</A>

<!-- THIS FILE EXISTS TO GUIDE USERS TO THE CORRECT RELEASE DOCS.   -->
<!-- Install and update it as hdfgroup.org/HDF5/doc/doc-info.html.  -->

<p>
The HDF Group currently supports only the HDF5 Release 1.8.x series.
This page provides a link to Release 1.6.x series documentation 
for users who have not yet been able to upgrade.
<!--
The HDF Group currently supports two concurrent releases of HDF5.
Since there are substantial differences in these releases, this page 
enables users to locate the desired documentation set.
-->
</p>
<hr>

<h2>HDF5 Release 1.8.13</h2>


<p>Release 1.8.13 is the current release.  
   New projects are strongly encouraged to use this release as it contains 
   many new features, file optimizations, and performance enhancements.</p>

<p><h4>Release 1.8.13 Documentation (latest release):</h4></p>
<p>
    <ul>
      <ul>
        <li class="li2"><A HREF="./index.html">http://hdfgroup.org/HDF5/doc/</A></li>
      </ul>
    </ul>
</p>

<hr>
<h2>HDF5 Release 1.6.10</h2>

<p>Release 1.6.10 was the last release in the HDF5 Release 1.6.x series
This series is no longer supported.</p>

<p><h4>Release 1.6.10 Documentation:</h4></p>
<p>
    <ul>
      <ul>
        <li class="li2"><A HREF="../doc1.6/index.html">http://hdfgroup.org/HDF5/doc1.6/</A></li>
      </ul>
    </ul>
</p>

<p>Note that the Release 1.8.x series includes a means of fully emulating 
   1.6.x series functionality.
   Many 1.6.x users will be able to meet their needs, 
   <i>while also taking advantage of 1.8.x performance enhancements</i>, 
   by configuring and installing Release 1.8.x accordingly.
   See <A HREF="RM/APICompatMacros.html">
   <cite>API Compatibility Macros in HDF5</cite></a> for details.</p>

<hr>


<?php
include ("../../includes/footer.html"); 
?>

<!-- "Last modified" date not required; it is auto-applied on server. -->