CC: | CSOE [...] cpan.org |
Subject: | Update PDL::IO::HDF5 to handle more datatypes/attributes |
Request the following features:
* Read Attributes with Scalar, Array, and Compound types.
* Read Datasets with Scalar, Array, and Compound types.
I am working on some of these, and have the following:
DONE:
* Attribute gets now returned as PDLs, and can be arrays. Simple, Array,
and Compound datatypes supported.
* Dataset gets now return Simple, Array datatypes, and Compound.
* All Compound dataset/attributes returned as Perl hashes, not PDLs!
* Moved redundant code from Dataset.pm and Group.pm into HDF5.pm, and
forced inheritance.
* HDF5 1.8.x compatibility #IFDEFs.
* Wrote C program to generate a more exhaustive HDF5 dataset for testing
PDL::IO::HDF5
TODO:
* Attribute writes (My primary concern right now for my project is
reading data and not writing)
* Writing Compound datatypes.
* Update test suite.