https://github.com/blockresearchgroup/compas_lmgc90
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: BlockResearchGroup
- License: other
- Language: C++
- Default Branch: main
- Size: 902 KB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
README.md
compas_lmgc90
Binding for LMGC90.
Prerequisites: Anaconda
Development Installation
bash
conda create -n lmgc90 -c conda-forge python=3.10
conda activate lmgc90
git clone https://github.com/BlockResearchGroup/compas_lmgc90.git
cd compas_lmgc90
pip install -e ".[dev]"
Documentation
For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: compas_lmgc90 docs
Issue Tracker
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.
Owner
- Name: Block Research Group
- Login: BlockResearchGroup
- Kind: organization
- Location: Zurich
- Website: http://block.arch.ethz.ch
- Repositories: 25
- Profile: https://github.com/BlockResearchGroup
GitHub Events
Total
- Watch event: 1
- Push event: 1
Last Year
- Watch event: 1
- Push event: 1
Dependencies
.github/workflows/build.yml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- compas-dev/compas-actions.build v4 composite
- conda-incubator/setup-miniconda v3 composite
.github/workflows/docs.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
- compas-dev/compas-actions.docs v4 composite
.github/workflows/pr-checks.yml
actions
- Zomzog/changelog-checker v1.2.0 composite
- actions/checkout v1 composite
.github/workflows/release.yml
actions
- actions/checkout v2 composite
- actions/checkout v4 composite
- actions/create-release v1 composite
- actions/download-artifact v4 composite
- actions/upload-artifact v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
environment.yml
pypi
pyproject.toml
pypi
- compas >= 2
- compas_dem *
- numpy >= 1.21.0
requirements-dev.txt
pypi
- attrs >=17.4 development
- black >=22.12.0 development
- build * development
- bump-my-version * development
- cmake * development
- compas_invocations2 * development
- compas_viewer * development
- invoke >=0.14 development
- nanobind * development
- ruff * development
- scikit-build-core * development
- sphinx_compas2_theme * development
- twine * development
- wheel * development
requirements.txt
pypi
- compas >=2
- compas_dem *
- numpy >=1.21.0