Skip to content

Commit

Permalink
CHANGELOG for 0.3.0 + minor tune up for run in previous
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 21, 2020
1 parent 061bb6c commit 9bf7580
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,33 @@ All notable changes to this project will be documented (for humans) in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2020-10-21
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

## [0.2.1] - 2019-10-18
Yarik needed to do a quick release to absorb changes to `run`
functionality.

## [0.2.0] - 2019-09-11
Major rename - a NICEMAN grows into a ReproMan. Too many changes to summarize
### Added
- `reproman run`
- `reproman run` to execute computation on local or remote resource, with
possibility to submit computation to PBS and Condor.

## [0.1.0] - 2018-12-18
Largely bugfixes and small enhancements. Major work is ongoing in PRs
Expand Down
2 changes: 1 addition & 1 deletion reproman/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from os.path import lexists, dirname, join as opj, curdir

# Hard coded version, to be done by release process
__version__ = '0.2.1'
__version__ = '0.3.0'

# NOTE: might cause problems with "python setup.py develop" deployments
# so I have even changed buildbot to use pip install -e .
Expand Down

0 comments on commit 9bf7580

Please sign in to comment.