Skip to content

Commit

Permalink
Update VERSION to 2.013_04 for more devel
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 5, 2015
1 parent bc2c9b7 commit bda38a5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 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_03';
our $VERSION = '2.013_04';
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_03';
$PDL::VERSION = '2.013_04';

# Main loader of standard PDL package

Expand Down
20 changes: 19 additions & 1 deletion Changes
@@ -1,8 +1,26 @@
v2.013_04 TBD

General Notes:

* This is PDL-2.013_04 which is the fourth 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_03 2015-10-04 12:21:30-04:00

General Notes:

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

Expand Down
10 changes: 1 addition & 9 deletions Known_problems
Expand Up @@ -82,14 +82,11 @@ The following issues have been reported with this version of PDL:


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

397 PDL::FFT not 64bit integer safe
395 ipow (integer exponentiation) support for 64bit index support
393 Tests may fail if perl is compiled with -Duselongdouble

Marked TODO at the moment.

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 All @@ -98,11 +95,6 @@ The following issues have been reported with this version of PDL:
379 Passing qsort an extra argument causes a segfault
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

May be fixed. Please test and confirm.

346 ExtUtils::F77 dependency causing problems for CPAN install
340 orover of byte data returns long type
339 PDL::Complex support is inconsistent and incomplete
334 Test coverage is incomplete
Expand Down

0 comments on commit bda38a5

Please sign in to comment.