diff --git a/README.md b/README.md index 5674c0d..13f3e88 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ equivalent function in StatsBase. The improved performance of `pairwise` results from using multiple threads and reduced allocations (especially for `skipmissing = :pairwise`). `corkendall` and `corspearman` wrap `pairwise`, and benefit from specialised methods of the private function `_pairwise!` for efficiency. -I plan to raise a PR to replace the +I have raised PR [923](https://github.com/JuliaStats/StatsBase.jl/pull/923) to replace the StatsBase versions with the versions from this package, as a follow-on from issue [634](https://github.com/JuliaStats/StatsBase.jl/issues/634), commit [647](https://github.com/JuliaStats/StatsBase.jl/commit/11ac5b596405367b3217d3d962e22523fef9bb0d) (which improved `corkendall`'s performance by a factor of about seven). @@ -221,4 +221,4 @@ julia> 3.848/0.121942 image Philip Swannell -21 March 2024 \ No newline at end of file +21 March 2024