@@ -3,6 +3,7 @@ hdf5oct - a HDF5 wrapper for GNU Octave
3
3
4
4
Copyright 2012 Tom Mullins
5
5
Copyright 2015 Tom Mullins, Anton Starikov, Thorsten Liebig, Stefan Großhauser
6
+ Copyright 2008-2013 Andrew Collette
6
7
7
8
This is a library for GNU Octave for reading hdf5 files. At the moment it
8
9
provides the following functions:
@@ -27,6 +28,8 @@ provides the following functions:
27
28
h5create: Create a dataset and specify its extent dimensions,
28
29
datatype and chunk size.
29
30
31
+ h5delete: Delete a group, dataset, or attribute.
32
+
30
33
Note that only few of the HDF5 datatypes are supported by each of the
31
34
functions hdf5oct at the moment, typically one or several of double,
32
35
integer and string.
@@ -63,22 +66,11 @@ To uninstall the package you may want to use
63
66
64
67
- write h5info, h5disp
65
68
66
- - support compression flags
69
+ - support compression flags for h5create
67
70
68
71
- read string typed datasets
69
72
70
73
- read string-array typed attributes
71
74
72
- - maybe use hdf5's c++ interface instead of the c interace.
73
-
74
75
- write more comprehensive tests instead of a few random choices. Also
75
- test for error conditions.
76
-
77
- - make sure Fortran/C ordering is handled in a matlab compatible manner
78
-
79
- For integration into octave core:
80
-
81
- - make it really clean
82
-
83
- - guess chunksize like
84
- https://github.com/h5py/h5py/blob/master/h5py/_hl/filters.py#L257
76
+ test for error conditions.
0 commit comments