From 902bebd60a7e85ce401968e4334df81a8a8938ad Mon Sep 17 00:00:00 2001 From: deven367 Date: Thu, 25 Aug 2022 22:39:20 -0400 Subject: [PATCH] release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 901d821..a35dc21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ ## 0.0.13 +### New Features + +- clean the docstring for `split_by_newline` ([#10](https://github.com/deven367/clean_plot/issues/10)) + +- refactor loader ([#9](https://github.com/deven367/clean_plot/issues/9)) + +### Bugs Squashed + +- fix out of bounds error for heatmaps ([#8](https://github.com/deven367/clean_plot/issues/8)) + +- test bug ([#7](https://github.com/deven367/clean_plot/issues/7)) + +- separate folders for std ts ([#6](https://github.com/deven367/clean_plot/issues/6)) + + +## 0.0.13 +