1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Release Notes for PDL-IO-HDF5 0.73 --------------------------
General Notes:
Fix indexing problem with PDL-IO-HDF5 0.72
Release Notes for PDL-IO-HDF5 0.72 --------------------------
General Notes:
Fix indexing problem with PDL-IO-HDF5 0.70
Release Notes for PDL-IO-HDF5 0.71 --------------------------
General Notes:
Fix indexing problem with PDL-IO-HDF5 0.70
Release Notes for PDL-IO-HDF5 0.70 --------------------------
General Notes:
This release features improved online POD via http://metacpan.org
and http://search.cpan.org , improved library detection, and new
support for datasets with native endianness.
Highlights:
* Add GENERATE pod from .pd support for dist
* Fix sf.net #386 PDL::IO::HDF5 improved lib detection [PATCH]
* Write datasets with native endianness.
Release Notes for PDL-IO-HDF5 0.6501 --------------------------
General Notes:
* Fix missing version info in provides META key (apparently
having VERSION_FROM => 'hdf5.pd' doesn't fill in the blanks
for the meta data.
Highlights:
* Identical to PDL-IO-HDF5-0.64, otherwise.
Release Notes for PDL-IO-HDF5 0.65 --------------------------
General Notes:
* Fix missing META data information to index PDL::IO::HDF5
since it is provided by hdf5.pd which is not recognized
by CPAN indexers.
Highlights:
* Identical to PDL-IO-HDF5-0.64, otherwise.
Release Notes for PDL-IO-HDF5 0.64 --------------------------
General Notes:
* This is an update release to PDL::IO::HDF5 with
improved platform detection and build process.
* New features and tests (thanks to Andrew Benson)
Highlights:
* New features:
- Unlinking of datasets
- Extensible datasets
- Creation of scalar references
- Automatic dereferencing of scalar references
- Support for longlong integer attributes and datasets
* Improved packaging, platform and build:
- Better HDF5 library detection on cygwin
- Added longlong tests
- Other cleanup and fixs
|