Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update VERSION to 2.014 for CPAN release tests
Also added comment in pdlcore.h documenting PDL
core version 12 for PDL_Anyval union type and full
64bit support.
  • Loading branch information
devel-chm committed Oct 12, 2015
1 parent 8383855 commit 1ef94dd
Show file tree
Hide file tree
Showing 5 changed files with 18 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_06';
our $VERSION = '2.014';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
1 change: 1 addition & 0 deletions Basic/Core/pdlcore.h.PL
Expand Up @@ -24,6 +24,7 @@ use vars qw( %PDL_DATATYPES );
# version 9 for STRLEN/Size_t/Off_t for mmap delete magic
# version 10 for 64bit index support (PDL index datatype)
# version 11 for core cleanup (proto-PDL-3)
# version 12 for PDL_Anyval union data type (full 64bit support)
use vars qw( $pdl_core_version );
$pdl_core_version = 12;

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_06';
$PDL::VERSION = '2.014';

# Main loader of standard PDL package

Expand Down
14 changes: 14 additions & 0 deletions Changes
@@ -1,3 +1,17 @@
v2.014 2015-10-12 10:57:27-04:00

General Notes:

* This is PDL-2.014 with full support for indexing
operations with 64bit integers (PDL_Indx).


Highlights:

* TBD



v2.013_06 2015-10-10 16:04:14-04:00

General Notes:
Expand Down
2 changes: 1 addition & 1 deletion Known_problems
Expand Up @@ -82,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_06 release:
PDL-2.014 release:

402 Add support for $PDL::indxformat to piddle stringify operation
397 PDL::FFT not 64bit integer safe
Expand Down

0 comments on commit 1ef94dd

Please sign in to comment.