Skip to content

Commit 8e519ce

Browse files
pmarksmulimoen
authored andcommitted
add CHANGELOG entry for attributes
1 parent 8267537 commit 8e519ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
also knows how to deallocate itself; it supports all of the HDF5 types including
4545
compound types, strings and arrays.
4646
- Added methods to `Dataset`: `layout`, `dapl`, `access_plist`, `dcpl`, `create_plist`.
47-
47+
- Added support for attributes. The Attribute API uses the new Dataset API. Attributes
48+
only supports the same operations as `hdf5` (e.g. one can not perform partial IO,
49+
but must read the entire attribute at once).
50+
4851
### Changed
4952

5053
- `Dataspace` type has been reworked and can be now constructed from an extents object

0 commit comments

Comments
 (0)