Skip to content

Commit

Permalink
REL/DOC: Update changelog + -t desc re #171
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Jul 6, 2019
1 parent 1ab7925 commit bbe0a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
### Performance enhancements
- Significant speedups on how the input data is filtered and matched.
([#172](https://github.com/fedarko/qurro/issues/172))
- Now, empty features are removed from Qurro visualizations (in addition to
empty samples). This has affected the Byrd et al. demo.
- Removed an unused JS file from Qurro's `support_files/`. This change should
decrease the size of Qurro's generated visualizations by a small amount.
### Miscellaneous
Expand Down
4 changes: 2 additions & 2 deletions qurro/_parameter_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

TABLE = (
"A BIOM table describing the abundances of the ranked features in "
"samples. Note that samples without any observed features will be "
"removed from the Qurro visualization."
"samples. Note that empty samples and features will be removed from the "
"Qurro visualization."
)

EXTREME_FEATURE_COUNT = (
Expand Down

0 comments on commit bbe0a3c

Please sign in to comment.