Skip to content

Commit

Permalink
Update VERSION to 2.010 and Known_problems and Release_Notes for CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Jun 2, 2015
1 parent 8e9bc6a commit cb7e307
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Expand Up @@ -146,7 +146,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.009_01';
$PDL::VERSION = '2.010';

# Main loader of standard PDL package

Expand Down
10 changes: 5 additions & 5 deletions Known_problems
Expand Up @@ -95,19 +95,19 @@ The following issues have been reported with this version of PDL:


- The following SourceForge bugs are outstanding at time of the
PDL-2.009_01 release:
PDL-2.010 release:

384 pdldoc.db is getting invalid paths to files on cygwin
383 gcc/#gfortran 4.9.2 needs -lquadmath
383 gcc/gfortran 4.9.2 needs -lquadmath
382 plplot-5.11.0 comes with libplplot.a but missing libplplotd.a
381 rpic/#rim fail to read files with whitespace in the filename
380 PDL Install hangs on t/#flexraw_fortran.t
381 rpic/rim fail to read files with whitespace in the filename
380 PDL Install hangs on t/flexraw_fortran.t
379 Passing qsort an extra argument causes a segfault
378 where on dice of pdl bad results
366 many warnings in t/transform.t with use strict; use warnings;
364 type promotion in whistogram is based upon the index, not the weight
354 filter demo list by actually available
347 t/#pdl_from_string.t has a failure if BADVAL_NAN=1
347 t/pdl_from_string.t has a failure if BADVAL_NAN=1
346 ExtUtils::F77 dependency causing problems for CPAN install
343 longlong constructor and display lose digits due to implicit double precision conversions
340 orover of byte data returns long type
Expand Down
51 changes: 51 additions & 0 deletions Release_Notes
@@ -1,3 +1,54 @@
Release Notes for PDL 2.010 -----------------------------

+---------------------------------------------------------------+
| BE WARNED: This release includes an update to the internal, |
| C-level PDL API for PDL versions 2.007 and earlier. This |
| will require that you re-build any PP or XS modules. Do not |
| upgrade or install over an existing PDL installation unless |
| you are prepared to do so!!! |
+---------------------------------------------------------------+

General Notes:

* This is PDL-2.010 it is essentially PDL-2.008 with some
fixes for some minor issues.

* perl 5.10.x is now the minimum version of perl
supported by PDL-2.008 and later.

* PDL::FFTW is no longer part of the PDL Core.
Please use PDL::FFTW3 from CPAN (Dima Kogan)
with Alien::FFTW3 support (Craig DeForest)

* PDL::Graphics::PLplot is no longer included in
the PDL core distribution. Please install from
CPAN directly.

* 50 sf.net bug tickets closed/fixed since PDL-2.007!

* Partial 64bit indexing support with some fixes
to remaining issues. Full 64bit support for perl
modulus operater ('%') is in progress.

* Major clean up and rework of the core PDL
computation code, the build process, test suites,
and updating to reflect more of the best practices
for perl module development.

* The PDL development has moved to github and now
has added continuous commit testing via the
Travis-CI framework. The git workflow is now
inline with current practices and it is expected
that this will allow more contributions and "eyes
on the code".


Highlights:

* See PDL 2.008 Highlights below.



Release Notes for PDL 2.009_01 -----------------------------

+---------------------------------------------------------------+
Expand Down

0 comments on commit cb7e307

Please sign in to comment.