Codebase list libpdl-ccs-perl / ef3c85d
Update upstream source from tag 'upstream/1.23.21' Update to upstream version '1.23.21' with Debian dir 57649499127d929d39afb7bca5815b5aabfca76c Bas Couwenberg 1 year, 23 days ago
23 changed file(s) with 28 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
1111 use PDL::CCS::Ops;
1212 use strict;
1313
14 our $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
14 our $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
1515 our @ISA = ('PDL::Exporter');
1616 our @ccs_binops = (qw(plus minus mult divide modulo power),
1717 qw(gt ge lt le eq ne spaceship),
88 use PDL;
99 use strict;
1010
11 our $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
11 our $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
1212 our @ISA = ('PDL::Exporter');
1313 our @EXPORT_OK =
1414 (
88 use Carp qw(confess);
99 use strict;
1010
11 our $VERSION = '1.23.20';
11 our $VERSION = '1.23.21';
1212 our @ISA = ('PDL::Exporter');
1313 our @EXPORT_OK =
1414 (
99 use Carp qw(confess);
1010 use strict;
1111
12 our $VERSION = '1.23.20';
12 our $VERSION = '1.23.21';
1313 our @ISA = ('PDL::Exporter');
1414 our @EXPORT_OK =
1515 (
1111 use Carp qw(confess);
1212 use strict;
1313
14 our $VERSION = '1.23.20';
14 our $VERSION = '1.23.21';
1515 our @ISA = ('PDL::Exporter');
1616 our @EXPORT_OK = qw(ccs_writefraw ccs_readfraw ccs_mapfraw);
1717 our %EXPORT_TAGS =
1212 use Carp qw(confess);
1313 use strict;
1414
15 our $VERSION = '1.23.20';
15 our $VERSION = '1.23.21';
1616 our @ISA = ('PDL::Exporter');
1717 our @EXPORT_OK =
1818 (
1212 use Carp qw(confess);
1313 use strict;
1414
15 our $VERSION = '1.23.20';
15 our $VERSION = '1.23.21';
1616 our @ISA = ('PDL::Exporter');
1717 our @EXPORT_OK =
1818 (
1111 use Carp qw(confess);
1212 use strict;
1313
14 our $VERSION = '1.23.20';
14 our $VERSION = '1.23.21';
1515 our @ISA = ('PDL::Exporter');
1616 our @EXPORT_OK =
1717 (
1212
1313
1414
15 $PDL::CCS::MatrixOps::VERSION = 1.23.20;
15 $PDL::CCS::MatrixOps::VERSION = 1.23.21;
1616 @ISA = ( 'PDL::Exporter','DynaLoader' );
1717 push @PDL::Core::PP, __PACKAGE__;
1818 bootstrap PDL::CCS::MatrixOps $VERSION;
44 ##======================================================================
55
66 use PDL::VectorValued::Dev;
7 my $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
7 my $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
88 pp_setversion($VERSION);
99
1010 ##-- for integer-type keys
1818 *can = \&UNIVERSAL::can;
1919 }
2020
21 our $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
21 our $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
2222 our @ISA = qw();
2323 our %EXPORT_TAGS =
2424 (
1212
1313
1414
15 $PDL::CCS::Ops::VERSION = 1.23.20;
15 $PDL::CCS::Ops::VERSION = 1.23.21;
1616 @ISA = ( 'PDL::Exporter','DynaLoader' );
1717 push @PDL::Core::PP, __PACKAGE__;
1818 bootstrap PDL::CCS::Ops $VERSION;
44 ##======================================================================
55
66 use PDL::VectorValued::Dev;
7 my $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
7 my $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
88 pp_setversion($VERSION);
99
1010 ##------------------------------------------------------
1212
1313
1414
15 $PDL::CCS::Ufunc::VERSION = 1.23.20;
15 $PDL::CCS::Ufunc::VERSION = 1.23.21;
1616 @ISA = ( 'PDL::Exporter','DynaLoader' );
1717 push @PDL::Core::PP, __PACKAGE__;
1818 bootstrap PDL::CCS::Ufunc $VERSION;
44 ##======================================================================
55
66 use PDL::VectorValued::Dev;
7 my $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
7 my $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
88 pp_setversion($VERSION);
99
1010 ##------------------------------------------------------
1212
1313
1414
15 $PDL::CCS::Utils::VERSION = 1.23.20;
15 $PDL::CCS::Utils::VERSION = 1.23.21;
1616 @ISA = ( 'PDL::Exporter','DynaLoader' );
1717 push @PDL::Core::PP, __PACKAGE__;
1818 bootstrap PDL::CCS::Utils $VERSION;
44 ##======================================================================
55
66 use PDL::VectorValued::Dev;
7 my $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
7 my $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
88 pp_setversion($VERSION);
99
1010 ##------------------------------------------------------
3636
3737 ##-- 1..2
3838 my $awhich_want = pdl(long, [[0,0],[0,1],[0,3],[1,1],[1,2],[1,4],[1,5],[2,2],[2,3],[3,2],[3,3],[3,4],[4,0],[4,3],[4,4],[4,5]]);
39 my $avals_want_raw = pdl([10,3,3,9,7,8,4,8,8,7,7,9,-2,5,9,2]);
40 my $avals_want = $a->indexND($awhich_want);
39 #my $avals_want = pdl([10,3,3,9,7,8,4,8,8,7,7,9,-2,5,9,2]); # this is what we expect to expect
40 my $avals_want = $a->indexND($awhich_want); # ... but what we actually expect is whatever PDL::indexND() does
4141 pdlok("whichND", $awhich,$awhich_want);
4242 pdlok("vals", $avals, $avals_want);
4343
22 ## Description: set version for PDL::CCS
33
44 package PDL::CCS::Version;
5 our $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
5 our $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
66
77 1; ##-- make perl happy
1414 use PDL::CCS::IO::FastRaw;
1515 use strict;
1616
17 our $VERSION = '1.23.20'; ##-- update with perl-reversion from Perl::Version module
17 our $VERSION = '1.23.21'; ##-- update with perl-reversion from Perl::Version module
1818 our @ISA = ('PDL::Exporter');
1919 our @EXPORT_OK =
2020 (
33 "Bryan Jurish"
44 ],
55 "dynamic_config" : 1,
6 "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
6 "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "perl_5"
99 ],
5454 "web" : "https://github.com/moocow-the-bovine/PDL-CCS"
5555 }
5656 },
57 "version" : "v1.23.20",
58 "x_serialization_backend" : "JSON::PP version 4.02"
57 "version" : "v1.23.21",
58 "x_serialization_backend" : "JSON::PP version 4.06"
5959 }
1111 PDL: '2.019'
1212 PDL::VectorValued: v1.0.4
1313 dynamic_config: 1
14 generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
14 generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010'
1515 license: perl
1616 meta-spec:
1717 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2727 PDL::VectorValued: v1.0.4
2828 resources:
2929 repository: git://github.com/moocow-the-bovine/PDL-CCS.git
30 version: v1.23.20
30 version: v1.23.21
3131 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
120120 my $ok = (defined($got) && defined($want)
121121 && cmp_dims($got,$want)
122122 && all(matchpdla($want,$got,$eps)));
123 isok(labstr($label,$ok,$got,$want), $ok);
123 isok(labstr($label,$ok,$got,$want), $ok)
124 or diag "got=$got\nwant=$want";
124125 }
125126
126127