{"id":17146829,"url":"https://github.com/terryyz/pyarmadillo","last_synced_at":"2025-06-15T22:10:08.379Z","repository":{"id":108645287,"uuid":"335128080","full_name":"terryyz/PyArmadillo","owner":"terryyz","description":"PyArmadillo: an alternative approach to linear algebra in Python","archived":false,"fork":false,"pushed_at":"2021-02-11T03:12:41.000Z","size":17,"stargazers_count":61,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T10:53:55.563Z","etag":null,"topics":["armadillo-library","calculations","data-science","linear-algebra","machine-learning"],"latest_commit_sha":null,"homepage":"https://pyarma.sourceforge.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terryyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-02T01:00:16.000Z","updated_at":"2024-09-26T09:23:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"eed7201d-9d79-4cd8-8df3-fd3dfbb9001c","html_url":"https://github.com/terryyz/PyArmadillo","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terryyz%2FPyArmadillo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terryyz%2FPyArmadillo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terryyz%2FPyArmadillo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terryyz%2FPyArmadillo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terryyz","download_url":"https://codeload.github.com/terryyz/PyArmadillo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248216476,"owners_count":21066630,"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":["armadillo-library","calculations","data-science","linear-algebra","machine-learning"],"created_at":"2024-10-14T21:09:40.619Z","updated_at":"2025-04-10T12:05:00.051Z","avatar_url":"https://github.com/terryyz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nPyArmadillo\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://gitlab.com/jason-rumengan/pyarma\"\u003e\n        \u003cimg alt=\"GitLab\" src=\"https://img.shields.io/badge/gitlab-pyarma-orange\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://ci.appveyor.com/project/jason-rumengan/pyarma\"\u003e\n        \u003cimg src=\"https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://gitlab.com/jason-rumengan/pyarma/-/blob/main/LICENSE\"\u003e\n        \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-Apache--2.0-blue\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pyarma.sourceforge.io\"\u003e\n        \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/website-online-brightgreen\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/pyarma\"\u003e\n        \u003cimg alt=\"PyPI release\" src=\"https://img.shields.io/badge/release-v0.500.0-blue\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pyarma.sourceforge.io/pyarmadillo_tech_report_2021.pdf\"\u003e\n        \u003cimg alt=\"Citation\" src=\"https://img.shields.io/badge/citation-tech_report-brightgreen\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003e\n\u003cp\u003eAn alternative approach to linear algebra in Python\n\u003c/h3\u003e\n\n## Quick Installation\n* Currently, PyArmadillo only supports `pip`. But it will support `conda` in the next step.\n* The installation process is much easier as a precompiled version of PyArmadillo is available via the Python Package Index (PyPI).\n* Use the following command for installation:  \n`pip3 install --user pyarma`  \n or  \n`pip3 install pyarma`  \n* If `pip3` cannot be found, try using the following alternatives:\n\n * `python3 -m pip`\n * `py -m pip`\n* To upgrade PyArmadillo via pip:  \n`pip3 install --upgrade --user pyarma`  \nor  \n`pip3 install --upgrade pyarma`  \n**NOTE**: It's possible that `pip` may erroneously not find the newest version. In that case, try the following command:  \n`pip3 install --no-cache-dir --upgrade --user pyarma`  \nor  \n`pip3 install --no-cache-dir --upgrade pyarma`  \n\n## FAQ\n* Why do we choose Gitlab as our codebase?\n  * We choose GitLab, as Microsoft has acquired GitHub.\n  * Microsoft is a nefarious entity with a long and consistent history of [unconscionable \u0026 unethical behaviour](https://jacquesmattheij.com/what-is-wrong-with-microsoft-buying-github).\n  * **_I still consider Github as a lovely community and hence will update the code package here when the new version comes_ :D**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterryyz%2Fpyarmadillo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterryyz%2Fpyarmadillo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterryyz%2Fpyarmadillo/lists"}