Skip to content

Commit

Permalink
Merge pull request #122 from shakedzy/shakedzy-v071
Browse files Browse the repository at this point in the history
Version 0.7.1
  • Loading branch information
shakedzy authored Mar 18, 2022
2 parents d913040 + a5f9e9d commit 47d8b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.7.1.dev
## 0.7.1
* Fix floating point precision in `theils_u`, `cramer_v` and `correlation_ratio` (issue [#116](https://github.com/shakedzy/dython/issues/116))
* Fix legend argument in `ks_abc` (by **[@lahdjirayhan](https://github.com/lahdjirayhan)**)

Expand All @@ -10,7 +10,7 @@
* Added option to select which rows/columns to display/hide in `nominal.associations` (issue [#92](https://github.com/shakedzy/dython/issues/92))
* Fixed deprecation warning when using `datetime` features with `nominal.associations` (issue [#96](https://github.com/shakedzy/dython/issues/96))
* `nominal.associations` now support custom methods as measures of associations (issue [#104](https://github.com/shakedzy/dython/issues/104))
* _Importnant change:_ Theil's U in `nominal.associations` is now read as U(row|col) instead of U(col|row)
* _Important change:_ Theil's U in `nominal.associations` is now read as U(row|col) instead of U(col|row)
* Remove deprecated method `compute_associations`

## 0.6.8
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1.dev
0.7.1

0 comments on commit 47d8b00

Please sign in to comment.