Skip to content

Commit

Permalink
2.020
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 12, 2019
1 parent 56782ad commit c24c8fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use PDL::Exporter;
require PDL; # for $VERSION
use DynaLoader;
our @ISA = qw( PDL::Exporter DynaLoader );
our $VERSION = '2.019_06';
our $VERSION = '2.020';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.019_06';
$PDL::VERSION = '2.020';

# Main loader of standard PDL package

Expand Down
7 changes: 4 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2.020 2019-12-12
- no changes from 2.019_06

2.019_06 2019-12-08
- PGPLOT stop accidentally finding own PGPLOT.pm from . in @INC - was loading installed %PDL::Config
- PGPLOT stop accidentally finding own PGPLOT.pm from . in @INC - was loading installed %PDL::Config into Makefile.PL process

2.019_05 2019-12-02
- calloc->malloc+memset, as calloc on Win32 = "free to wrong pool"
Expand Down Expand Up @@ -70,8 +73,6 @@ General Notes:
* Multiple minor fixes, docs, cleanup, and changing
things to point to github away from sf.net.



v2.018_02 2018-04-28 13:46:27-04:00

General Notes:
Expand Down

0 comments on commit c24c8fd

Please sign in to comment.