bella-companion 0.1.3__tar.gz → 0.1.4__tar.gz
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.
- {bella_companion-0.1.3 → bella_companion-0.1.4}/PKG-INFO +1 -1
- {bella_companion-0.1.3 → bella_companion-0.1.4}/pyproject.toml +1 -1
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/GLM.xml +1 -1
- {bella_companion-0.1.3 → bella_companion-0.1.4}/README.md +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/BELLA.jar +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/cli.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/MLP.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/changetimes.csv +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/flights.csv +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/msa.fasta +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/run_beast.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/features.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/beast_config.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/change_times.csv +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/traits.csv +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/trees.nwk +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/results.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/run_beast.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/summarize.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-multitype/GLM.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-multitype/MLP.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-multitype/Nonparametric.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-skyline/GLM.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-skyline/MLP.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-skyline/Nonparametric.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-2traits/GLM.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-2traits/MLP.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-2traits/Nonparametric.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-no-traits/GLM.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-no-traits/MLP.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-no-traits/Nonparametric.xml +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/epi_multitype.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/epi_skyline.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/fbd_2traits.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/fbd_no_traits.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/scenarios.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/utils.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_data.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_figures.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/metrics.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/run_beast.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/common.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/epi_multitype.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/epi_skyline.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/fbd_2traits.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/fbd_no_traits.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/scenario.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/summarize.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/beast.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/explain/__init__.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/explain/pdp.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/explain/shap.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/explain/typeguards.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/slurm.py +0 -0
- {bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/version.xml +0 -0
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/GLM.xml
RENAMED
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
</distribution>
|
|
100
100
|
<!-- Sampling proportion in China -->
|
|
101
101
|
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.11E-4 1.2E-4 1.3E-4 1.4E-4 1.5E-4">
|
|
102
|
-
<Uniform name="distr" upper="
|
|
102
|
+
<Uniform name="distr" upper="1.8682742128337982e-4"/>
|
|
103
103
|
</distribution>
|
|
104
104
|
<!-- Sampling proportion in France -->
|
|
105
105
|
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.3E-4 1.4E-4 1.5E-4">
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/MLP.xml
RENAMED
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/changetimes.csv
RENAMED
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/flights.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/beast_config.xml
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/traits.csv
RENAMED
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/trees.nwk
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/run_beast.py
RENAMED
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/summarize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/scenarios.py
RENAMED
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/utils.py
RENAMED
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_data.py
RENAMED
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_figures.py
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/run_beast.py
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/simulations/summarize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/explain/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.3 → bella_companion-0.1.4}/src/bella_companion/utils/explain/typeguards.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|