File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use PDL::Exporter;
8
8
require PDL; # for $VERSION
9
9
use DynaLoader;
10
10
our @ISA = qw( PDL::Exporter DynaLoader ) ;
11
- our $VERSION = ' 2.019_06 ' ;
11
+ our $VERSION = ' 2.020 ' ;
12
12
bootstrap PDL::Core $VERSION ;
13
13
use PDL::Types ' :All' ;
14
14
use Config;
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ start-up modules.
147
147
148
148
149
149
# set the version:
150
- $PDL::VERSION = ' 2.019_06 ' ;
150
+ $PDL::VERSION = ' 2.020 ' ;
151
151
152
152
# Main loader of standard PDL package
153
153
Original file line number Diff line number Diff line change
1
+ 2.020 2019-12-12
2
+ - no changes from 2.019_06
3
+
1
4
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
3
6
4
7
2.019_05 2019-12-02
5
8
- calloc->malloc+memset, as calloc on Win32 = "free to wrong pool"
@@ -70,8 +73,6 @@ General Notes:
70
73
* Multiple minor fixes, docs, cleanup, and changing
71
74
things to point to github away from sf.net.
72
75
73
-
74
-
75
76
v2.018_02 2018-04-28 13:46:27-04:00
76
77
77
78
General Notes:
You can’t perform that action at this time.
0 commit comments