Skip to content

Commit

Permalink
MAINT: Bump version (0.0.5) and update CHANGELOG. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst authored and ebolyen committed Oct 8, 2016
1 parent cd8ea7a commit 1a02d56
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 3 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# Version 0.0.5 (2016-10-08)

* MAINT: removes generic citation/support info in favor of default (#70)

* MAINT: update artifacts to new format (#69)

* TST: Add format, transformer, and type tests to FeatureData (#60)

* TST: Add format, transformer, and type tests to FeatureTable (#64)

* ENH: adds transformers (#68)

* ENH: Pluralize registrations

* FIX/REF: Remove dupe BIOM registration, register formats

* ENH: adds transformer supporting biom 1.0.0 import (#66)

* ENH: biom.Table -> pd.DataFrame transformer (#65)

* TST: Update import location of TestPluginBase (#63)

* BUG: ignore axis metadata for BIOM v1 and v2 readers/writers (#61)

* BUG: fixes broken transformer (#59)

* ENH: makes iterators importable (#58)

* BUG: bootstrap matplotib config (#57)

* BIOM v2.1.0 support (#53)

* MAINT: update .qza files to archive version 0.3.0 (#55)

* BUG: add package data to setup.py (#54)

* BUG: DNAIterator -> DNAFASTAFormat now uses gener. (#51)

* BUG: PairedDNAIt->PairedDNASeqDirFmt write_data (#52)

* TST: distance matrix subpackage (#40)

* REF/ENH: organized imports into subpackages (#38)

* ENH: adds demux types and transformers (#36)

* ENH/REF: Use new view-types/transformers (#34)

* ENH: add compatible/small rooted/unrooted phylogeny .qza files (#33)

* BUG: remove incompatible/large phylogeny .qza files (#32)

* ENH: adds Rooted and Unrooted subtypes to Phylogeny

# Version 0.0.2-dev

## Other changes
Expand Down
2 changes: 1 addition & 1 deletion q2_types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = "0.0.2" # noqa
__version__ = "0.0.5" # noqa

# TODO remove all imports and from __all__ because they are available as public
# imports in their respective subpackages. These imports are here so the
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
setup(
name="q2-types",
# TODO stop duplicating version string
version="0.0.2",
version="0.0.5",
packages=find_packages(),
install_requires=['scikit-bio', 'qiime >= 2.0.2', 'pandas',
install_requires=['scikit-bio', 'qiime >= 2.0.5', 'pandas',
'biom-format >= 2.1.5, < 2.2.0', 'ijson',
'h5py'],
author="Greg Caporaso",
Expand Down

0 comments on commit 1a02d56

Please sign in to comment.