Skip to content

Commit

Permalink
bump version and edit NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Aug 23, 2022
1 parent 9ffcb26 commit a31e154
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
New in Version 2.0.18
=====================
* created a number of tests exercising CLI functionality
(for performance reasons, these require pytest-console-scripts to run)
* minor pipelines (LSQ12, NLIN): fixed some argument handling issues
* check_pipeline_status.py: update to Pyro5
* created a GitHub action to run the tests on push to master/develop
* updated the doctests
* make the linter happier
* add pyproject.toml and requirements.txt
* updated example config files to reflect Singularity and Makeflow options
* fixed a bug --no-execute was not respected with --backend=makeflow
* setup.py now uses the modern `entry_points = { 'console_scripts' : ...` idiom
+ the entry point for each pipeline is called `application`
* various minor bugfixes to Python code and templates, code cleanup, and dead code removal

New in Version 2.0.18
=====================
* add support for using Makeflow (https://ccl.cse.nd.edu/software/makeflow) as a backend
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


setup(name='pydpiper',
version='2.0.18',
version='2.0.19',
license='Modified BSD',
description='Python code for flexible pipeline control',
long_description='Python code for flexible pipeline control',
Expand Down

0 comments on commit a31e154

Please sign in to comment.