Skip to content

Version 0.6

Latest
Compare
Choose a tag to compare
@vnmabus vnmabus released this 26 Dec 17:43
· 47 commits to develop since this release

What's Changed

Typing

  • Fixes wrong types in u_distance_stats_sqr.
  • Add missing types in rowwise.

Documentation

  • New documentation theme.
  • Added links in the theory.
  • Added examples to the documentation.
  • Warning added to partial distance correlation/covariance docstrings by @jltorrecilla in #47

Performance

  • 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.

New Contributors

Full Changelog: 0.5.7...0.6