Navigation Menu

Skip to content

Commit

Permalink
Update VERSION etc for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 9, 2015
1 parent e9f4dc3 commit 701a195
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 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_04';
our $VERSION = '2.013_05';
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_04';
$PDL::VERSION = '2.013_05';

# Main loader of standard PDL package

Expand Down
18 changes: 18 additions & 0 deletions Changes
@@ -1,3 +1,21 @@
v2.013_05 2015-10-08 07:14:19-04:00

General Notes:

* This is PDL-2.013_05 (a.k.a. PDL-2.014 rc 1) which
is the fifth 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:

* Fix problem with broken t/opengl.t for testers



v2.013_04 TBD

General Notes:
Expand Down
5 changes: 0 additions & 5 deletions Known_problems
Expand Up @@ -86,11 +86,6 @@ The following issues have been reported with this version of PDL:

402 Add support for $PDL::indxformat to piddle stringify operation
397 PDL::FFT not 64bit integer safe
393 Tests may fail if perl is compiled with -Duselongdouble

The tests are all marked TODO so that roundoff error
in the float/double calculations don't cause FAILs

392 Inline Pdlpp doesn't work in clean build tree
391 Operators called in the form "explicit call with trailing 0" give syntax error
384 pdldoc.db is getting invalid paths to files on cygwin
Expand Down

0 comments on commit 701a195

Please sign in to comment.