File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
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.025 ' ;
11
+ our $VERSION = ' 2.026 ' ;
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.025 ' ;
150
+ $PDL::VERSION = ' 2.026 ' ;
151
151
152
152
# Main loader of standard PDL package
153
153
Original file line number Diff line number Diff line change
1
+ 2.026 2021-02-13
2
+ - fix GSL build errors, improve docs - thanks @d-lamb
3
+ - rfits properly treats BLANK in rice-compressed - thanks @d-lamb
4
+ - added Floyd-Warshall example to MATLAB comparison doc
5
+
1
6
2.025 2020-11-19
2
7
- fix spellings - thanks @sebastic
3
8
You can’t perform that action at this time.
0 commit comments