{"id":26766369,"url":"https://github.com/ucl/emul","last_synced_at":"2025-03-28T20:19:57.566Z","repository":{"id":218533150,"uuid":"734735349","full_name":"UCL/emul","owner":"UCL","description":"Python implementation of Gaussian process emulators","archived":false,"fork":false,"pushed_at":"2024-01-22T11:57:26.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-16T19:02:40.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/UCL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-22T13:21:56.000Z","updated_at":"2024-01-22T17:51:43.000Z","dependencies_parsed_at":"2024-01-22T16:31:37.355Z","dependency_job_id":"801f526c-f5fe-469d-98da-3793991c61a1","html_url":"https://github.com/UCL/emul","commit_stats":null,"previous_names":["ucl/emul"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCL%2Femul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCL%2Femul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCL%2Femul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UCL%2Femul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UCL","download_url":"https://codeload.github.com/UCL/emul/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093165,"owners_count":20722403,"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":"2025-03-28T20:19:56.863Z","updated_at":"2025-03-28T20:19:57.540Z","avatar_url":"https://github.com/UCL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emul\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Tests status][tests-badge]][tests-link]\n[![Linting status][linting-badge]][linting-link]\n[![Licence][licence-badge]](./LICENCE.md)\n\n\u003c!--\n[![PyPI version][pypi-version]][pypi-link]\n[![Conda-Forge][conda-badge]][conda-link]\n[![PyPI platforms][pypi-platforms]][pypi-link]\n--\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n[tests-badge]:              https://github.com/UCL/emul/actions/workflows/tests.yml/badge.svg\n[tests-link]:               https://github.com/UCL/emul/actions/workflows/tests.yml\n[linting-badge]:            https://github.com/UCL/emul/actions/workflows/linting.yml/badge.svg\n[linting-link]:             https://github.com/UCL/emul/actions/workflows/linting.yml\n[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/emul\n[conda-link]:               https://github.com/conda-forge/emul-feedstock\n[pypi-link]:                https://pypi.org/project/emul/\n[pypi-platforms]:           https://img.shields.io/pypi/pyversions/emul\n[pypi-version]:             https://img.shields.io/pypi/v/emul\n[licence-badge]:            https://img.shields.io/badge/License-MIT-yellow.svg\n\u003c!-- prettier-ignore-end --\u003e\n\nPython implementations of Gaussian process emulators.\n\nThis project is developed in collaboration with the [Centre for Advanced Research Computing](https://ucl.ac.uk/arc), University College London.\n\n## About\n\n### Project Team\n\n- Matt Graham ([matt-graham](https://github.com/matt-graham))\n\n### Research Software Engineering Contact\n\nCentre for Advanced Research Computing, University College London\n([arc.collaborations@ucl.ac.uk](mailto:arc.collaborations@ucl.ac.uk))\n\n## Getting Started\n\n### Prerequisites\n\n\u003c!-- Any tools or versions of languages needed to run code. For example specific Python or Node versions. Minimum hardware requirements also go here. --\u003e\n\n`emul` requires Python 3.10\u0026ndash;3.12.\n\n### Installation\n\n\u003c!-- How to build or install the application. --\u003e\n\nWe recommend installing in a project specific virtual environment created using a environment management tool such as [Mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) or [Conda](https://conda.io/projects/conda/en/latest/). To install the latest development version of `emul` using `pip` in the currently active environment run\n\n```sh\npip install git+https://github.com/UCL/emul.git\n```\n\nAlternatively create a local clone of the repository with\n\n```sh\ngit clone https://github.com/UCL/emul.git\n```\n\nand then install in editable mode by running\n\n```sh\npip install -e .\n```\n\n### Running locally\n\nHow to run the application on your local system.\n\n### Running tests\n\n\u003c!-- How to run tests on your local system. --\u003e\n\nTests can be run across all compatible Python versions in isolated environments using\n[`tox`](https://tox.wiki/en/latest/) by running\n\n```sh\ntox\n```\n\nTo run tests manually in a Python environment with `pytest` installed run\n\n```sh\npytest tests\n```\n\nagain from the root of the repository.\n\n## Acknowledgements\n\nThis work was funded by a grant from the ExCALIBUR programme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucl%2Femul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucl%2Femul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucl%2Femul/lists"}