From 92e09786edd38a8628c86da8d9972205e8d72457 Mon Sep 17 00:00:00 2001 From: Shaked Zychlinski Date: Sun, 5 Sep 2021 22:27:21 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6ba14..300c787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Change Log -## 0.6.7 +## 0.6.7 (_post1_) * First version supported by `conda` (issue [#90](https://github.com/shakedzy/dython/issues/90), by **[@sarthakpati](https://github.com/sarthakpati)**) -* `associations` and `compute_associations` now supports several numerical-numerical association measures +* `associations` (and `compute_associations`) now supports several numerical-numerical association measures (issue [#84](https://github.com/shakedzy/dython/issues/84)) * Added a `numerical_columns` option to `associations` and `compute_associations` * `roc_graph` is officially removed (replaced with `metric_graph`) +* Deprecating `compute_associations` ## 0.6.6 * Fixed issue where `nan_strategy` affected input data (issue [#82](https://github.com/shakedzy/dython/issues/82))