Subject: | PDL Has no signed 8-bit integer datatype |
Date: | Tue, 6 May 2008 12:07:54 -0400 |
To: | bug-PDL [...] rt.cpan.org |
From: | "Sir Woody Hackswell" <woody [...] hackswell.com> |
This bug should affect all platforms. I'm trying to improve on
PDL::IO::HDF5, and HDF5 has both signed and unsigned byte (I8/U8) types.
However, PDL only has unsigned byte types. Any PDLs created from HDF5 files
(and potentially other data sources) will be incorrect if they are signed
8-bit integers.
Suggest an extra PDL type of PDL_SB to go along with PDL_B (so as not to
break existing code... though it _should_ be PDL_UB and PDL_B).
I'm using PDL v2.4.3, Perl 5.8.8 (on MSWin32 if it matters)
--
-Sir Woody Hackswell