PDL 2.099 Latest
Kwalitee Issues
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: META.json,META.yml
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: PDL::Demos::BAD_demo, PDL::Demos::Cartography_demo, PDL::Demos::Func_demo, PDL::Demos::General, PDL::Demos::Sound, PDL::Demos::Transform_demo, PDL::FFT
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: GENERATED/PDL/Bad.pm, GENERATED/PDL/Compression.pm, GENERATED/PDL/FFT.pm, GENERATED/PDL/IO/Misc.pm, GENERATED/PDL/IO/Pnm.pm, GENERATED/PDL/Image2D.pm, GENERATED/PDL/ImageND.pm, GENERATED/PDL/ImageRGB.pm, GENERATED/PDL/Math.pm, GENERATED/PDL/MatrixOps.pm, GENERATED/PDL/Ops.pm, GENERATED/PDL/Primitive.pm, GENERATED/PDL/Slices.pm, GENERATED/PDL/Transform.pm, GENERATED/PDL/Ufunc.pm
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: PDL::Bad, PDL::Demos::BAD_demo, PDL::Demos::Cartography_demo, PDL::Demos::Func_demo, PDL::Demos::General, PDL::Demos::Sound, PDL::Demos::Transform_demo, PDL::FFT, PDL::MatrixOps
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/PDL/Lite.pm: HASH(0x55775f634f30)
- lib/PDL/LiteF.pm: HASH(0x55775f76dcf0)
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.000003,0.001,0.02,0.07,0.22,0.4,0.5,0.6,0.92,1.001,1.003002,1.1,2.009,2.096,2.099,2.3
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Inline::Pdlpp | Write PDL Subroutines inline with PDL::PP | 0.4 | metacpan |
PDL | the Perl Data Language | 2.099 | metacpan |
PDL::Bad | PDL always processes bad values | metacpan | |
PDL::Basic | Basic utility functions for PDL | metacpan | |
PDL::Char | PDL subclass which allows reading and writing of fixed-length character strings as byte PDLs | metacpan | |
PDL::Complex::Overloads | subclass of Math::Complex with overload fallbacks | metacpan | |
PDL::Compression | compression utilities | metacpan | |
PDL::Config | vestige of configuration for PDL | metacpan | |
PDL::Constants | basic compile time constants for PDL | 0.02 | metacpan |
PDL::Core | fundamental PDL functionality and vectorization/broadcasting | 2.096 | metacpan |
PDL::Core::Dev | PDL development module | metacpan | |
PDL::Dbg | functions to support debugging of PDL scripts | metacpan | |
PDL::Demos | PDL demo infrastructure | metacpan | |
PDL::Demos::BAD_demo | metacpan | ||
PDL::Demos::Cartography_demo | metacpan | ||
PDL::Demos::Func_demo | metacpan | ||
PDL::Demos::General | metacpan | ||
PDL::Demos::Sound | play PDL-generated sounds | metacpan | |
PDL::Demos::Transform_demo | metacpan | ||
PDL::DiskCache | Non-memory-resident array object | 1.1 | metacpan |
PDL::Doc | support for PDL online documentation | metacpan | |
PDL::Doc::Perldl | commands for accessing PDL doc database from 'perldl' shell | metacpan | |
PDL::Exporter | PDL export control | metacpan | |
PDL::FFT | FFTs for PDL | metacpan | |
PDL::Func | interpolation, integration, & gradient estimation (differentiation) of functions | metacpan | |
PDL::IO::Dumper | data dumping for structs with PDLs | 1.003002 | metacpan |
PDL::IO::FITS | Simple FITS support for PDL | 0.92 | metacpan |
PDL::IO::FastRaw | A simple, fast and convenient io format for PerlDL. | 0.000003 | metacpan |
PDL::IO::FlexRaw | A flexible binary I/O format for PerlDL | metacpan | |
PDL::IO::Misc | misc IO routines for PDL | metacpan | |
PDL::IO::Pic | image I/O for PDL | metacpan | |
PDL::IO::Pnm | pnm format I/O for PDL | metacpan | |
PDL::IO::STL | read/write 3D stereolithography files | 0.001 | metacpan |
PDL::IO::Storable | helper functions to make PDL usable with serialisation packages | 2.096 | metacpan |
PDL::Image2D | Miscellaneous 2D image processing functions | metacpan | |
PDL::ImageND | useful image processing in N dimensions | metacpan | |
PDL::ImageRGB | some utility functions for RGB image data handling | metacpan | |
PDL::Install::Files | Module for use by L<ExtUtils::Depends> and L<Inline> | 2.009 | metacpan |
PDL::Lite | minimum PDL module OO loader | metacpan | |
PDL::LiteF | minimum PDL module function loader | metacpan | |
PDL::Math | extended mathematical operations and special functions | metacpan | |
PDL::Matrix | a convenience matrix class for column-major access | 0.5 | metacpan |
PDL::MatrixOps | Some Useful Matrix Operations | metacpan | |
PDL::NiceSlice | toward a nicer slicing syntax for PDL | 1.001 | metacpan |
PDL::Ops | Fundamental mathematical operators | metacpan | |
PDL::Options | simplifies option passing by hash in PerlDL | 0.92 | metacpan |
PDL::PP | Generate PDL routines from concise descriptions | 2.3 | metacpan |
PDL::Parallel::threads | sharing PDL data between Perl threads | 0.07 | metacpan |
PDL::Parallel::threads::SIMD | launch and synchronize Single-Instruction-Multiple-Dataset code | 0.02 | metacpan |
PDL::Primitive | primitive operations for pdl | metacpan | |
PDL::Reduce | a C<reduce> function for PDL | metacpan | |
PDL::Slices | Indexing, slicing, and dicing | metacpan | |
PDL::Transform | Coordinate transforms, image warping, and N-D functions | metacpan | |
PDL::Transform::Cartography | Useful cartographic projections | 0.6 | metacpan |
PDL::Types | define fundamental PDL Datatypes | metacpan | |
PDL::Ufunc | primitive ufunc operations for pdl | metacpan | |
Test::Deep::PDL | Test ndarrays inside data structures with Test::Deep | 0.22 | metacpan |
Test::PDL | Test Perl Data Language arrays (a.k.a. ndarrays) for equality | 0.22 | metacpan |