pdl 1:2.089-1 source package in Ubuntu

Changelog

pdl (1:2.089-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop primitive-misc.patch, included upstream.
    Refresh remaining patches.

 -- Bas Couwenberg <email address hidden>  Sun, 12 May 2024 15:47:39 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe math

Downloads

File Size SHA-256 Checksum
pdl_2.089-1.dsc 2.4 KiB e9c54940fbd13b374ab0d68bfe009b75013d7d18398286fc32bd2e3ed0134e03
pdl_2.089.orig.tar.gz 2.9 MiB 9e408e4f06685de911697e12eaa5c8538e8521cbb80b876eda4bbcc7f98f196f
pdl_2.089-1.debian.tar.xz 29.0 KiB 5f09cf1d8315f9181836cf47d611bc96e009d5daa8247681f8d1ffdbb1d5800e

No changes file available.

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 pdl