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.
Files changed (26) hide show
  1. {bdext-0.1.64 → bdext-0.1.65}/PKG-INFO +1 -1
  2. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/bdeissct_model.py +1 -1
  3. {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/PKG-INFO +1 -1
  4. {bdext-0.1.64 → bdext-0.1.65}/setup.py +1 -1
  5. {bdext-0.1.64 → bdext-0.1.65}/LICENSE +0 -0
  6. {bdext-0.1.64 → bdext-0.1.65}/README.md +0 -0
  7. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/__init__.py +0 -0
  8. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/dl_model.py +0 -0
  9. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/estimator.py +0 -0
  10. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/estimator_ct.py +0 -0
  11. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/main_covid.py +0 -0
  12. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/model_finder.py +0 -0
  13. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/model_serializer.py +0 -0
  14. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/pinball_loss.py +0 -0
  15. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/scaler_fitting.py +0 -0
  16. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/sumstat_checker.py +0 -0
  17. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/train_ct.py +0 -0
  18. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/training.py +0 -0
  19. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/tree_encoder.py +0 -0
  20. {bdext-0.1.64 → bdext-0.1.65}/bdeissct_dl/tree_manager.py +0 -0
  21. {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/SOURCES.txt +0 -0
  22. {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/dependency_links.txt +0 -0
  23. {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/entry_points.txt +0 -0
  24. {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/requires.txt +0 -0
  25. {bdext-0.1.64 → bdext-0.1.65}/bdext.egg-info/top_level.txt +0 -0
  26. {bdext-0.1.64 → bdext-0.1.65}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bdext
3
- Version: 0.1.64
3
+ Version: 0.1.65
4
4
  Summary: Estimation of BDEISS-CT parameters from phylogenetic trees.
5
5
  Home-page: https://github.com/modpath/bdeissct
6
6
  Author: Anna Zhukova
@@ -128,5 +128,5 @@ for model in (BDEISSCT, BDEISSCT1, BDEISSCT2, BDEISSCT2000):
128
128
 
129
129
 
130
130
 
131
- CT_EPI_COLUMNS = [REPRODUCTIVE_NUMBER, LA, F_E, F_S, X_S, UPSILON, X_C]
131
+ CT_EPI_COLUMNS = [REPRODUCTIVE_NUMBER, LA, RHO, F_E, F_S, X_S, UPSILON, X_C]
132
132
  CT_RATE_COLUMNS = [PSI]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bdext
3
- Version: 0.1.64
3
+ Version: 0.1.65
4
4
  Summary: Estimation of BDEISS-CT parameters from phylogenetic trees.
5
5
  Home-page: https://github.com/modpath/bdeissct
6
6
  Author: Anna Zhukova
@@ -24,7 +24,7 @@ setup(
24
24
  'Topic :: Software Development',
25
25
  'Topic :: Software Development :: Libraries :: Python Modules',
26
26
  ],
27
- version='0.1.64',
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