Skip to content

Commit 3488b7b

Browse files
committed
update README
1 parent a898fca commit 3488b7b

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

Diff for: README

+5-13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ hdf5oct - a HDF5 wrapper for GNU Octave
33

44
Copyright 2012 Tom Mullins
55
Copyright 2015 Tom Mullins, Anton Starikov, Thorsten Liebig, Stefan Großhauser
6+
Copyright 2008-2013 Andrew Collette
67

78
This is a library for GNU Octave for reading hdf5 files. At the moment it
89
provides the following functions:
@@ -27,6 +28,8 @@ provides the following functions:
2728
h5create: Create a dataset and specify its extent dimensions,
2829
datatype and chunk size.
2930

31+
h5delete: Delete a group, dataset, or attribute.
32+
3033
Note that only few of the HDF5 datatypes are supported by each of the
3134
functions hdf5oct at the moment, typically one or several of double,
3235
integer and string.
@@ -63,22 +66,11 @@ To uninstall the package you may want to use
6366

6467
- write h5info, h5disp
6568

66-
- support compression flags
69+
- support compression flags for h5create
6770

6871
- read string typed datasets
6972

7073
- read string-array typed attributes
7174

72-
- maybe use hdf5's c++ interface instead of the c interace.
73-
7475
- 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.

Diff for: h5read.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
*
33
* Copyright (C) 2012 Tom Mullins
4-
* Copyright (C) 2015 Tom Mullins, Thorsten Liebig, Stefan Großhauser
4+
* Copyright (C) 2015 Tom Mullins, Thorsten Liebig, Anton Starikov, Stefan Großhauser
55
* Copyright (C) 2008-2013 Andrew Collette
66
*
77
* This file is part of hdf5oct.

0 commit comments

Comments
 (0)