We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc6e93 commit ec22ed4Copy full SHA for ec22ed4
Changes
@@ -1,3 +1,4 @@
1
+0.43 2025-01-02
2
- fix Pars so their [io] or [o] matches docs enough - THIS CHANGES RETURN SIGNATURES (#28) - thanks @wlmb for report
3
- added [o] or [io] to Pars for real and complex: gtsv geev ggev gglse ggglm syevx/cheevx syevr/cheevr
4
- removed [io] from Pars in real and complex: trevc tgevc
lib/PDL/LinearAlgebra.pm
@@ -19,7 +19,7 @@ use constant {
19
20
use strict;
21
22
-our $VERSION = '0.42';
+our $VERSION = '0.43';
23
$VERSION = eval $VERSION;
24
25
@PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
0 commit comments