phylogenie 2.1.20__py3-none-any.whl → 2.1.21__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
phylogenie/__init__.py CHANGED
@@ -48,7 +48,7 @@ from phylogenie.treesimulator import (
48
48
  )
49
49
  from phylogenie.utils import (
50
50
  compute_colless_index,
51
- compute_mean_pairwise_distance,
51
+ compute_mean_leaf_pairwise_distance,
52
52
  compute_sackin_index,
53
53
  get_distance,
54
54
  get_mrca,
@@ -106,7 +106,7 @@ __all__ = [
106
106
  "Coloring",
107
107
  "draw_tree",
108
108
  "compute_colless_index",
109
- "compute_mean_pairwise_distance",
109
+ "compute_mean_leaf_pairwise_distance",
110
110
  "compute_sackin_index",
111
111
  "get_distance",
112
112
  "get_mrca",
phylogenie/utils.py CHANGED
@@ -149,7 +149,7 @@ def compute_colless_index(tree: Tree, normalize: bool = False) -> float:
149
149
  return colless_index
150
150
 
151
151
 
152
- def compute_mean_pairwise_distance(tree: Tree) -> float:
152
+ def compute_mean_leaf_pairwise_distance(tree: Tree) -> float:
153
153
  """
154
154
  Compute the mean pairwise distance between all pairs of leaves in the tree.
155
155
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phylogenie
3
- Version: 2.1.20
3
+ Version: 2.1.21
4
4
  Summary: Generate phylogenetic datasets with minimal setup effort
5
5
  Author: Gabriele Marino
6
6
  Author-email: gabmarino.8601@gmail.com
@@ -1,4 +1,4 @@
1
- phylogenie/__init__.py,sha256=JWGErzJkP2DUMUwx5FNZgQZnjCkYl-rj8DmQQVIHbCo,2839
1
+ phylogenie/__init__.py,sha256=8ulA-U7-WnBLNsqRYqPOPrJG8X4ZzyEU02oaDbR_Hxs,2849
2
2
  phylogenie/draw.py,sha256=mXCBS5xtJh0zJza8K2QkmRg_YbeCINst0vh6YMv6HQg,4959
3
3
  phylogenie/generators/__init__.py,sha256=zsOxy28-9j9alOQLIgrOAFfmM58NNHO_NEtW-KXQXAY,888
4
4
  phylogenie/generators/alisim.py,sha256=0aCLuGInifWgAvfh7zARWSKF4EMw3TjlPXMLSECui0k,2783
@@ -27,9 +27,9 @@ phylogenie/treesimulator/gillespie.py,sha256=LZHB2Ko147E78LoUCtN_BN7NYO1xhMYRy5P
27
27
  phylogenie/treesimulator/model.py,sha256=Nyg6R8XmMwZMSw1-dII81sU9uU7tDe-NMs8v1qKE4_M,5746
28
28
  phylogenie/typeguards.py,sha256=JtqmbEWJZBRHbWgCvcl6nrWm3VcBfzRbklbTBYHItn0,1325
29
29
  phylogenie/typings.py,sha256=GknvAFXyiaWeeYJ8Lk5d6E2VHT-xW6ONEojYbtJYiB8,476
30
- phylogenie/utils.py,sha256=b7eUPTbiCEs61tNuAHke8hLsapRhbnx4dLfqI4TbkNA,5414
31
- phylogenie-2.1.20.dist-info/LICENSE.txt,sha256=NUrDqElK-eD3I0WqC004CJsy6cs0JgsAoebDv_42-pw,1071
32
- phylogenie-2.1.20.dist-info/METADATA,sha256=1oI-9JLiQW0uQyjf7stEsHwfYahQY4nsx0x-GtUMw70,5477
33
- phylogenie-2.1.20.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
34
- phylogenie-2.1.20.dist-info/entry_points.txt,sha256=Rt6_usN0FkBX1ZfiqCirjMN9FKOgFLG8rydcQ8kugeE,51
35
- phylogenie-2.1.20.dist-info/RECORD,,
30
+ phylogenie/utils.py,sha256=ehVk_2kvjW8Q_EyM2kxBPHYiK-KlPmZQx7JeVN6Fh-E,5419
31
+ phylogenie-2.1.21.dist-info/LICENSE.txt,sha256=NUrDqElK-eD3I0WqC004CJsy6cs0JgsAoebDv_42-pw,1071
32
+ phylogenie-2.1.21.dist-info/METADATA,sha256=De8Vqs1ngZOKgBdivLw1hWrtMDdtFWLRDW3M4-IAAyg,5477
33
+ phylogenie-2.1.21.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
34
+ phylogenie-2.1.21.dist-info/entry_points.txt,sha256=Rt6_usN0FkBX1ZfiqCirjMN9FKOgFLG8rydcQ8kugeE,51
35
+ phylogenie-2.1.21.dist-info/RECORD,,