Skip to content

2.1.6: Bug fixes, and API expansion

Compare
Choose a tag to compare
@wasade wasade released this 28 Apr 15:35
· 189 commits to master since this release

This release added several new features and is backward compatible with version 2.1.5.

A subset of the new features include:

  • Table.rankdata for ranking abundances over either axis
  • Table.concat for concatenating tables rapidly when one axis is disjoint (i.e., merging tables with common observations but unique samples).
  • Table.to_dataframe to convert the contained data into a Pandas DataFrame
  • biom table-ids to dump out the IDs from a given axis

For full details, see the project's ChangeLog.md file.