From d6d59cfa385c55c3bd5612f839d455acfefda9b0 Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 13 Feb 2021 18:58:58 +0000 Subject: [PATCH] 2.026 --- Basic/Core/Core.pm | 2 +- Basic/PDL.pm | 2 +- Changes | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Basic/Core/Core.pm b/Basic/Core/Core.pm index 7e13dc3c0..05949857d 100644 --- a/Basic/Core/Core.pm +++ b/Basic/Core/Core.pm @@ -8,7 +8,7 @@ use PDL::Exporter; require PDL; # for $VERSION use DynaLoader; our @ISA = qw( PDL::Exporter DynaLoader ); -our $VERSION = '2.025'; +our $VERSION = '2.026'; bootstrap PDL::Core $VERSION; use PDL::Types ':All'; use Config; diff --git a/Basic/PDL.pm b/Basic/PDL.pm index 19e74ce3f..6cf13b2e4 100644 --- a/Basic/PDL.pm +++ b/Basic/PDL.pm @@ -147,7 +147,7 @@ start-up modules. # set the version: -$PDL::VERSION = '2.025'; +$PDL::VERSION = '2.026'; # Main loader of standard PDL package diff --git a/Changes b/Changes index a69ffa125..3988f84fe 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +2.026 2021-02-13 +- fix GSL build errors, improve docs - thanks @d-lamb +- rfits properly treats BLANK in rice-compressed - thanks @d-lamb +- added Floyd-Warshall example to MATLAB comparison doc + 2.025 2020-11-19 - fix spellings - thanks @sebastic