Skip to content

Commit

Permalink
Remove the dependencies from the package source
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Dec 5, 2024
1 parent 99af46e commit 2565af3
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 1,019 deletions.
23 changes: 3 additions & 20 deletions src/pmhn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,16 @@
simulate_genotype_known_time,
simulate_trajectory,
)
from pmhn._backend import (
MHNCythonBackend,
MHNJoblibBackend,
MHNBackend,
control_no_mutation_warning,
)
from pmhn._ppl import (
MHNLoglikelihood,
PersonalisedMHNLoglikelihood,
prior_regularized_horseshoe,
prior_normal,
prior_only_baseline_rates,
prior_offdiagonal_laplace,
prior_spike_and_slab_marginalized,
prior_horseshoe,
)
from pmhn._theta import construct_matrix, decompose_matrix, sample_spike_and_slab
from pmhn._visualise import (
plot_genotypes,
plot_genotype_samples,
plot_theta,
plot_offdiagonal_sparsity,
plot_genotypes,
plot_offdiagonal_histograms,
plot_offdiagonal_sparsity,
plot_theta,
plot_theta_samples,
)


__all__ = [
"simulate_dataset",
"simulate_genotype_known_time",
Expand Down
14 changes: 0 additions & 14 deletions src/pmhn/_backend/__init__.py

This file was deleted.

189 changes: 0 additions & 189 deletions src/pmhn/_backend/_learnmhn.py

This file was deleted.

25 changes: 0 additions & 25 deletions src/pmhn/_ppl/__init__.py

This file was deleted.

75 changes: 0 additions & 75 deletions src/pmhn/_ppl/_multiplemhn.py

This file was deleted.

Loading

0 comments on commit 2565af3

Please sign in to comment.