bdext 0.1.64__tar.gz → 0.1.65__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.
- {bdext-0.1.64 → bdext-0.1.65}/PKG-INFO +1 -1
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/bdeissct_model.py +1 -1
- {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/PKG-INFO +1 -1
- {bdext-0.1.64 → bdext-0.1.65}/setup.py +1 -1
- {bdext-0.1.64 → bdext-0.1.65}/LICENSE +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/README.md +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/__init__.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/dl_model.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/estimator.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/estimator_ct.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/main_covid.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/model_finder.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/model_serializer.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/pinball_loss.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/scaler_fitting.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/sumstat_checker.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/train_ct.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/training.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/tree_encoder.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/tree_manager.py +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/SOURCES.txt +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/dependency_links.txt +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/entry_points.txt +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/requires.txt +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/top_level.txt +0 -0
- {bdext-0.1.64 → bdext-0.1.65}/setup.cfg +0 -0
|
@@ -24,7 +24,7 @@ setup(
|
|
|
24
24
|
'Topic :: Software Development',
|
|
25
25
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
26
26
|
],
|
|
27
|
-
version='0.1.
|
|
27
|
+
version='0.1.65',
|
|
28
28
|
description='Estimation of BDEISS-CT parameters from phylogenetic trees.',
|
|
29
29
|
author='Anna Zhukova',
|
|
30
30
|
author_email='anna.zhukova@pasteur.fr',
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|