Releases: ReproNim/reproman
Releases · ReproNim/reproman
v0.4.1
v0.4.0: [0.4.0] - 2021-01-28
Added - "A typical workflow" section in README.md based on AWS EC2 HTCondor cluster Changed - EC2: easier on user handling of keys, use NITRC-CE AMI by default Fixed - EC2: ability to login to a ec2-condor cluster
v0.3.0: Feature and bug fix release after a long release silence.
Added ----- - `run` - support for SLURM submitter - `full-except-datalad` setuptools installation "extra_requires" scheme - `AwsCondor` resource type to assist in establishing a simple HPC cluster with condor as ubmitted in AWS S3 - `put`, `get` of implemented resources got a recursive mode Changed ------- - `run`- switch to use use GNU parallel instead of the one from moreutils for local execution - fixed up/improved documentation (in particular for `run`) - use `docker>=3` instead of `docker-py` Fixed ----- - a wide variety of fixes Removed ------- - python 3.5 support
v0.2.1
Rushed out 0.2.1 release
v0.2.0
Many changes, added `reproman run`
v0.1.0: Largely bugfixes and small enhancements. Major work is ongoing in PRs
to provide new functionality (such as remote execution and environment comparisons) Added - Tracing RPM-based (RedHat, CentOS) environments - Tracing Singularity images Fixed - A variety of fixes and enhances in tracing details of git, conda, etc resources. - interactive ssh sessions fixes through use of `fabric` module instead of custom code Changed - Refactored handling of resource parameters to avoid code duplication/boiler plate
v0.0.6: [0.0.6] - 2018-06-17
Enhancement and fixes primarily targetting better tracing (collecting information about) of the computational components Added - tracing of - docker images - `diff` command to provide summary of differences between two specs - conda environments could be regenerated from the environments Changed - relative paths could be provided to the `retrace` command Fixed - tracing of Debian packages and Git repositories should be more robust to directories - handling of older `conda` environments
v0.0.3
A sample minor release to demonstrate functionality of retrace