bella-companion 0.0.15__py3-none-any.whl → 0.0.17__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.

Potentially problematic release.


This version of bella-companion might be problematic. Click here for more details.

@@ -46,27 +46,8 @@ def _plot_predictions(output_dir: Path):
46
46
  for i in range(len(change_times) + 1)
47
47
  ]
48
48
  ).to_numpy()
49
-
50
49
  median = np.median(estimates, axis=0)
51
- lower = np.percentile(estimates, 2.5, axis=0)
52
- upper = np.percentile(estimates, 97.5, axis=0)
53
-
54
50
  color = colors[rate][type]
55
-
56
- plt.fill_between( # pyright: ignore
57
- time_bins,
58
- [lower[0], *lower],
59
- [upper[0], *upper],
60
- step="pre",
61
- alpha=0.25,
62
- color=color,
63
- )
64
-
65
- for estimate in estimates:
66
- plt.step( # pyright: ignore
67
- time_bins, [estimate[0], *estimate], color=color, alpha=0.15
68
- )
69
-
70
51
  plt.step( # pyright: ignore
71
52
  time_bins, [median[0], *median], color=color, label=type
72
53
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bella-companion
3
- Version: 0.0.15
3
+ Version: 0.0.17
4
4
  Summary:
5
5
  Author: gabriele-marino
6
6
  Author-email: gabmarino.8601@gmail.com
@@ -12,5 +12,5 @@ Classifier: Programming Language :: Python :: 3.12
12
12
  Requires-Dist: arviz (>=0.22.0,<0.23.0)
13
13
  Requires-Dist: bella-lumiere (>=0.0.14,<0.0.15)
14
14
  Requires-Dist: dotenv (>=0.9.9,<0.10.0)
15
- Requires-Dist: phylogenie (>=3.0.0,<4.0.0)
15
+ Requires-Dist: phylogenie (>=3.1.1,<4.0.0)
16
16
  Requires-Dist: seaborn (>=0.13.2,<0.14.0)
@@ -1,11 +1,11 @@
1
1
  bella_companion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  bella_companion/cli.py,sha256=D-kQuj0I-g5Vm5-mXdOZoio68mhOBpJ3jVG8B2Kwvn4,2190
3
3
  bella_companion/fbd_empirical/__init__.py,sha256=FgzjaEpwZImvBsJs17ghF0ltZvhFmgmkTGGF3HgdsGo,284
4
- bella_companion/fbd_empirical/beast_config.xml,sha256=McImvRgzYflbfCLQdo6sqTgvJcSDc8CQiRjDhgUWkFI,7075
4
+ bella_companion/fbd_empirical/beast_config.xml,sha256=8A6E5iPu9FqDL3UdlsqDbabLFlC6Qhfa4Ta47niRkVA,7090
5
5
  bella_companion/fbd_empirical/data/change_times.csv,sha256=tedobHbaY7-6M3V6F6HSqGAU9dpeeajR5mu1XGJfp6w,68
6
6
  bella_companion/fbd_empirical/data/traits.csv,sha256=N_mCnaM9Gy0Qot7-l_mK0vMvr7e_5BZ4bgUHpcoG9UM,3949
7
- bella_companion/fbd_empirical/data/trees.nwk,sha256=Y5ro7vQ8vz2Cp3kpNtOTRBfOdQAT-eJUwkb75x79bHE,539477
8
- bella_companion/fbd_empirical/results.py,sha256=skf7PsdWZuOVkMeGgKsSCKDfho6tVWT7bUVFWTthxag,3114
7
+ bella_companion/fbd_empirical/data/trees.nwk,sha256=lpSiGUG5s3zE--IKPOyWrJ5vpJb_xAPnfxychs3YNIs,488232
8
+ bella_companion/fbd_empirical/results.py,sha256=GiODVJNzSa2Qws_KSoKwbXW6nkpWpcJqi43XVxXFj4M,2562
9
9
  bella_companion/fbd_empirical/run_beast.py,sha256=60t8tbqlgdv86JwBk_DvUQ8i7TpThz0EmwEv-OkBAQM,2560
10
10
  bella_companion/fbd_empirical/summarize_logs.py,sha256=f3NgdyrCmbD5eHDHYwiA8ggh4b3rZ63SrlfDt0FAZmc,955
11
11
  bella_companion/simulations/__init__.py,sha256=ShYRdp1iSjnS_SzcsH-8jbqXz6P1nyRQZqAtPZJCMVE,454
@@ -48,7 +48,7 @@ bella_companion/utils/__init__.py,sha256=UtMwPK9dWf9NAl0ic8CSsgdW7aSm-5J49OqgvD7
48
48
  bella_companion/utils/beast.py,sha256=TBa0cLklX1_tXqoQE4LRYvds7mLg_9fS2-6U6OHENHo,2184
49
49
  bella_companion/utils/explain.py,sha256=uP7HPyn2YiykAI69BQV3RooDpC6qKoCLXfp3Uibp4zk,1475
50
50
  bella_companion/utils/slurm.py,sha256=v5DaG7YHVyK8KRFptgGDC6I8jxEhyJuMVK9N08pZSAI,1812
51
- bella_companion-0.0.15.dist-info/METADATA,sha256=pmVWFtM8ThaEeYMD8INXSSiy72kwY4Ki9k7Tjs1ostA,576
52
- bella_companion-0.0.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
53
- bella_companion-0.0.15.dist-info/entry_points.txt,sha256=rSeKoAhmjnQqAYFcXBv0gAM2ViJfJe0D8_dD-fWrXeg,50
54
- bella_companion-0.0.15.dist-info/RECORD,,
51
+ bella_companion-0.0.17.dist-info/METADATA,sha256=qYxYfMIkltCBPnEyG1eOLKHwZV3vQPZjG9phWbZeGvw,576
52
+ bella_companion-0.0.17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
53
+ bella_companion-0.0.17.dist-info/entry_points.txt,sha256=rSeKoAhmjnQqAYFcXBv0gAM2ViJfJe0D8_dD-fWrXeg,50
54
+ bella_companion-0.0.17.dist-info/RECORD,,