Skip to content

Commit

Permalink
MAINT: Bump version (2.0.5) and update CHANGELOG. (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst authored and ebolyen committed Oct 8, 2016
1 parent cfe6fe6 commit 4ac5c24
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,47 @@
# Version 2.0.5 (2016-10-08)

* REF: Refactored Archiver logic (#165)

* ENH: Result.extract returns path to extracted directory (#161)

* ENH: Pluralize format and type registration

* ENH: Add explicit format registration

* ENH: adds support for None as default value (#158)

* ENH: ports and improves redirected_stdio from qiime-studio (#156)

* ENH: Plugin util to directly invoke a transformer (#157)

* ENH: Update temp directory name to use prefix (#154)

* ENH: Port TestPluginBase to framework (#152)

* ENH/REF: add PluginManager.iter_entry_points(), add qiime.sdk.util (#150)

* MAINT: typo fix (#149)

* ENH: added parameter defaults to qiime.core.type.signature classes (#125)

* ENH: Archive version 0.3.0: use archive UUID as zipfile root directory (#142)

* ENH: ignore dotfiles in Archiver.save() (#137)

* ENH: Archiver.save() filepath validation (#136)

* ENH: Artifact/Visualization.save() appends file extension automatically (#135)

* ENH: Actions return Results object regardless of number of outputs (#131)

* ENH: Make formats smarter (#133)

* ENH: Artifact/Visualization __eq__/__ne__ (#130)

* ENH: Artifacts are coerced by transformers (#120)

* REF: Method/Visualizer -> Action (#118)

# Version 2.0.2 (2016-08-08)

* Added support for QIIME 1 feature metadata files to `qiime.Metadata`.
Expand Down
2 changes: 1 addition & 1 deletion qiime/__init__.py
Expand Up @@ -12,7 +12,7 @@

__all__ = ['Metadata', 'MetadataCategory', 'Visualization', 'Artifact']

__version__ = '2.0.3.dev'
__version__ = '2.0.5'

# `from qiime import Artifact` fails if `from qiime.sdk` is used above so
# import and alias instead
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='qiime',
version='2.0.3.dev',
version='2.0.5',
license='BSD-3-Clause',
packages=find_packages(),
install_requires=['python-frontmatter', 'pyyaml', 'ipymd >= 0.1.2',
Expand Down

0 comments on commit 4ac5c24

Please sign in to comment.