Skip to content

Commit d6d59cf

Browse files
committed
2.026
1 parent f0d97e6 commit d6d59cf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.025';
11+
our $VERSION = '2.026';
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.025';
150+
$PDL::VERSION = '2.026';
151151

152152
# Main loader of standard PDL package
153153

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2.025 2020-11-19
27
- fix spellings - thanks @sebastic
38

0 commit comments

Comments
 (0)