From 4235ceea9d2f00cb6159f82f09254a4663f1c262 Mon Sep 17 00:00:00 2001 From: Marcus Fedarko Date: Tue, 9 Jul 2019 14:43:32 -0700 Subject: [PATCH] REL: update changelog re rm-ing unused files also added in a v0.3.0 block [ci skip] --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ab9ad8..ae3fbb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Qurro changelog +## Qurro 0.3.0 (in development) +### Features added +### Backward-incompatible changes +### Bug fixes +### Performance enhancements +- Removed some unused data from `qurro/tests/`. +### Miscellaneous + + ## Qurro 0.2.0 (July 8, 2019) ### Features added - The color schemes used in the sample plot and rank plot are now customizable! @@ -58,7 +67,7 @@ - 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 +### Miscellaneous - Changed the search type menus to be a bit more clear about what they're doing under the hood: - `contains the text` --> `contains the exact text` @@ -93,5 +102,6 @@ - Various improvements to Qurro's code and tests. + ## Qurro 0.1.0 (June 25, 2019) - Released the first version of Qurro [on PyPI](https://pypi.org/project/qurro/)!