{"id":13478611,"url":"https://github.com/pyamg/pyamg","last_synced_at":"2025-10-20T16:13:35.073Z","repository":{"id":37733945,"uuid":"10866320","full_name":"pyamg/pyamg","owner":"pyamg","description":"Algebraic Multigrid Solvers in Python","archived":false,"fork":false,"pushed_at":"2025-03-25T12:09:41.000Z","size":11962,"stargazers_count":597,"open_issues_count":34,"forks_count":111,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-03-25T13:24:21.823Z","etag":null,"topics":["amg","conda","krylov","multigrid","pyamg","python","solver","sparse-matrix"],"latest_commit_sha":null,"homepage":"https://pyamg.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyamg.png","metadata":{"files":{"readme":"README-DEV.md","changelog":"changelog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-06-22T14:24:24.000Z","updated_at":"2025-03-24T08:28:59.000Z","dependencies_parsed_at":"2022-09-12T21:13:51.717Z","dependency_job_id":"7ef45f7f-0aa1-48b5-8e31-55366c60cdd8","html_url":"https://github.com/pyamg/pyamg","commit_stats":{"total_commits":1998,"total_committers":31,"mean_commits":64.45161290322581,"dds":"0.32182182182182184","last_synced_commit":"13b126a2227e46c251a3f0e37508bf7c1a58bc5b"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyamg%2Fpyamg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyamg%2Fpyamg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyamg%2Fpyamg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyamg%2Fpyamg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyamg","download_url":"https://codeload.github.com/pyamg/pyamg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245469746,"owners_count":20620637,"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":["amg","conda","krylov","multigrid","pyamg","python","solver","sparse-matrix"],"created_at":"2024-07-31T16:01:59.371Z","updated_at":"2025-10-20T16:13:30.020Z","avatar_url":"https://github.com/pyamg.png","language":"Python","readme":"Release Steps:\n- suppose the current tag is 4.2.2 and the next is 4.2.3\n- with no staged commits and a clean status...\n- meld a summary of `git log $(git tag --sort version:refname | tail -n 1)..HEAD --oneline` (all commits since last tag) with whatever hash with `[4.2.3]` in changelog\n- commit, push\n- make a virtual environment and activate\n- check that `pip install .` and `python -c \"import pyamg; pyamg.test()\"` pass (outside source directory)\n- remove untracked files `git clean -xdf`\n- the following can be done with a pre-release, `v4.2.3-alpha.6`, for testing.  It will not become the default on pypi and `gh release create` can be marked with `--prerelease` (below)\n- commit, push\n- `git tag -a v4.2.3 -m \"version 4.2.3\"`\n- `git push`\n- `git push --tags`\n- then release the version on Github: `gh release create v4.2.3 --notes \"see changelog.md\"`\n  - This will trigger the GHA `.github/workflows/wheels.yml` which builds wheels and a source distribution, and publishes to pypi\n\nTesting notes:\n- do not use seeds such as 0, 1, 42, 100\n- for each needed seed, generate a \"random\" int\n- `python3 -c \"import numpy as np; np.random.seed(); seeds = np.random.randint(0, 2**32 - 1, 5); print(seeds)\"`\n","funding_links":[],"categories":["Python","Sparse linear solvers"],"sub_categories":["Mesh tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyamg%2Fpyamg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyamg%2Fpyamg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyamg%2Fpyamg/lists"}