Changelog for
perl-PDL-2.016-34.9.x86_64.rpm :
Wed Aug 31 14:00:00 2016 vcizekAATTsuse.com
- update to 2.016 (bsc#992498)
version update after more than 5 years, changelog too big to list,
see /usr/share/doc/packages/perl-PDL/Changes
- add new BuildRequires:
perl-Devel-CheckLib
perl-Test-Exception
perl-Test-Warn
perl-Test-Deep
perl-Astro-FITS-Header
perl-Convert-UU
perl-Inline-C
perl-Module-Compile
- add basic cpanspec.yml
- drop patches:
PDL-2.4.11-hashcmp.diff
PDL-2.4.7-makefile.diff
PDL-2.4.7-ppdef.diff
- install HTML docs
* add PDL-htmldocs.patch
Tue Jul 16 14:00:00 2013 mlsAATTsuse.de
- use -fno-aggressive-loop-optimizations instead of -fno-tree-ch
Mon Jul 15 14:00:00 2013 mlsAATTsuse.de
- added patch: PDL-2.4.11-hashcmp.diff
fix testcase so that it can cope with hash randomization
- compile with -fno-tree-ch to work around a gcc 4.8.1 compiler bug
Mon Jun 11 14:00:00 2012 mlsAATTsuse.de
- update to 2.4.11 to make it work with perl-5.16.0
* a new implementation mapflex and mapfraw routines provides
memory-mapped IO for all platforms including win32 systems.
* the new memory mapped IO support is implemented using
File::Map so version 0.47 has been added as a required
dependency to force automated testing so an automated build
will need this dependency installed.
* various cleanup to existing code to fix warnings generated
by perl versions 5.15.x and higher.
Wed Dec 14 13:00:00 2011 cooloAATTsuse.com
- fix license to be in spdx.org format
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original tar.gz
Wed Apr 13 14:00:00 2011 vcizekAATTnovell.com
- corrected license to BSD and (GPL+ or Artistic)
Wed Apr 13 14:00:00 2011 vcizekAATTnovell.com
- update to 2.4.9
General Notes:
* Fixes a couple of surprise bugs that were discovered
immediately with the PDL-2.4.8 release.
Highlights:
* Fix sf.net bug #3267408 \"t/slice.t crashes in tests 68-70 for BSD\"
* Fix sf.net bug #3190227 \"PDL build fails with parallel GNU make -j3 -j3\"
* Fixed various tempfile name generation problems by switching
to File::Temp instead of hand rolled solutions.
This is the recommended approach going forward.
* Force Convert::UU usage for BSD to work around a t/dumper.t
failure on MirBSD.
Fri Apr 1 14:00:00 2011 vcizekAATTnovell.com
- update to 2.4.8
- many bugs fixed
New Features or Functionality:
* New PDL::Constants module providing PI and E (so far)
* Inplace support added for PDL::Complex operations
* pdldoc and the pdl2/perldl help commands now print all
matches by default when multiple matches are found.
* readflex/writeflex/mapflex now support reading and writing
piddles with bad values in them. This was sf.net feature
request #3028127, \"add badvalue support to FlexRaw\".
* writeflex now supports automatically calling the
writeflexhdr() routine if you have set the variable
$PDL::FlexRaw::writeflexhdr to a true value and are
writing to a file given by filename as argument.
* Updated the error handling for GSL::INTERP to match other
GSL module usages.
* Applied sf.net patch #3209075 IO::HDF square sds
* New binary blob support in PDL::IO::GD::OO
Sun Jan 23 13:00:00 2011 cooloAATTnovell.com
- fix build on 11.4 and ran spec-cleaner
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Fri Aug 20 14:00:00 2010 anickaAATTsuse.cz
- update to 2.4.7
* New 2-D image display routine: imag2d()
* pdl() constructor, a.k.a. PDL->new(), now
takes string arguments with either MATLAB type
concatenation syntax or PDL print output (for
easier cut-and-paste from PDL shell sessions).
* Improved text and comma separated value file
input via rcols(): faster and more flexible.
* A new PDL shell based on Devel::REPL (i.e.,
Moose technology). The new shell supports
more perl syntax (lexical variables and
packages), is more extensible (via a system
of plugins), and supports many forms of file
and variable completion.
Install Devel::REPL and give it a try!
User feedback welcome.
* More portability (builds on more platforms
with more features than ever).
* Many bugs fixed...
Tue Apr 20 14:00:00 2010 davejplaterAATTgmail.com
- Changed build dependency from fftw to fftw3
Tue Apr 6 14:00:00 2010 cooloAATTnovell.com
- disable parallel build to avoid random failures we saw
Fri Feb 26 13:00:00 2010 anickaAATTsuse.cz
- update to 2.4.6
* bugfixes, test fixes
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Sun Nov 29 13:00:00 2009 crrodriguezAATTopensuse.org
- fix build
Fri May 22 14:00:00 2009 anickaAATTsuse.cz
- add the strncat patch
Tue May 19 14:00:00 2009 anickaAATTsuse.cz
- call strncat correctly