pdl 1:2.007-4ubuntu2 source package in Ubuntu

Changelog

pdl (1:2.007-4ubuntu2) xenial; urgency=medium

  * Rebuild against new gsl SONAME change.

 -- Michael Terry <email address hidden>  Tue, 08 Dec 2015 10:31:04 -0500

Upload details

Uploaded by:
Michael Terry
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdl_2.007.orig.tar.gz 2.8 MiB 609f6661061e444f2b5de845b2ab927adb9007b6511cf2f08aa0d6df0c62500c
pdl_2.007-4ubuntu2.debian.tar.xz 26.9 KiB 9a611ae9bda862cff6bf178ac36a646a1d29c68a2428319076d33e6d6ce4e6da
pdl_2.007-4ubuntu2.dsc 2.1 KiB ed9cf2b31c4988eb074f4cd393473a1ed8af57fb0143de1581ac9a55be7ece46

View changes file

Binary packages built by this source

pdl: perl data language: Perl extensions for numerics

 PDL gives standard perl the ability to COMPACTLY
 store and SPEEDILY manipulate the large N-dimensional data arrays
 which are the bread and butter of scientific computing. The idea
 is to turn perl in to a free, array-oriented, numerical language
 in the same sense as commercial packages like IDL and MatLab. One
 can write simple perl expressions to manipulate entire numerical arrays
 all at once. For example, using PDL the perl variable $a can hold a
 1024x1024 floating point image, it only takes 4Mb of memory to store
 it and expressions like $a=sqrt($a)+2 would manipulate the whole image
 in a few seconds.
 .
 A simple interactive shell (perldl) is provided for command line use
 together with a module (PDL) for use in perl scripts.

pdl-dbgsym: debug symbols for package pdl

 PDL gives standard perl the ability to COMPACTLY
 store and SPEEDILY manipulate the large N-dimensional data arrays
 which are the bread and butter of scientific computing. The idea
 is to turn perl in to a free, array-oriented, numerical language
 in the same sense as commercial packages like IDL and MatLab. One
 can write simple perl expressions to manipulate entire numerical arrays
 all at once. For example, using PDL the perl variable $a can hold a
 1024x1024 floating point image, it only takes 4Mb of memory to store
 it and expressions like $a=sqrt($a)+2 would manipulate the whole image
 in a few seconds.
 .
 A simple interactive shell (perldl) is provided for command line use
 together with a module (PDL) for use in perl scripts.