Skip to content

Commit

Permalink
Update VERSION to 2.013_01 and prepare for CPAN devel release
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Sep 26, 2015
1 parent c3583bd commit d2e1272
Show file tree
Hide file tree
Showing 5 changed files with 22 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';
our $VERSION = '2.013_01';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Expand Up @@ -146,7 +146,7 @@ start-up modules.


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

# Main loader of standard PDL package

Expand Down
18 changes: 18 additions & 0 deletions Changes
@@ -1,3 +1,21 @@
v2.013 2015-09-26 17:39:41-04:00

General Notes:

* This is PDL-2.013_01 which is the first 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:

* TBD



v2.013 2015-08-14 08:37:15-04:00

General Notes:
Expand Down
2 changes: 1 addition & 1 deletion Known_problems
Expand Up @@ -95,7 +95,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 release:
PDL-2.013_01 release:

393 Tests may fail if perl is compiled with -Duselongdouble
392 Inline Pdlpp doesn't work in clean build tree
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -678,6 +678,7 @@ t/bad.t
t/badvalue_scalar_cmp.t
t/basic.t
t/bess.t
t/bigmem.t
t/bool.t
t/callext.c
t/callext.t
Expand Down

0 comments on commit d2e1272

Please sign in to comment.