Simon Adorf
Simon Adorf
I would like to use a `CITATION.cff` in the citation-file-format to mange authors and contributors metadata as part of my projects. I also would like to synchronize this metadata with...
**[Original report](https://bitbucket.org/glotzer/signac/issue/96) by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- # About This issue describes a proposed feature which would standardize the way that jobs may be referenced within...
## Description This feature implements the ability to encode certain signac elements as a URI which can then be used to retrieve said element with the `signac.open()` function. **Minimal example**:...
We could use labels such as PyPI download statistics and moderated categories such as `common-workflows` to better indicate the development and maintenance state of a plugin in the registry. Related...
The `build.sh clean` command is currently non-functional as it uses the previously removed `setup.py` file. This PR also extends the `clean` command to remove some other artifacts (`.benchmarks`, `.pytest_cache` dirs...
Many of cuml's tests are aimed at comparing results between different implementations, e.g., the GPU and CPU implementation of the same estimator and against third-party implementations, notably scikit-learn. We expect...
**[Original report](https://bitbucket.org/glotzer/signac-flow/issue/3) by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- # Problem The FlowProject currently provides the `scheduler_jobs()` and the `map_scheduler_jobs()` method. These can be used to identify scheduler...
The source of signac-flow would likely be more readable and more bug-resilient with [type hints](https://docs.python.org/3/library/typing.html).
**[Original report](https://bitbucket.org/glotzer/signac-flow/issue/35) by Jens Glaser (Bitbucket: [jens_glaser](https://bitbucket.org/jens_glaser), GitHub: [jglaser](https://github.com/jglaser)).** ---------------------------------------- For local testing, I would expect that `@Project.pre(...)` decorators are honored when I try to execute an operation where the...
### Feature description We are currently operating under the assumption that the project data space does not change while we are gathering the project status. We should take advantage of...