pdl 1:2.085-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * Remove generated files in clean target.
  * Drop hdf-4.2.16.patch, applied upstream.
  * Refresh patches.
  * Update lintian overrides.

 -- Bas Couwenberg <email address hidden>  Mon, 05 Feb 2024 19:35:02 +0100

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

Downloads

File Size SHA-256 Checksum
pdl_2.085-1.dsc 2.4 KiB 2ec340b62e221e0dd6113fffb95911c6e0bf1ccdaf0d98bae8d83c30194ab421
pdl_2.085.orig.tar.gz 2.9 MiB 8425595db6def04762fa6ee6b92485ea762914a2b1d694f9b7607f4e51e0b2c1
pdl_2.085-1.debian.tar.xz 28.9 KiB 70baa655dd07e11d3e5aa997565223f9f8fb47c847559aa2894cc248b9c3d4ec

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