{"id":37075621,"url":"https://github.com/blockresearchgroup/compas_tno","last_synced_at":"2026-01-14T08:54:00.935Z","repository":{"id":87908675,"uuid":"197799108","full_name":"BlockResearchGroup/compas_tno","owner":"BlockResearchGroup","description":"Solvers for finding admissible thrust networks in vaulted masonry structures","archived":false,"fork":false,"pushed_at":"2025-10-20T13:50:54.000Z","size":107384,"stargazers_count":8,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-06T08:24:08.731Z","etag":null,"topics":["assessment","masonry","structural-analysis","thrust-network-analysis"],"latest_commit_sha":null,"homepage":"https://blockresearchgroup.github.io/compas_tno/","language":"Python","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/BlockResearchGroup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-19T15:31:03.000Z","updated_at":"2025-10-20T13:50:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"af2cb42d-e1bd-4fd0-a78a-5a752f6e4c27","html_url":"https://github.com/BlockResearchGroup/compas_tno","commit_stats":{"total_commits":326,"total_committers":5,"mean_commits":65.2,"dds":0.4263803680981595,"last_synced_commit":"9c143cd438011f7dd971baf75bb243162c121536"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/BlockResearchGroup/compas_tno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockResearchGroup%2Fcompas_tno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockResearchGroup%2Fcompas_tno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockResearchGroup%2Fcompas_tno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockResearchGroup%2Fcompas_tno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlockResearchGroup","download_url":"https://codeload.github.com/BlockResearchGroup/compas_tno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockResearchGroup%2Fcompas_tno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["assessment","masonry","structural-analysis","thrust-network-analysis"],"created_at":"2026-01-14T08:54:00.191Z","updated_at":"2026-01-14T08:54:00.927Z","avatar_url":"https://github.com/BlockResearchGroup.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COMPAS TNO\n\n![build](https://github.com/BlockResearchGroup/compas_tno/workflows/build/badge.svg)\n[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas.svg)](https://github.com/BlockResearchGroup/compas_tno/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/COMPAS.svg)](https://pypi.python.org/project/COMPAS)\n[![DOI](https://zenodo.org/badge/197799108.svg)](https://zenodo.org/badge/latestdoi/197799108)\n\n\u003e **⚠️ IMPORTANT NOTE** ⚠️\n\u003e \n\u003e As of Summer 2025 COMPAS TNO is being refactored to work with COMPAS 2.0 and better integrate with the COMPAS MASONRY environment. A Legacy version is available at secondary branches.\n\u003e \n\u003e **⚠️ IMPORTANT NOTE** ⚠️\n\n**COMPAS TNO** is a Python package to find admissible thrust networks in masonry vaulted structures built in the [COMPAS](https://compas.dev/) framework.\n\nBased on [Ricardo Maia Avelino](https://ricardoavelino.github.io/)'s doctoral thesis at ETH Zurich, this Package enables finding multi-objective particular internal stress solutions in masonry vaults, as the ones presented below.\n\n![COMPAS TNO Objectives](./docs/_images/objectives.png)\n\n## Installation\n\nStable releases can be installed from PyPI.\n\n```bash\npip install compas_tno\n```\n\nTo install the latest version for development, do:\n\n```bash\ngit clone https://github.com/blockresearchgroup/compas_tno.git\ncd compas_tno\npip install -e \".[dev]\"\n```\n\nTo install a version with support for IPOPT and Mosek\n\n```bash\ncd compas_tno\nconda env create -f environment.yml\nconda activate tno-dev\n```\n\nTo get started with `compas_tno` have a look at [the documentation](https://github.com/blockresearchgroup/compas_tno).\n\n## Questions and Feedback\n\nFor questions and feedback, have a look at the [COMPAS Forum](https://forum.compas-framework.org).\n\n## Issues\n\nIf you run into problems, please file an issue on the [issue tracker](https://github.com/blockresearchgroup/compas_tno/issues). If we don't know it is broken, we can't fix it...\n\n## Contributing\n\nGuidelines for developers are under construction. However, we always accept contributions in the form of Pull Requests.\n\n## Citing\n\nIf you use `compas_tno` for your research, cite one of our [papers](https://blockresearchgroup.github.io/compas_tno/latest/publications.html).\n\n## License\n\n`compas_tno` is licensed under the MIT License. See [LICENSE](https://github.com/blockresearchgroup/compas_tno/blob/main/LICENSE), for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockresearchgroup%2Fcompas_tno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockresearchgroup%2Fcompas_tno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockresearchgroup%2Fcompas_tno/lists"}