Skip to content

Commit

Permalink
Ufunc::{csumover,cprodover,ccumusumover,ccumuprodover} removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 23, 2024
1 parent 1902a0d commit 131a2e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions Basic/lib/PDL/Ufunc.pd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use warnings;
use PDL::Types qw(types ppdefs_complex ppdefs_all);

my $T = [map $_->ppsym, grep $_->integer, types];
my $C = [ppdefs_complex];
my $A = [ppdefs_all];

pp_addpm({At=>'Top'},<<'EOD');
Expand Down Expand Up @@ -132,10 +131,6 @@ EOF
Doc => projectdocs( $name, $_->[0].$func, $_->[3] ),
) for (
['', 'int+', $A, ''],
['c', 'cdouble', $C,
"Unlike L</$func>, the calculations are performed in complex double
precision."
],
['d', 'double', undef,
"Unlike L</$func>, the calculations are performed in double precision."
],
Expand All @@ -158,10 +153,6 @@ EOF
Doc => cumuprojectdocs( $name, $_->[0].$cfunc, $_->[3] ),
) for (
['', 'int+', $A, ''],
['c', 'cdouble', $C,
"Unlike L</$cfunc>, the calculations are performed in complex double
precision."
],
['d', 'double', undef,
"Unlike L</$cfunc>, the calculations are performed in double precision."
],
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- PDL::GSL now requires GSL >= 2.0
- PDL::GSLSF::* now merged into PDL::GSL::SF
- incorporate PDL::Stats::Distr into PDL::GSL since needs GSL
- Ufunc::{csumover,cprodover,ccumusumover,ccumuprodover} removed

2.095 2024-11-03
- add PDL_GENTYPE_IS_{REAL,FLOATREAL,COMPLEX,SIGNED,UNSIGNED}_##ppsym (#502)
Expand Down

0 comments on commit 131a2e0

Please sign in to comment.