risk-network 0.0.8b24__py3-none-any.whl → 0.0.8b25__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.
- risk/__init__.py +1 -1
- risk/network/plot/labels.py +1 -1
- {risk_network-0.0.8b24.dist-info → risk_network-0.0.8b25.dist-info}/METADATA +1 -1
- {risk_network-0.0.8b24.dist-info → risk_network-0.0.8b25.dist-info}/RECORD +7 -7
- {risk_network-0.0.8b24.dist-info → risk_network-0.0.8b25.dist-info}/LICENSE +0 -0
- {risk_network-0.0.8b24.dist-info → risk_network-0.0.8b25.dist-info}/WHEEL +0 -0
- {risk_network-0.0.8b24.dist-info → risk_network-0.0.8b25.dist-info}/top_level.txt +0 -0
risk/__init__.py
CHANGED
risk/network/plot/labels.py
CHANGED
@@ -616,7 +616,7 @@ class Labels:
|
|
616
616
|
"""
|
617
617
|
# Return custom labels if domain is in ids_to_replace
|
618
618
|
if ids_to_replace and domain in ids_to_replace:
|
619
|
-
terms = ids_to_replace[domain].
|
619
|
+
terms = ids_to_replace[domain].replace(" ", TERM_DELIMITER)
|
620
620
|
return terms
|
621
621
|
|
622
622
|
else:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
risk/__init__.py,sha256=
|
1
|
+
risk/__init__.py,sha256=Qyc4qWblCngk-E90hZv6DYKLI0-FV0bvyLCGHF1TvgA,113
|
2
2
|
risk/constants.py,sha256=XInRaH78Slnw_sWgAsBFbUHkyA0h0jL0DKGuQNbOvjM,550
|
3
3
|
risk/risk.py,sha256=7JERU-ZkDuESY3LJDyqEJGVs-YdYQwCt2SO3nHGYk0E,23809
|
4
4
|
risk/annotations/__init__.py,sha256=kXgadEXaCh0z8OyhOhTj7c3qXGmWgOhaSZ4gSzSb59U,147
|
@@ -18,7 +18,7 @@ risk/network/io.py,sha256=u0PPcKjp6Xze--7eDOlvalYkjQ9S2sjiC-ac2476PUI,22942
|
|
18
18
|
risk/network/plot/__init__.py,sha256=MfmaXJgAZJgXZ2wrhK8pXwzETlcMaLChhWXKAozniAo,98
|
19
19
|
risk/network/plot/canvas.py,sha256=ZO6bHw1chIsUqtE7IkPKdgX4tFLA-T5OwN5SojqGSNU,10672
|
20
20
|
risk/network/plot/contour.py,sha256=CwX4i3uE5HL0W4kfx34U7YyoTTqMxyb7xaXKRVoNLzY,15265
|
21
|
-
risk/network/plot/labels.py,sha256=
|
21
|
+
risk/network/plot/labels.py,sha256=1c7R3aXd_9jBqkvt70bvxqJOkZm4NGQzR_OxbHJcLfU,45171
|
22
22
|
risk/network/plot/network.py,sha256=6RURL1OdBFyQ34qNcwM_uH3LSQGYZZ8tZT51dggH1a0,13685
|
23
23
|
risk/network/plot/plotter.py,sha256=iTPMiTnTTatM_-q1Ox_bjt5Pvv-Lo8gceiYB6TVzDcw,5770
|
24
24
|
risk/network/plot/utils/color.py,sha256=WSs1ge2oZ8yXwyVk2QqBF-avRd0aYT-sYZr9cxxAn7M,19626
|
@@ -30,8 +30,8 @@ risk/stats/stats.py,sha256=6iGi0-oN05mTmupg6X_VEBxEQvi2rujNhfPk4aLjwNI,7186
|
|
30
30
|
risk/stats/permutation/__init__.py,sha256=neJp7FENC-zg_CGOXqv-iIvz1r5XUKI9Ruxhmq7kDOI,105
|
31
31
|
risk/stats/permutation/permutation.py,sha256=meBNSrbRa9P8WJ54n485l0H7VQJlMSfHqdN4aCKYCtQ,10105
|
32
32
|
risk/stats/permutation/test_functions.py,sha256=lftOude6hee0pyR80HlBD32522JkDoN5hrKQ9VEbuoY,2345
|
33
|
-
risk_network-0.0.
|
34
|
-
risk_network-0.0.
|
35
|
-
risk_network-0.0.
|
36
|
-
risk_network-0.0.
|
37
|
-
risk_network-0.0.
|
33
|
+
risk_network-0.0.8b25.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
34
|
+
risk_network-0.0.8b25.dist-info/METADATA,sha256=4EgVGDOFG3aT9ruKe6oSuml4Fk2khMv4qcyXHJnSWKo,47498
|
35
|
+
risk_network-0.0.8b25.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
36
|
+
risk_network-0.0.8b25.dist-info/top_level.txt,sha256=NX7C2PFKTvC1JhVKv14DFlFAIFnKc6Lpsu1ZfxvQwVw,5
|
37
|
+
risk_network-0.0.8b25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|