diff --git a/docs/unstable/array_8hpp_source.html b/docs/unstable/array_8hpp_source.html index 24fe90e..8b6008c 100644 --- a/docs/unstable/array_8hpp_source.html +++ b/docs/unstable/array_8hpp_source.html @@ -111,7 +111,7 @@
array.hpp
-Go to the documentation of this file.
1// Copyright (c) 2020-2022 Simons Foundation
+Go to the documentation of this file.
1// Copyright (c) 2020-2024 Simons Foundation
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
@@ -125,7 +125,7 @@
12// See the License for the specific language governing permissions and
13// limitations under the License.
14//
-
15// Authors: Nils Wentzell
+
15// Authors: Thomas Hahn, Nils Wentzell
16
17/**
18 * @file
diff --git a/docs/unstable/array__interface_8cpp_source.html b/docs/unstable/array__interface_8cpp_source.html index be76ac6..2a40b4c 100644 --- a/docs/unstable/array__interface_8cpp_source.html +++ b/docs/unstable/array__interface_8cpp_source.html @@ -111,7 +111,7 @@
array_interface.cpp
-Go to the documentation of this file.
1// Copyright (c) 2019-2021 Simons Foundation
+Go to the documentation of this file.
1// Copyright (c) 2019-2024 Simons Foundation
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
@@ -125,7 +125,7 @@
12// See the License for the specific language governing permissions and
13// limitations under the License.
14//
-
15// Authors: Olivier Parcollet, Nils Wentzell
+
15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
16
17/**
18 * @file
diff --git a/docs/unstable/array__interface_8hpp_source.html b/docs/unstable/array__interface_8hpp_source.html index 9174c66..de93b65 100644 --- a/docs/unstable/array__interface_8hpp_source.html +++ b/docs/unstable/array__interface_8hpp_source.html @@ -111,7 +111,7 @@
array_interface.hpp
-Go to the documentation of this file.
1// Copyright (c) 2019-2020 Simons Foundation
+Go to the documentation of this file.
1// Copyright (c) 2019-2024 Simons Foundation
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
@@ -125,7 +125,7 @@
12// See the License for the specific language governing permissions and
13// limitations under the License.
14//
-
15// Authors: Olivier Parcollet, Nils Wentzell
+
15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
16
17/**
18 * @file
diff --git a/docs/unstable/changelog.html b/docs/unstable/changelog.html index 2a93fa7..ac430b4 100644 --- a/docs/unstable/changelog.html +++ b/docs/unstable/changelog.html @@ -112,11 +112,48 @@

+Version 1.3.0

+

This is version 1.3.0 of h5, a high-level C++ interface to the hdf5 library.

+

We thank all contributors: Thomas Hahn, Alexander Hampel, Henri Menke, Olivier Parcollet, Nils Wentzell

+

Find below an itemized list of changes in this release.

+

+General

+
    +
  • Clean up detail namespace to consistently contain implementation details
  • +
  • Improve test coverage and clean up tests
  • +
  • Bug fix in h5::array_interface
  • +
  • Allow arbitrary block sizes in h5::array_interface
  • +
  • Clean up in h5::array_interface
  • +
  • Bug fix in h5::file ctor
  • +
  • Split object.hpp into multiple header files
  • +
  • Remove default copy constructor in group
  • +
  • Allow additional arguments in generic h5::read and h5::write functions
  • +
  • Allow reading of all integer types into Python long without warning
  • +
  • Correct installation of _h5py.wrap.hxx
  • +
  • Add hxx clair include
  • +
  • Add missing include in h5/macros.hpp
  • +
  • Add missing cstdint include in h5/object.hpp, see issue #915
  • +
+

+doc

+
    +
  • Add documentation to the C++ source code files
  • +
  • Remove any sphinx related files and switch to doxygen to generate documentation
  • +
  • Build and deploy documentation with GitHub Actions
  • +
+

+cmake

+
    +
  • Use GNUInstallDirs in install commands
  • +
  • Set policy CMP0144 to new
  • +
  • Use CPP2PY_PYTHON_xxx variables instead of PYTHON_xxx
  • +
+

Version 1.2.0

This is version 1.2.0 of h5, a high-level C++ interface to the hdf5 library.

We thank all contributors: Thomas Hahn, Alexander Hampel, Olivier Parcollet, Dylan Simon, Nils Wentzell

Find below an itemized list of changes in this release.

-

+

General

  • Remove redundant std_addons/complex.hpp header
  • @@ -131,7 +168,7 @@

  • Remove warnings
  • General cleanup
-

+

cmake

  • Add compiler warnings for IntelLLVM
  • @@ -140,12 +177,12 @@

  • Fix FindHDF5 logic for cmake versions >=3.23
  • Fix h5::hdf5 interface target for cmake versions 3.20+
-

+

jenkins

  • Update packaging Dockerfiles
-

+

fixes

  • Fix hsize_t for hdf5 versions >=1.13
  • @@ -155,12 +192,12 @@

  • Allow reading vector<string> when stored as subgroup with numbered keys
  • np.int / np.float / np.complex removed
-

+

Version 1.1.0

This is version 1.1.0 of h5, a high-level C++ interface to the hdf5 library.

We thank all contributors: Daniel Bauernfeind, Alexander Hampel, Henri Menke, Dylan Simon, Nils Wentzell

Find below an itemized list of changes in this release.

-

+

General

  • Allow creation of softlinks
  • @@ -177,13 +214,13 @@

  • Minor correction in h5_read doc for array and vector
  • Consistently use header guards over pragma once
-

+

doc

  • Add link to reference doc to README.md
  • Minor doc cleanups for doxygen generation, add Doxyfile and update .gitignore
-

+

cmake

  • Bump Version number to 1.1.0
  • @@ -191,7 +228,7 @@

  • Bump version requirement to 3.13.5
  • Provide a namespaced alias for the python modules
-

+

Version 1.0.0

h5 is a high-level C++ interface to the hdf5 library, which

  • Provides write and read functions for various STL container types
  • diff --git a/docs/unstable/complex_8hpp_source.html b/docs/unstable/complex_8hpp_source.html index 56e9af3..6adf58f 100644 --- a/docs/unstable/complex_8hpp_source.html +++ b/docs/unstable/complex_8hpp_source.html @@ -111,7 +111,7 @@
    complex.hpp
-Go to the documentation of this file.
1// Copyright (c) 2019-2022 Simons Foundation
+Go to the documentation of this file.
1// Copyright (c) 2024 Simons Foundation
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
@@ -125,7 +125,7 @@
12// See the License for the specific language governing permissions and
13// limitations under the License.
14//
-
15// Authors: Olivier Parcollet, Nils Wentzell
+
15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
16
17/**
18 * @file
diff --git a/docs/unstable/documentation.html b/docs/unstable/documentation.html index 3ea791b..5e2133a 100644 --- a/docs/unstable/documentation.html +++ b/docs/unstable/documentation.html @@ -112,18 +112,18 @@

The h5 library implements various high-level C++ wrappers around their low-level C counterparts. It is not intended as a full replacement for the HDF5 C implementation. Instead it tries to help the user with the most common tasks like opening/closing files, creating groups/datasets and writing/reading data to/from HDF5 files.

The following provides a detailed reference documentation grouped into logical units.

If you are looking for a specific function, class, etc., try using the search bar in the top left corner.

-

+

h5 data model

The h5 data model forms the backbone of the h5 library by implementing some of the key concepts from the abstract HDF5 data model. It provides concrete types for HDF5 files, groups, datasets, dataspaces and so on.

The most fundamental type in h5 is the h5::object. It serves either as a base class for

@@ -140,10 +140,10 @@

  • h5::attribute
  • For the average user, the two important types are the h5::file and h5::group. They simplify basic tasks like creating, opening and manipulating HDF5 files, groups, subgroups, datasets and links.

    -

    +

    h5 types

    h5 types offers various functionality related to HDF5 datatypes, e.g. mapping C++ types to their corresponding HDF5 datatypes (see h5::hdf5_type) or getting the type stored in an HDF5 dataset (see h5::get_hdf5_type).

    -

    +

    Read and write from/to HDF5

    Read and write from/to HDF5 contains all the tools to actually read or write HDF5 files.

    At the highest level it provides a generic interface for reading/writing from/to HDF5. Internally, the generic functions call more specialized implementations depending on what types are being passed to the interface.

    @@ -160,14 +160,14 @@

    The array interface helps with loading and storing n-dimensional arrays.

    Furthermore, the generic design of the read/write functionality makes it easily extendible to support custom user types as well. Example 2: Write/Read a custom C++ type shows how to make a user defined type HDF5 serializable.

    -

    +

    Serialize/Deserialize

    h5 can also be used to Serialize/Deserialize an object to/from a byte buffer using the two generic functions:

    -

    +

    Utilities

    Utilities is a collection of convenience functions, definitions and various other tools which do not fit into any other category above but are used throughout the h5 library.

    diff --git a/docs/unstable/file_8cpp_source.html b/docs/unstable/file_8cpp_source.html index 935026c..fb61723 100644 --- a/docs/unstable/file_8cpp_source.html +++ b/docs/unstable/file_8cpp_source.html @@ -111,7 +111,7 @@
    file.cpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/file_8hpp_source.html b/docs/unstable/file_8hpp_source.html index 7f511de..50038ea 100644 --- a/docs/unstable/file_8hpp_source.html +++ b/docs/unstable/file_8hpp_source.html @@ -111,7 +111,7 @@
    file.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2021 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/format_8cpp_source.html b/docs/unstable/format_8cpp_source.html index cfb9d32..676ebfe 100644 --- a/docs/unstable/format_8cpp_source.html +++ b/docs/unstable/format_8cpp_source.html @@ -111,7 +111,7 @@
    format.cpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/format_8hpp_source.html b/docs/unstable/format_8hpp_source.html index 9a64326..8242215 100644 --- a/docs/unstable/format_8hpp_source.html +++ b/docs/unstable/format_8hpp_source.html @@ -111,7 +111,7 @@
    format.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/generic_8hpp_source.html b/docs/unstable/generic_8hpp_source.html index 73e456f..0c6363e 100644 --- a/docs/unstable/generic_8hpp_source.html +++ b/docs/unstable/generic_8hpp_source.html @@ -111,7 +111,7 @@
    generic.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/group_8cpp_source.html b/docs/unstable/group_8cpp_source.html index a8784d7..62f7fa6 100644 --- a/docs/unstable/group_8cpp_source.html +++ b/docs/unstable/group_8cpp_source.html @@ -111,7 +111,7 @@
    group.cpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Henri Menke, Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Henri Menke, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/group_8hpp_source.html b/docs/unstable/group_8hpp_source.html index 8992f2c..d39ba0c 100644 --- a/docs/unstable/group_8hpp_source.html +++ b/docs/unstable/group_8hpp_source.html @@ -111,7 +111,7 @@
    group.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2021 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Henri Menke, Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Henri Menke, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/h5_8hpp_source.html b/docs/unstable/h5_8hpp_source.html index b5a51b1..85d6967 100644 --- a/docs/unstable/h5_8hpp_source.html +++ b/docs/unstable/h5_8hpp_source.html @@ -111,7 +111,7 @@
    h5.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/macros_8hpp_source.html b/docs/unstable/macros_8hpp_source.html index 2bfb32b..c4598e0 100644 --- a/docs/unstable/macros_8hpp_source.html +++ b/docs/unstable/macros_8hpp_source.html @@ -111,7 +111,7 @@
    macros.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/map_8hpp_source.html b/docs/unstable/map_8hpp_source.html index e1f40c2..2c49aad 100644 --- a/docs/unstable/map_8hpp_source.html +++ b/docs/unstable/map_8hpp_source.html @@ -111,7 +111,7 @@
    map.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell, chuffa
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell, chuffa
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/object_8cpp_source.html b/docs/unstable/object_8cpp_source.html index fbb23c9..0020baa 100644 --- a/docs/unstable/object_8cpp_source.html +++ b/docs/unstable/object_8cpp_source.html @@ -111,7 +111,7 @@
    object.cpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/object_8hpp_source.html b/docs/unstable/object_8hpp_source.html index 4a1a33b..b73ef43 100644 --- a/docs/unstable/object_8hpp_source.html +++ b/docs/unstable/object_8hpp_source.html @@ -111,7 +111,7 @@
    object.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/optional_8hpp_source.html b/docs/unstable/optional_8hpp_source.html index d873356..09cd0ab 100644 --- a/docs/unstable/optional_8hpp_source.html +++ b/docs/unstable/optional_8hpp_source.html @@ -111,7 +111,7 @@
    optional.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/pair_8hpp_source.html b/docs/unstable/pair_8hpp_source.html index 46a3aff..d9933dc 100644 --- a/docs/unstable/pair_8hpp_source.html +++ b/docs/unstable/pair_8hpp_source.html @@ -111,7 +111,7 @@
    pair.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/scalar_8hpp_source.html b/docs/unstable/scalar_8hpp_source.html index 904a6f2..acf3528 100644 --- a/docs/unstable/scalar_8hpp_source.html +++ b/docs/unstable/scalar_8hpp_source.html @@ -111,7 +111,7 @@
    scalar.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/search/all_0.js b/docs/unstable/search/all_0.js index e07a57d..d3fc6c5 100644 --- a/docs/unstable/search/all_0.js +++ b/docs/unstable/search/all_0.js @@ -1,5 +1,5 @@ var searchData= [ - ['0_0',['0',['../changelog.html#autotoc_md9',1,'Version 1.0.0'],['../changelog.html#autotoc_md5',1,'Version 1.1.0'],['../changelog.html#autotoc_md0',1,'Version 1.2.0']]], - ['0_200_1',['Version 1.0.0',['../changelog.html#autotoc_md9',1,'']]] + ['0_0',['0',['../changelog.html#autotoc_md13',1,'Version 1.0.0'],['../changelog.html#autotoc_md9',1,'Version 1.1.0'],['../changelog.html#autotoc_md4',1,'Version 1.2.0'],['../changelog.html#autotoc_md0',1,'Version 1.3.0']]], + ['0_200_1',['Version 1.0.0',['../changelog.html#autotoc_md13',1,'']]] ]; diff --git a/docs/unstable/search/all_1.js b/docs/unstable/search/all_1.js index 5e1cbd2..bbe35e1 100644 --- a/docs/unstable/search/all_1.js +++ b/docs/unstable/search/all_1.js @@ -1,8 +1,9 @@ var searchData= [ - ['1_200_0',['Version 1.1.0',['../changelog.html#autotoc_md5',1,'']]], - ['1_200_200_1',['Version 1.0.0',['../changelog.html#autotoc_md9',1,'']]], - ['1_201_200_2',['Version 1.1.0',['../changelog.html#autotoc_md5',1,'']]], - ['1_202_200_3',['Version 1.2.0',['../changelog.html#autotoc_md0',1,'']]], - ['1_3a_20write_20read_20a_202_20dimensional_20array_4',['Example 1: Write/Read a 2-dimensional array',['../ex1.html',1,'']]] + ['1_200_0',['Version 1.1.0',['../changelog.html#autotoc_md9',1,'']]], + ['1_200_200_1',['Version 1.0.0',['../changelog.html#autotoc_md13',1,'']]], + ['1_201_200_2',['Version 1.1.0',['../changelog.html#autotoc_md9',1,'']]], + ['1_202_200_3',['Version 1.2.0',['../changelog.html#autotoc_md4',1,'']]], + ['1_203_200_4',['Version 1.3.0',['../changelog.html#autotoc_md0',1,'']]], + ['1_3a_20write_20read_20a_202_20dimensional_20array_5',['Example 1: Write/Read a 2-dimensional array',['../ex1.html',1,'']]] ]; diff --git a/docs/unstable/search/all_13.js b/docs/unstable/search/all_13.js index b85f620..0800c96 100644 --- a/docs/unstable/search/all_13.js +++ b/docs/unstable/search/all_13.js @@ -5,7 +5,7 @@ var searchData= ['read_2',['read',['../group__rw__arrayinterface.html#ga31fd36bfc407821a00d20f2105c1684e',1,'h5::array_interface::read()'],['../group__rw__generic.html#gabf688ff83a3b4c62d1bfea507d30b077',1,'h5::read(group g, std::string const &key)'],['../group__rw__generic.html#ga630837c909b20edca6a7a43085daf093',1,'h5::read(group g, std::string const &key, T &x, auto const &...args)']]], ['read_20a_202_20dimensional_20array_3',['Example 1: Write/Read a 2-dimensional array',['../ex1.html',1,'']]], ['read_20a_20custom_20c_20type_4',['Example 2: Write/Read a custom C++ type',['../ex2.html',1,'']]], - ['read_20and_20write_20from_20to_20hdf5_5',['Read and write from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md12',1,'Read and write from/to HDF5']]], + ['read_20and_20write_20from_20to_20hdf5_5',['Read and write from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md16',1,'Read and write from/to HDF5']]], ['read_20write_6',['Generic read/write',['../group__rw__generic.html',1,'']]], ['read_5fattribute_7',['read_attribute',['../group__rw__arrayinterface.html#ga21edb3ab3635dbd5dd00617cde0bbd34',1,'h5::array_interface::read_attribute()'],['../group__rw__generic.html#gac4aa5bd61dff8357205c67619bc8aed9',1,'h5::read_attribute(object obj, std::string const &key)'],['../group__rw__generic.html#ga0559402f9239bea8bc290f01e55e354b',1,'h5::read_attribute(object obj, std::string const &key, T &x)']]], ['read_5fhdf5_5fformat_8',['read_hdf5_format',['../group__format.html#gac9b5e2d04a3501fe65bd9566f68451c1',1,'h5::read_hdf5_format(object obj, std::string &s)'],['../group__format.html#ga21c13fd47e833f129fcf177a45d4280e',1,'h5::read_hdf5_format(group g)']]], diff --git a/docs/unstable/search/all_14.js b/docs/unstable/search/all_14.js index 3d0d58f..38a5dd8 100644 --- a/docs/unstable/search/all_14.js +++ b/docs/unstable/search/all_14.js @@ -5,7 +5,7 @@ var searchData= ['serialization_2',['Example 3: Serialization',['../ex3.html',1,'']]], ['serialization_2ehpp_3',['serialization.hpp',['../serialization_8hpp.html',1,'']]], ['serialize_4',['serialize',['../group__serialize.html#gad2bcd8f6dac5f1b4d3726c5ba86b0ee6',1,'h5']]], - ['serialize_20deserialize_5',['Serialize Deserialize',['../group__serialize.html',1,'Serialize/Deserialize'],['../documentation.html#autotoc_md13',1,'Serialize/Deserialize']]], + ['serialize_20deserialize_5',['Serialize Deserialize',['../group__serialize.html',1,'Serialize/Deserialize'],['../documentation.html#autotoc_md17',1,'Serialize/Deserialize']]], ['shape_6',['shape',['../structh5_1_1array__interface_1_1hyperslab.html#aedf629d6a7106753636b53c02fef52e4',1,'h5::array_interface::hyperslab']]], ['size_7',['size',['../structh5_1_1array__interface_1_1hyperslab.html#a3da1a6f01c8e55e911f0cbc07d4f7814',1,'h5::array_interface::hyperslab']]], ['slab_8',['slab',['../structh5_1_1array__interface_1_1array__view.html#afdccd091cfba38919a24f80dc6ea0329',1,'h5::array_interface::array_view']]], diff --git a/docs/unstable/search/all_15.js b/docs/unstable/search/all_15.js index ceb54e6..f77ea32 100644 --- a/docs/unstable/search/all_15.js +++ b/docs/unstable/search/all_15.js @@ -2,12 +2,12 @@ var searchData= [ ['tags_0',['Format tags',['../group__format.html',1,'']]], ['the_20examples_1',['Compiling the examples',['../examples.html#compiling',1,'']]], - ['to_20hdf5_2',['to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md12',1,'Read and write from/to HDF5']]], + ['to_20hdf5_2',['to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md16',1,'Read and write from/to HDF5']]], ['to_20start_3',['Where to start?',['../index.html#start',1,'']]], ['to_5fchar_5fbuf_4',['to_char_buf',['../group__rw__vector.html#gadbb29232f5b633e52bbda8bf089ac8c2',1,'h5::to_char_buf(std::vector< std::string > const &v)'],['../group__rw__vector.html#ga53cae3e265a1ac8582d684c45d0dd96d',1,'h5::to_char_buf(std::vector< std::vector< std::string > > const &v)']]], ['try_5fread_5',['try_read',['../group__rw__generic.html#ga62e3658eca2c1f51f11ef15ae54e9776',1,'h5']]], ['tuple_2ehpp_6',['tuple.hpp',['../tuple_8hpp.html',1,'']]], ['ty_7',['ty',['../structh5_1_1array__interface_1_1dataset__info.html#a98c0f0d12531c1daac703267e05dd5cd',1,'h5::array_interface::dataset_info::ty'],['../structh5_1_1array__interface_1_1array__view.html#a942f91d5b78c6a8d94cd023e9d05615e',1,'h5::array_interface::array_view::ty']]], ['type_8',['Example 2: Write/Read a custom C++ type',['../ex2.html',1,'']]], - ['types_9',['types',['../group__rw__scalar.html',1,'Arithmetic scalar types'],['../group__h5__types.html',1,'h5 types'],['../documentation.html#autotoc_md11',1,'h5 types']]] + ['types_9',['types',['../group__rw__scalar.html',1,'Arithmetic scalar types'],['../group__h5__types.html',1,'h5 types'],['../documentation.html#autotoc_md15',1,'h5 types']]] ]; diff --git a/docs/unstable/search/all_16.js b/docs/unstable/search/all_16.js index 910cb7f..8103805 100644 --- a/docs/unstable/search/all_16.js +++ b/docs/unstable/search/all_16.js @@ -1,6 +1,6 @@ var searchData= [ ['unlink_0',['unlink',['../classh5_1_1group.html#a6d25f747fec1b8481f9097393edab83f',1,'h5::group']]], - ['utilities_1',['Utilities',['../group__utilities.html',1,'Utilities'],['../documentation.html#autotoc_md14',1,'Utilities']]], + ['utilities_1',['Utilities',['../group__utilities.html',1,'Utilities'],['../documentation.html#autotoc_md18',1,'Utilities']]], ['utils_2ehpp_2',['utils.hpp',['../utils_8hpp.html',1,'']]] ]; diff --git a/docs/unstable/search/all_17.js b/docs/unstable/search/all_17.js index c63043d..53b591e 100644 --- a/docs/unstable/search/all_17.js +++ b/docs/unstable/search/all_17.js @@ -4,8 +4,9 @@ var searchData= ['variant_2ehpp_1',['variant.hpp',['../variant_8hpp.html',1,'']]], ['vector_2ecpp_2',['vector.cpp',['../vector_8cpp.html',1,'']]], ['vector_2ehpp_3',['vector.hpp',['../vector_8hpp.html',1,'']]], - ['version_201_200_200_4',['Version 1.0.0',['../changelog.html#autotoc_md9',1,'']]], - ['version_201_201_200_5',['Version 1.1.0',['../changelog.html#autotoc_md5',1,'']]], - ['version_201_202_200_6',['Version 1.2.0',['../changelog.html#autotoc_md0',1,'']]], - ['versions_7',['Versions',['../installation.html#versions',1,'']]] + ['version_201_200_200_4',['Version 1.0.0',['../changelog.html#autotoc_md13',1,'']]], + ['version_201_201_200_5',['Version 1.1.0',['../changelog.html#autotoc_md9',1,'']]], + ['version_201_202_200_6',['Version 1.2.0',['../changelog.html#autotoc_md4',1,'']]], + ['version_201_203_200_7',['Version 1.3.0',['../changelog.html#autotoc_md0',1,'']]], + ['versions_8',['Versions',['../installation.html#versions',1,'']]] ]; diff --git a/docs/unstable/search/all_18.js b/docs/unstable/search/all_18.js index a46d078..f131a77 100644 --- a/docs/unstable/search/all_18.js +++ b/docs/unstable/search/all_18.js @@ -2,7 +2,7 @@ var searchData= [ ['where_20to_20start_0',['Where to start?',['../index.html#start',1,'']]], ['write_1',['write',['../group__rw__generic.html',1,'Generic read/write'],['../group__rw__arrayinterface.html#ga56e177ca7d1822e20ffff72a8fe6bb28',1,'h5::array_interface::write()'],['../group__rw__generic.html#gad2a999fc4d4c07de13abfa2e508e4939',1,'h5::write()']]], - ['write_20from_20to_20hdf5_2',['write from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md12',1,'Read and write from/to HDF5']]], + ['write_20from_20to_20hdf5_2',['write from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md16',1,'Read and write from/to HDF5']]], ['write_20read_20a_202_20dimensional_20array_3',['Example 1: Write/Read a 2-dimensional array',['../ex1.html',1,'']]], ['write_20read_20a_20custom_20c_20type_4',['Example 2: Write/Read a custom C++ type',['../ex2.html',1,'']]], ['write_5fattribute_5',['write_attribute',['../group__rw__arrayinterface.html#ga37227293cd0ea704a7dd90206883b3b3',1,'h5::array_interface::write_attribute()'],['../group__rw__generic.html#ga9dad4717169edbd078fdbe553c336de2',1,'h5::write_attribute(object obj, std::string const &key, T const &x)']]], diff --git a/docs/unstable/search/all_2.js b/docs/unstable/search/all_2.js index bf14c47..1fd0ce9 100644 --- a/docs/unstable/search/all_2.js +++ b/docs/unstable/search/all_2.js @@ -1,6 +1,6 @@ var searchData= [ - ['2_200_0',['Version 1.2.0',['../changelog.html#autotoc_md0',1,'']]], + ['2_200_0',['Version 1.2.0',['../changelog.html#autotoc_md4',1,'']]], ['2_20dimensional_20array_1',['Example 1: Write/Read a 2-dimensional array',['../ex1.html',1,'']]], ['2_3a_20write_20read_20a_20custom_20c_20type_2',['Example 2: Write/Read a custom C++ type',['../ex2.html',1,'']]] ]; diff --git a/docs/unstable/search/all_3.js b/docs/unstable/search/all_3.js index bf0b115..8852719 100644 --- a/docs/unstable/search/all_3.js +++ b/docs/unstable/search/all_3.js @@ -1,4 +1,5 @@ var searchData= [ - ['3_3a_20serialization_0',['Example 3: Serialization',['../ex3.html',1,'']]] + ['3_200_0',['Version 1.3.0',['../changelog.html#autotoc_md0',1,'']]], + ['3_3a_20serialization_1',['Example 3: Serialization',['../ex3.html',1,'']]] ]; diff --git a/docs/unstable/search/all_4.js b/docs/unstable/search/all_4.js index 74dcb7e..8480320 100644 --- a/docs/unstable/search/all_4.js +++ b/docs/unstable/search/all_4.js @@ -4,7 +4,7 @@ var searchData= ['a_20custom_20c_20type_1',['Example 2: Write/Read a custom C++ type',['../ex2.html',1,'']]], ['add_5fsubdirectory_2',['add_subdirectory',['../integration.html#add_sub',1,'']]], ['and_20char_5fbuf_3',['std::string, const char* and char_buf',['../group__rw__string.html',1,'']]], - ['and_20write_20from_20to_20hdf5_4',['and write from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md12',1,'Read and write from/to HDF5']]], + ['and_20write_20from_20to_20hdf5_4',['and write from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md16',1,'Read and write from/to HDF5']]], ['api_20documentation_5',['API Documentation',['../documentation.html',1,'']]], ['arithmetic_20scalar_20types_6',['Arithmetic scalar types',['../group__rw__scalar.html',1,'']]], ['array_7',['Example 1: Write/Read a 2-dimensional array',['../ex1.html',1,'']]], diff --git a/docs/unstable/search/all_6.js b/docs/unstable/search/all_6.js index 4b3c424..d57da39 100644 --- a/docs/unstable/search/all_6.js +++ b/docs/unstable/search/all_6.js @@ -7,7 +7,7 @@ var searchData= ['char_20and_20char_5fbuf_4',['std::string, const char* and char_buf',['../group__rw__string.html',1,'']]], ['char_5fbuf_5',['char_buf',['../structh5_1_1char__buf.html',1,'h5::char_buf'],['../group__rw__string.html',1,'std::string, const char* and char_buf']]], ['close_6',['close',['../classh5_1_1object.html#aebdace197ff0705cba4d55b556f3625f',1,'h5::object']]], - ['cmake_7',['cmake',['../changelog.html#autotoc_md2',1,'cmake'],['../changelog.html#autotoc_md8',1,'cmake']]], + ['cmake_7',['cmake',['../changelog.html#autotoc_md3',1,'cmake'],['../changelog.html#autotoc_md6',1,'cmake'],['../changelog.html#autotoc_md12',1,'cmake']]], ['cmake_8',['CMake',['../integration.html#cmake',1,'']]], ['cmake_20options_9',['Custom CMake options',['../installation.html#cmake_options',1,'']]], ['compiling_20the_20examples_10',['Compiling the examples',['../examples.html#compiling',1,'']]], diff --git a/docs/unstable/search/all_7.js b/docs/unstable/search/all_7.js index acfee6d..6124a9d 100644 --- a/docs/unstable/search/all_7.js +++ b/docs/unstable/search/all_7.js @@ -1,6 +1,6 @@ var searchData= [ - ['data_20model_0',['data model',['../group__data__model.html',1,'h5 data model'],['../documentation.html#autotoc_md10',1,'h5 data model']]], + ['data_20model_0',['data model',['../group__data__model.html',1,'h5 data model'],['../documentation.html#autotoc_md14',1,'h5 data model']]], ['dataset_1',['dataset',['../group__data__model.html#ga4ebc846edbef1306c242c2d3fad9d786',1,'h5']]], ['dataset_5finfo_2',['dataset_info',['../structh5_1_1array__interface_1_1dataset__info.html',1,'h5::array_interface']]], ['dataspace_3',['dataspace',['../group__data__model.html#ga7702bf25897ae4f687e0f6e2ffd49a4d',1,'h5']]], @@ -8,9 +8,9 @@ var searchData= ['dcplx_5ft_5',['dcplx_t',['../structh5_1_1dcplx__t.html',1,'h5']]], ['dependencies_6',['Dependencies',['../installation.html#dependencies',1,'']]], ['deserialize_7',['deserialize',['../group__serialize.html#gaaaf280034cc7cb7233216238d956a0ad',1,'h5']]], - ['deserialize_8',['Deserialize',['../group__serialize.html',1,'Serialize/Deserialize'],['../documentation.html#autotoc_md13',1,'Serialize/Deserialize']]], + ['deserialize_8',['Deserialize',['../group__serialize.html',1,'Serialize/Deserialize'],['../documentation.html#autotoc_md17',1,'Serialize/Deserialize']]], ['dimensional_20array_9',['Example 1: Write/Read a 2-dimensional array',['../ex1.html',1,'']]], - ['doc_10',['doc',['../changelog.html#autotoc_md7',1,'']]], + ['doc_10',['doc',['../changelog.html#autotoc_md2',1,'doc'],['../changelog.html#autotoc_md11',1,'doc']]], ['documentation_11',['API Documentation',['../documentation.html',1,'']]], ['dspace_12',['dspace',['../structh5_1_1char__buf.html#a047826630e3e71fa4bc2e006312a5c8f',1,'h5::char_buf']]], ['dtype_13',['dtype',['../structh5_1_1char__buf.html#a2b9eeee691313029d374fbec251a8c30',1,'h5::char_buf']]] diff --git a/docs/unstable/search/all_9.js b/docs/unstable/search/all_9.js index ea2a4bc..cadcc14 100644 --- a/docs/unstable/search/all_9.js +++ b/docs/unstable/search/all_9.js @@ -5,12 +5,12 @@ var searchData= ['file_2ecpp_2',['file.cpp',['../file_8cpp.html',1,'']]], ['file_2ehpp_3',['file.hpp',['../file_8hpp.html',1,'']]], ['find_5fpackage_4',['find_package',['../integration.html#find_package',1,'']]], - ['fixes_5',['fixes',['../changelog.html#autotoc_md4',1,'']]], + ['fixes_5',['fixes',['../changelog.html#autotoc_md8',1,'']]], ['flush_6',['flush',['../classh5_1_1file.html#aa500f2d00caaa3d805c47e5b5df79aaf',1,'h5::file']]], ['format_20tags_7',['Format tags',['../group__format.html',1,'']]], ['format_2ecpp_8',['format.cpp',['../format_8cpp.html',1,'']]], ['format_2ehpp_9',['format.hpp',['../format_8hpp.html',1,'']]], - ['from_20to_20hdf5_10',['from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md12',1,'Read and write from/to HDF5']]], + ['from_20to_20hdf5_10',['from to HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md16',1,'Read and write from/to HDF5']]], ['from_5fborrowed_11',['from_borrowed',['../classh5_1_1object.html#ad135921dec5ce61f826a229171560da5',1,'h5::object']]], ['from_5fchar_5fbuf_12',['from_char_buf',['../group__rw__vector.html#ga83718503f95287c96893b583d46cb46e',1,'h5::from_char_buf(char_buf const &cb, std::vector< std::string > &v)'],['../group__rw__vector.html#ga0be3a9e3f0e5c6204b5a538159fad3b5',1,'h5::from_char_buf(char_buf const &cb, std::vector< std::vector< std::string > > &v)']]] ]; diff --git a/docs/unstable/search/all_a.js b/docs/unstable/search/all_a.js index 8d38491..f4db3ca 100644 --- a/docs/unstable/search/all_a.js +++ b/docs/unstable/search/all_a.js @@ -1,6 +1,6 @@ var searchData= [ - ['general_0',['General',['../changelog.html#autotoc_md1',1,'General'],['../changelog.html#autotoc_md6',1,'General']]], + ['general_0',['General',['../changelog.html#autotoc_md1',1,'General'],['../changelog.html#autotoc_md5',1,'General'],['../changelog.html#autotoc_md10',1,'General']]], ['generic_20read_20write_1',['Generic read/write',['../group__rw__generic.html',1,'']]], ['generic_2ehpp_2',['generic.hpp',['../generic_8hpp.html',1,'']]], ['get_5fall_5fdataset_5fnames_3',['get_all_dataset_names',['../classh5_1_1group.html#a5fc1de13205f74ce22b20a6be50f2046',1,'h5::group']]], diff --git a/docs/unstable/search/all_b.js b/docs/unstable/search/all_b.js index b46ad03..7e76b95 100644 --- a/docs/unstable/search/all_b.js +++ b/docs/unstable/search/all_b.js @@ -1,7 +1,7 @@ var searchData= [ - ['h5_20data_20model_0',['h5 data model',['../group__data__model.html',1,'h5 data model'],['../documentation.html#autotoc_md10',1,'h5 data model']]], - ['h5_20types_1',['h5 types',['../group__h5__types.html',1,'h5 types'],['../documentation.html#autotoc_md11',1,'h5 types']]], + ['h5_20data_20model_0',['h5 data model',['../group__data__model.html',1,'h5 data model'],['../documentation.html#autotoc_md14',1,'h5 data model']]], + ['h5_20types_1',['h5 types',['../group__h5__types.html',1,'h5 types'],['../documentation.html#autotoc_md15',1,'h5 types']]], ['h5_2ehpp_2',['h5.hpp',['../h5_8hpp.html',1,'']]], ['h5_3a_3astorable_3',['Storable',['../concepth5_1_1Storable.html',1,'h5']]], ['h5_5fread_4',['h5_read',['../group__rw__string.html#gaa53aea73f5d6c3d0b21b60b45b0971cb',1,'h5::h5_read(group g, std::string const &name, std::string &s)'],['../group__rw__string.html#ga8f9eaf1d5471aff2a72f6c3cfd0f0bc4',1,'h5::h5_read(group g, std::string const &name, char *s)=delete'],['../group__rw__string.html#ga6f74ff39ecd2f67aaa09d7d8f7b495f5',1,'h5::h5_read(group g, std::string const &name, char_buf &cb)'],['../group__rw__vector.html#ga13f38a434763ed1773e0d9b3d3e0e3e4',1,'h5::h5_read(group g, std::string name, std::vector< T > &v)'],['../group__rw__generic.html#ga4b45370a6f04082744435a3a91e3f977',1,'h5::h5_read(group g, std::string const &key)'],['../group__rw__scalar.html#ga9ee6c8c4894bcf83bc241c40e4ded8fa',1,'h5::h5_read(group g, std::string const &name, T &x) H5_REQUIRES(std'],['../group__rw__array.html#ga9599fed7a420bd71bae28617120760aa',1,'h5::h5_read(group g, std::string name, std::array< T, N > &a)'],['../group__rw__map.html#gad5ba413230e29fc26d86b2eea0033c59',1,'h5::h5_read(group g, std::string const &name, std::map< keyT, valueT > &m)'],['../group__rw__optional.html#ga512168e128acddcb166fbda734835bef',1,'h5::h5_read(group g, std::string name, std::optional< T > &opt)'],['../group__rw__pair.html#gafd2c802ce6da7fef80f3a6219a6f14dc',1,'h5::h5_read(group g, std::string const &name, std::pair< T1, T2 > &p)'],['../group__rw__tuple.html#ga00b2f02b66a7c1131f270c43b6d7e36c',1,'h5::h5_read(group g, std::string const &name, std::tuple< Ts... > &tup)'],['../group__rw__variant.html#ga7492178ba09ec065658b644a882a6418',1,'h5::h5_read(group g, std::string const &name, std::variant< Ts... > &v)']]], @@ -14,7 +14,7 @@ var searchData= ['has_5fdataset_11',['has_dataset',['../classh5_1_1group.html#a055f445b358bd85e4ac662fa894402ae',1,'h5::group']]], ['has_5fkey_12',['has_key',['../classh5_1_1group.html#a58609c88a804a958bab4a8df8ce4d8d4',1,'h5::group']]], ['has_5fsubgroup_13',['has_subgroup',['../classh5_1_1group.html#a2c5d766c3f528b5ec6d0bc6d44d6e6e7',1,'h5::group']]], - ['hdf5_14',['HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md12',1,'Read and write from/to HDF5']]], + ['hdf5_14',['HDF5',['../group__readwrite.html',1,'Read and write from/to HDF5'],['../documentation.html#autotoc_md16',1,'Read and write from/to HDF5']]], ['hdf5_5fformat_5fimpl_15',['hdf5_format_impl',['../structh5_1_1hdf5__format__impl.html',1,'h5']]], ['hdf5_5fformat_5fimpl_3c_20bool_20_3e_16',['hdf5_format_impl< bool >',['../structh5_1_1hdf5__format__impl_3_01bool_01_4.html',1,'h5']]], ['hdf5_5fformat_5fimpl_3c_20double_20_3e_17',['hdf5_format_impl< double >',['../structh5_1_1hdf5__format__impl_3_01double_01_4.html',1,'h5']]], diff --git a/docs/unstable/search/all_d.js b/docs/unstable/search/all_d.js index 0d4158a..9834ea2 100644 --- a/docs/unstable/search/all_d.js +++ b/docs/unstable/search/all_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['jenkins_0',['jenkins',['../changelog.html#autotoc_md3',1,'']]] + ['jenkins_0',['jenkins',['../changelog.html#autotoc_md7',1,'']]] ]; diff --git a/docs/unstable/search/all_f.js b/docs/unstable/search/all_f.js index 4c9e662..fc58aec 100644 --- a/docs/unstable/search/all_f.js +++ b/docs/unstable/search/all_f.js @@ -3,6 +3,6 @@ var searchData= ['macros_2ehpp_0',['macros.hpp',['../macros_8hpp.html',1,'']]], ['make_5fruntime_5ferror_1',['make_runtime_error',['../group__utilities.html#ga533849e07bf3ba2cca1f3a831a2df9af',1,'h5']]], ['map_2ehpp_2',['map.hpp',['../map_8hpp.html',1,'']]], - ['model_3',['model',['../group__data__model.html',1,'h5 data model'],['../documentation.html#autotoc_md10',1,'h5 data model']]], + ['model_3',['model',['../group__data__model.html',1,'h5 data model'],['../documentation.html#autotoc_md14',1,'h5 data model']]], ['motivating_20example_4',['Motivating example',['../index.html#motivation',1,'']]] ]; diff --git a/docs/unstable/serialization_8hpp_source.html b/docs/unstable/serialization_8hpp_source.html index 59dfe8c..57abaf3 100644 --- a/docs/unstable/serialization_8hpp_source.html +++ b/docs/unstable/serialization_8hpp_source.html @@ -111,7 +111,7 @@
    serialization.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2021 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/string_8cpp_source.html b/docs/unstable/string_8cpp_source.html index e9bdde5..691b06a 100644 --- a/docs/unstable/string_8cpp_source.html +++ b/docs/unstable/string_8cpp_source.html @@ -111,7 +111,7 @@
    string.cpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/string_8hpp_source.html b/docs/unstable/string_8hpp_source.html index 0a33051..6e802df 100644 --- a/docs/unstable/string_8hpp_source.html +++ b/docs/unstable/string_8hpp_source.html @@ -111,7 +111,7 @@
    string.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/tuple_8hpp_source.html b/docs/unstable/tuple_8hpp_source.html index 3bf6251..341c033 100644 --- a/docs/unstable/tuple_8hpp_source.html +++ b/docs/unstable/tuple_8hpp_source.html @@ -111,7 +111,7 @@
    tuple.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/utils_8hpp_source.html b/docs/unstable/utils_8hpp_source.html index c270773..ee43f0b 100644 --- a/docs/unstable/utils_8hpp_source.html +++ b/docs/unstable/utils_8hpp_source.html @@ -111,7 +111,7 @@
    utils.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2022 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/variant_8hpp_source.html b/docs/unstable/variant_8hpp_source.html index 3964ea9..8003bfa 100644 --- a/docs/unstable/variant_8hpp_source.html +++ b/docs/unstable/variant_8hpp_source.html @@ -111,7 +111,7 @@
    variant.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/vector_8cpp_source.html b/docs/unstable/vector_8cpp_source.html index 25c0eab..462f8d0 100644 --- a/docs/unstable/vector_8cpp_source.html +++ b/docs/unstable/vector_8cpp_source.html @@ -111,7 +111,7 @@
    vector.cpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Philipp Dumitrescu, Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Philipp Dumitrescu, Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file
    diff --git a/docs/unstable/vector_8hpp_source.html b/docs/unstable/vector_8hpp_source.html index fe28291..5fb1e85 100644 --- a/docs/unstable/vector_8hpp_source.html +++ b/docs/unstable/vector_8hpp_source.html @@ -111,7 +111,7 @@
    vector.hpp
    -Go to the documentation of this file.
    1// Copyright (c) 2019-2020 Simons Foundation
    +Go to the documentation of this file.
    1// Copyright (c) 2019-2024 Simons Foundation
    2//
    3// Licensed under the Apache License, Version 2.0 (the "License");
    4// you may not use this file except in compliance with the License.
    @@ -125,7 +125,7 @@
    12// See the License for the specific language governing permissions and
    13// limitations under the License.
    14//
    -
    15// Authors: Olivier Parcollet, Nils Wentzell
    +
    15// Authors: Thomas Hahn, Olivier Parcollet, Nils Wentzell
    16
    17/**
    18 * @file