Navigation Menu

Skip to content

Commit

Permalink
Update VERSION to 2.016_91 for CPAN developers release
Browse files Browse the repository at this point in the history
A.k.a. PDL 2.017 rc 1
  • Loading branch information
devel-chm committed Oct 3, 2016
1 parent 203d5fa commit f153bbc
Show file tree
Hide file tree
Showing 4 changed files with 21 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.016_03';
our $VERSION = '2.016_91';
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.016_03';
$PDL::VERSION = '2.016_91';

# Main loader of standard PDL package

Expand Down
18 changes: 18 additions & 0 deletions Changes
@@ -1,3 +1,20 @@
v2.016_91 2016-10-03 14:03:19-04:00

General Notes:

* This is version 2.016_13 of the Perl Data Language,
a.k.a. PDL-2.017 release candidate 1.

* All but release notes and announcement done...

Highlights:

* Added subtests to primitive.t

* Quiet printf format warning for sizeof()



v2.016_03 2016-10-01 17:51:40-04:00

General Notes:
Expand All @@ -17,6 +34,7 @@ General Notes:
(feature request #80)



v2.016_02 2016-09-21 13:42:15-04:00

General Notes:
Expand Down
2 changes: 1 addition & 1 deletion Known_problems
Expand Up @@ -70,7 +70,7 @@ The following issues have been reported with this version of PDL:


- The following SourceForge bugs are outstanding at time of the
PDL-2.016_03 release:
PDL-2.016_91 release:

425 svd is broken for everything but 2x2 matrices
- pending-fixed, please report any problems
Expand Down

0 comments on commit f153bbc

Please sign in to comment.