This is a developers release of the latest PDL git sources. These snapshots are released with the goal of making PDL features and fixes available to the wider PDL community for use and testing.
IMPORTANT: While these releases are checked out before being uploaded, the testing is not exhaustive so things could be broken. Use at your own risk. See the PDL web site for more information on PDL: http://pdl.perl.org/ and the perldl mailing lists for questions or other PDL discussion: http://pdl.perl.org/?page=mailing-lists Enjoy! The PDL Development Team Release notes for PDL 2.4.7_003 -------------------------- General Notes: * This is a developers release! - It is a snapshot of the current git development tree and everything may not work correctly or have complete documentation. - These Release Notes may not be fully complete. Please see Changes (from the git log) for full details. - All tests may not pass, especially ones corresponding to issues in Known_problems. - Manual build/install is recommended although the cpan shell may be used by specifying the distribution path rather than just the module name, e.g.: cpan> get CHM/PDL-2.4.7_003.tar.gz cpan> make CHM/PDL-2.4.7_003.tar.gz cpan> test CHM/PDL-2.4.7_003.tar.gz cpan> look CHM/PDL-2.4.7_003.tar.gz Highlights: * Sf.net bug #3011879, pdl() constructor crashes perl for mixed ref/piddle args has been fixed and is available for general use and testing this release. * utils/perldlpp.pl is a new PDL utility for off-line source filtering to pre-filter perl source files for NiceSlice constructs. This allows the functionality to be used in environments not supporting direct use of source filters. * Various fixes to transform.pd. * Various clean-ups of docs, POD, and tests. * Set the default GSL error handler for GSL/INTERP to support perl exception handling rather than having the interpreter exit. _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
