bdext 0.1.66__py3-none-any.whl → 0.1.67__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.
@@ -5,7 +5,7 @@ import numpy as np
5
5
  import tensorflow as tf
6
6
  from sklearn.preprocessing import StandardScaler
7
7
 
8
- from bdeissct_dl.dl_model import relu_plus_one, half_sigmoid, loss_ct, loss_ss, CTLayer, SSLayer, loss_prob
8
+ from bdeissct_dl.dl_model import relu_plus_one, half_sigmoid
9
9
 
10
10
  np.random.seed(239)
11
11
  tf.random.set_seed(239)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bdext
3
- Version: 0.1.66
3
+ Version: 0.1.67
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
@@ -3,15 +3,15 @@ bdeissct_dl/__init__.py,sha256=QPEiIP-xVqGQgydeqN_9AZgT26IYWeJC4-JlHnd8Rjo,296
3
3
  bdeissct_dl/bdeissct_model.py,sha256=sQclYN5V8utw6wEMDN0_Ua-0NeuyuWHG_e0_jQIUe8Q,1986
4
4
  bdeissct_dl/dl_model.py,sha256=CT3tRvH7y7_guyR7SUELv0eLEVpGU_PcXci1lIGIb9M,3705
5
5
  bdeissct_dl/estimator.py,sha256=QBWA8R0pBPZPd3JvItdJS2lN1J3VqvdJqBMzCi-NADs,3336
6
- bdeissct_dl/model_serializer.py,sha256=BIYQOTuEChIWBNFYwKEUQuU37dR_giYt33xqr9hl0XU,2511
6
+ bdeissct_dl/model_serializer.py,sha256=s1yBzQjhtr-w7eT8bTsNkG9_xnYRZrUc3HkeOzNZpQY,2464
7
7
  bdeissct_dl/scaler_fitting.py,sha256=9X0O7-Wc9xGTI-iF-Pfp1PPoW7j01wZUfJVZf8ky-IU,1752
8
8
  bdeissct_dl/sumstat_checker.py,sha256=TQ0nb86-BXmusqgMnOJusLpR4ul3N3Hi886IWUovrMI,1846
9
9
  bdeissct_dl/training.py,sha256=H5wA3V72nhc9Km7kvKmzjCYw0N1itMGDbj9c-Uat5BU,8350
10
10
  bdeissct_dl/tree_encoder.py,sha256=vH__CDPNVvayhNoK6_Z4xJA9_R78G1RvneG0RY2aj-0,18340
11
11
  bdeissct_dl/tree_manager.py,sha256=UXxUVmEkxwUhKpJeACVgiXZ8Kp1o_hiv8Qb80b6qmVU,11814
12
- bdext-0.1.66.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
13
- bdext-0.1.66.dist-info/METADATA,sha256=QZ7rybsYpSJGUXm0hjGYkIPiJY-c16c-x1_t9GlAXys,7479
14
- bdext-0.1.66.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
15
- bdext-0.1.66.dist-info/entry_points.txt,sha256=lcAwyk-Fc0G_w4Ex7KDivh7h1tzSA99PRMcy971b-nM,208
16
- bdext-0.1.66.dist-info/top_level.txt,sha256=z4dadFfcLghr4lwROy7QR3zEICpa-eCPT6mmcoHeEJY,12
17
- bdext-0.1.66.dist-info/RECORD,,
12
+ bdext-0.1.67.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
13
+ bdext-0.1.67.dist-info/METADATA,sha256=Ky7QOtU9xcrVvo_kjsPpx5jsaIcDwXFOYpoxYoCJaug,7479
14
+ bdext-0.1.67.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
15
+ bdext-0.1.67.dist-info/entry_points.txt,sha256=lcAwyk-Fc0G_w4Ex7KDivh7h1tzSA99PRMcy971b-nM,208
16
+ bdext-0.1.67.dist-info/top_level.txt,sha256=z4dadFfcLghr4lwROy7QR3zEICpa-eCPT6mmcoHeEJY,12
17
+ bdext-0.1.67.dist-info/RECORD,,
File without changes