Skip to content

Commit

Permalink
Update VERSION and prep for 2.013_03 CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 4, 2015
1 parent 3efe3fd commit bc2c9b7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Expand Up @@ -8,7 +8,7 @@ use PDL::Exporter;
require PDL; # for $VERSION
use DynaLoader;
our @ISA = qw( PDL::Exporter DynaLoader );
our $VERSION = '2.013_02';
our $VERSION = '2.013_03';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Expand Up @@ -147,7 +147,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.013_02';
$PDL::VERSION = '2.013_03';

# Main loader of standard PDL package

Expand Down
24 changes: 24 additions & 0 deletions Changes
@@ -1,3 +1,27 @@
v2.013_03 2015-10-04 12:21:30-04:00

General Notes:

* This is PDL-2.013_03 which is the second CPAN
developers release for PDL with newly completed
support for 64bit indexing.

* Needs testing for piddles with more than 2**32
elements but all checks pass so far.


Highlights:

* More clean-up to handle perls with long double NVs
Loss of precision will be warned on "use PDL;"

* Skipping t/bigmem.t to avoid OOM CPAN Testers fails.

* Minor fixes to C code to meet stricter compiler
and C99 requirements.



v2.013_02 2015-10-03 08:40:08-04:00

General Notes:
Expand Down
8 changes: 7 additions & 1 deletion Known_problems
@@ -1,6 +1,12 @@
The following issues have been reported with this version of PDL:


- For perls with long double or greater for NVTYPE, there
is an unavoidable loss of precision in converting to/from
the PDL_Double values. This may effect the results of
calculations.


- A bug in Netpbm from versions 10.56.00 through 10.61.2 may
result in a an invalid conversion of RAST images to PNM
format on some platforms, resulting in a failed picrgb test.
Expand Down Expand Up @@ -76,7 +82,7 @@ The following issues have been reported with this version of PDL:


- The following SourceForge bugs are outstanding at time of the
PDL-2.013_02 release:
PDL-2.013_03 release:

397 PDL::FFT not 64bit integer safe
395 ipow (integer exponentiation) support for 64bit index support
Expand Down

0 comments on commit bc2c9b7

Please sign in to comment.