Parameter sampling for scientific computing
Project description
# scisample
scisample is a Python 3 package that implements a number of parameter sampling methods for scientific computing. Specifications for sampling are written in the YAML markup language.
# Installation with a python virtual environment
1. cd into the top level scisample directory 1. python3 -m venv venv 1. source venv/bin/activate 1. pip install -r requirements.txt 1. pip install -e .
# Documentation
1. cd docs into the top level scisample directory 1. make <documentation type>, where <documentation type> includes ‘html’, ‘latexpdf’, ‘text’, etc.
# Testing
1. cd into the top level scisample directory 1. pytest tests 1. pytest –cov=scisample tests/
# Community
scisample is an open source project. Questions, discussion, and contributions are welcome. Contributions can be anything from new packages to bugfixes, documentation, or even new core features.
# Contributing
Contributing to scisample is relatively easy. Just send us a pull request. When you send your request, make develop the destination branch on the scisample repository.
Your PR must pass scisamples’s unit tests and documentation tests, and must pass most flake8 and pylint tests. We enforce these guidelines with our CI process. Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
# Code of Conduct
Please note that scisample has a [Code of Conduct](./CODE_OF_CONDUCT.md). By participating in the scisample community, you agree to abide by its rules.
# Authors
Current authors of scisample include Brian Daub, Chris Krenn, Cody Raskin, & Jessica Semler.
# License
scisample is distributed under the the MIT license.
All new contributions must be made under the MIT license.
Please see [LICENSE](./LICENSE) and [NOTICE](./NOTICE) for details.
SPDX-License-Identifier: MIT
LLNL-CODE-815909
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file scisample-1.0.0.tar.gz
.
File metadata
- Download URL: scisample-1.0.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f25817be4d2ae51ed59e48a2fc6ca8c630fdd2fe1a7d222543bb23afe29bbbe8 |
|
MD5 | 6f9f9eb5e9fca56843def5f24848a65e |
|
BLAKE2b-256 | 62d8d6bbbe7e2dde8c39996f16a5d45625060eda4ef36e7323eb0565562ca852 |
File details
Details for the file scisample-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: scisample-1.0.0-py3-none-any.whl
- Upload date:
- Size: 42.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c687acb059e2a932f7af4606611e17dda3607eb41f634b52149d76fb09d7ec75 |
|
MD5 | 20eccf0df22d4015b88c001cfed307ad |
|
BLAKE2b-256 | d68ad59f8217de7e8f8da052418aa094cc854d91e2cf638ee9c475d5061ff99a |