Skip to content

Commit

Permalink
Merge branch 'release/0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Apr 30, 2020
2 parents 2c765a6 + 5321a44 commit c4b8ec3
Show file tree
Hide file tree
Showing 13 changed files with 657 additions and 371 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
script:
- "python setup.py test"
before_install:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3
0.4
3 changes: 2 additions & 1 deletion dcor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
u_distance_correlation_sqr,
u_distance_stats_sqr,
distance_correlation_af_inv_sqr,
distance_correlation_af_inv)
distance_correlation_af_inv,
DistanceCovarianceMethod)
from ._dcor_internals import (double_centered, u_centered, # noqa
mean_product, u_product,
u_projection,
Expand Down
Loading

0 comments on commit c4b8ec3

Please sign in to comment.