Skip to content

Commit

Permalink
Merge tag '0.6' into develop
Browse files Browse the repository at this point in the history
- Improved typing support:
        - Fixes wrong types in u_distance_stats_sqr.
        - Add missing types in rowwise.
- Improve the documentation:
        - New documentation theme.
        - Added links in the theory.
        - Added examples to the documentation.
- Performance improvements:
        - Improve the computation time of distances for Numpy arrays, which improves performance for energy distance and the naive case of distance covariance/correlation.
        - Improve AVL algorithm for distance covariance performance to bring it closer to mergesort.
        - Refactor distance covariance to be able to compute distance correlation without additional calls to the covariance function.
  • Loading branch information
vnmabus committed Dec 26, 2022
2 parents c8336d4 + c513487 commit eaf791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.7
0.6

0 comments on commit eaf791a

Please sign in to comment.