Skip to content

Commit

Permalink
Merge pull request #36 from ebolyen/changelog
Browse files Browse the repository at this point in the history
REL: 0.0.2
  • Loading branch information
jairideout authored Jul 19, 2016
2 parents 0047f9e + bb63291 commit e3a07bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Version 0.0.2 (2016-07-19)

* The result of commands can now be saved to an output directory with the `--output-dir` option. This will send any output artifacts/visualizations to the directory if they are not otherwise specified through their normal output options.

* All input options are now prefixed by their type to enable tab-completion. Input artifacts are prefixed with `--i-`, input parameters are `--p-`, metadata is `--m-`, and outputs are prefixed with `--o-`.

* All options are now sorted to make it simpler to read.

* When viewing a visualization, the return/enter key will no longer close the visualization. Use `ctrl-d`, `ctrl-c`, or `q` to quit.

* Improved error message when a command does not exist.

* Various unit-tests have been added.


# Version 0.0.1 (2016-07-14)

Initial alpha release. At this stage, major backwards-incompatible changes are expected to happen.
2 changes: 1 addition & 1 deletion q2cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The full license is in the file COPYING.txt, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = '0.0.1'
__version__ = '0.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='q2cli',
version='0.0.1',
version='0.0.2',
packages=find_packages(),
include_package_data=True,
install_requires=['click', 'qiime >= 2.0.0', 'pip'],
Expand Down

0 comments on commit e3a07bb

Please sign in to comment.