{"id":19795610,"url":"https://github.com/dkogan/pdl","last_synced_at":"2025-05-01T03:30:30.203Z","repository":{"id":136714594,"uuid":"1720933","full_name":"dkogan/PDL","owner":"dkogan","description":"Mirror of the PDL project","archived":false,"fork":false,"pushed_at":"2013-12-02T07:11:45.000Z","size":33576,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T08:07:24.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pdl.perl.org","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkogan.png","metadata":{"files":{"readme":"README","changelog":"Changes_CVS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-05-09T03:18:13.000Z","updated_at":"2023-04-30T04:05:57.000Z","dependencies_parsed_at":"2023-03-15T04:01:33.017Z","dependency_job_id":null,"html_url":"https://github.com/dkogan/PDL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2FPDL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2FPDL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2FPDL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkogan%2FPDL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkogan","download_url":"https://codeload.github.com/dkogan/PDL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251817809,"owners_count":21648811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T07:16:51.466Z","updated_at":"2025-05-01T03:30:29.005Z","avatar_url":"https://github.com/dkogan.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"++ WARNING: There is absolutely no warranty for this software ++\n++ package. See the file COPYING for details.                 ++\n\nImportant reading\n\nPlease check the following files for further information\n*BEFORE* sending us your questions:\n\nINSTALL \t\tBasic installation instructions\n\nINTERNATIONALIZATION    Notes re PDL i18n issue and status\n\nDEPENDENCIES\t\tOther software that PDL relies on (and where to get it)\n\nRelease_Notes\t\tA list of features or issues with regard to the\n                        current version, always worth checking!\n\nKnown_problems\t \tCheck before you report problems\n\nBUGS\t\t\tHow to make a bug report\n\nperldl.conf\t\tPDL configuration options\n\nBasic/Pod/FAQ.pod \tThe FAQ in pod format\n\t\t\tTry 'perldoc PDL::FAQ' after installation.\n\nBasic/Pod/QuickStart.pod\n\t\t\tA quick overview of PDL\n\t\t\tTry 'perldoc PDL::QuickStart' after installation.\n\nBasic/Pod/BadValues.pod\n                        A discussion of the bad value support in PDL\n\nDEVELOPMENT\t\tHow to participate in the development of PDL\n\n\n\n*NOTE*  Most PDL documentation is available online within the PDL shell,\n        pdl2 (or perldl).  Try the help command within either shell.\n\n\n\nPDL -- the package\n------------------\nThe Perl Data Language (a.k.a. PerlDL or PDL) project aims to turn perl\ninto an efficient numerical language for scientific computing. The PDL\nmodule gives standard perl the ability to COMPACTLY store and SPEEDILY\nmanipulate the large N-dimensional data sets which are the bread and\nbutter of scientific computing.  e.g. $a=$b+$c can add two 2048x2048\nimages in only a fraction of a second.\n\nThe aim is to provide tons of useful functionality for scientific and\nnumeric analysis.\n\nCheck the pdl web site at http://pdl.perl.org for more information.\n\n\n\nInstallation\n------------\nPlease read the file INSTALL for information on how to\nconfigure and install PDL.  The Release_Notes and Known_problems\nfiles contain important version specific information.\n\nOnce you have built PDL and either installed it or done\n'make doctest', try either\n\n\tperl -Mblib Perldl2/pdl2\n\nfrom within the root of the PDL tree or just\n\n\tpdl2\n\t\nif you have installed PDL already ('make install') to get the\ninteractive PDL shell.  In this shell, 'help' gives you\naccess to PDL documentation for each function separately\n('help help' for more about this) and 'demo' gives you some\nbasic examples of what you can do.\n\n\n\nBug Reports\n-----------\nYou can check the existing PDL bugs on sourceforge at\n\n\thttp://sourceforge.net/tracker/?group_id=612\u0026atid=100612\n\nThe mailing list archives can be searched/read at\n\n\thttp://mailman.jach.hawaii.edu/pipermail/perldl/\n\thttp://mailman.jach.hawaii.edu/pipermail/pdl-porters/\n\nQuestions about problems and possible bugs can be discussed\nvia the perldl mailing list.  This is very useful if you are\nnot sure what you have is a bug or not.  For example, the list\nis the place to go for install problems.\n\nIf you need to post a problem report, and after checking with\nthe perldl list that it *is* a bug, please use the sourceforge.net\ntracker system following the guidance in the BUGS file:\n\n\thttp://sourceforge.net/tracker/?group_id=612\u0026atid=100612\n\n\n\nNotes\n-----\nDirectory structure:\n\nBasic/\t   - The stuff that PDL would be no use without\nDemos/     - Showcase for PDL, type demo at the perldl prompt.\nDoc/       - Modules for building/using the PDL documentation database\nExample/   - Sample programs using PDL\nGraphics/  - The stuff that PDL needs to make pictures\nIO/\t   - The stuff that PDL needs to write and read strange files\nLib/\t   - The stuff that PDL would still be useful without but\n\t       which makes PDL even more useful\nPerldl2/   - The PDL shell version 2 source and development\nTestTools/ - Tools for testing PDL\ncygwin/    - Platform specific information\ndebian/    - Platform specific information\ninc/       - Local module directory for PDL build process development\nmacosx/    - Platform specific information\nt/         - PDL tests directory\nutils/     - Utilities relating to PDL\nwin32/     - Platform specific information\n\n\n\nComments are welcome - so are volunteers to write code and documentation!\nPlease contact the developers mailing list pdl-porters@jach.hawaii.edu\n(subscription address: pdl-porters-request@jach.hawaii.edu) with ideas\nand suggestions.\n\n  The pdl-porters team.\n\n\n\nCompilation Reports:\n--------------------\nThe CPAN Testers' result page provides a database showing the results\nof compiling PDL and many other CPAN packages on multiple platforms.\nSee http://testers.cpan.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkogan%2Fpdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkogan%2Fpdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkogan%2Fpdl/lists"}