Skip to content

Commit

Permalink
DOC: Note AddData in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Nov 5, 2020
1 parent 52caab6 commit e683e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Important:

New Features:

* Added support for the AnnData format, see [PR #845](https://github.com/biocore/biom-format/pull/845)
* Performance boost to `Table.remove_empty`. For large tables this cuts the running time from 20 seconds to ~1.1 seconds, see [PR #847](https://github.com/biocore/biom-format/pull/847)
* A much faster way to merge tables (without metadata) has been added. For large tables, this was a few minutes rather than a few hours. This method is implicitly invoked when calling `Table.merge` if unioning both axes, and the tables lack metadata. `Table.concat` is still much faster, but assumes one axis is disjoint. See [PR #848](https://github.com/biocore/biom-format/pull/848).

Expand Down

0 comments on commit e683e4e

Please sign in to comment.