Skip to content

Commit c24c8fd

Browse files
committed
2.020
1 parent 56782ad commit c24c8fd

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Basic/Core/Core.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use PDL::Exporter;
88
require PDL; # for $VERSION
99
use DynaLoader;
1010
our @ISA = qw( PDL::Exporter DynaLoader );
11-
our $VERSION = '2.019_06';
11+
our $VERSION = '2.020';
1212
bootstrap PDL::Core $VERSION;
1313
use PDL::Types ':All';
1414
use Config;

Basic/PDL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ start-up modules.
147147

148148

149149
# set the version:
150-
$PDL::VERSION = '2.019_06';
150+
$PDL::VERSION = '2.020';
151151

152152
# Main loader of standard PDL package
153153

Changes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
2.020 2019-12-12
2+
- no changes from 2.019_06
3+
14
2.019_06 2019-12-08
2-
- PGPLOT stop accidentally finding own PGPLOT.pm from . in @INC - was loading installed %PDL::Config
5+
- PGPLOT stop accidentally finding own PGPLOT.pm from . in @INC - was loading installed %PDL::Config into Makefile.PL process
36

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

73-
74-
7576
v2.018_02 2018-04-28 13:46:27-04:00
7677

7778
General Notes:

0 commit comments

Comments
 (0)