AMR 2.1.1.9156__py3-none-any.whl → 2.1.1.9158__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.
- AMR/__init__.py +1 -0
- AMR/functions.py +3 -0
- {AMR-2.1.1.9156.dist-info → amr-2.1.1.9158.dist-info}/METADATA +1 -1
- amr-2.1.1.9158.dist-info/RECORD +7 -0
- {AMR-2.1.1.9156.dist-info → amr-2.1.1.9158.dist-info}/WHEEL +1 -1
- AMR-2.1.1.9156.dist-info/RECORD +0 -7
- {AMR-2.1.1.9156.dist-info → amr-2.1.1.9158.dist-info}/top_level.txt +0 -0
AMR/__init__.py
CHANGED
@@ -66,6 +66,7 @@ from .functions import administrable_iv
|
|
66
66
|
from .functions import not_intrinsic_resistant
|
67
67
|
from .functions import as_ab
|
68
68
|
from .functions import is_ab
|
69
|
+
from .functions import ab_reset_session
|
69
70
|
from .functions import as_av
|
70
71
|
from .functions import is_av
|
71
72
|
from .functions import as_disk
|
AMR/functions.py
CHANGED
@@ -228,6 +228,9 @@ def as_ab(x, *args, **kwargs):
|
|
228
228
|
def is_ab(x):
|
229
229
|
"""See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
|
230
230
|
return convert_to_python(amr_r.is_ab(x))
|
231
|
+
def ab_reset_session(*args, **kwargs):
|
232
|
+
"""See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
|
233
|
+
return convert_to_python(amr_r.ab_reset_session(*args, **kwargs))
|
231
234
|
def as_av(x, *args, **kwargs):
|
232
235
|
"""See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
|
233
236
|
return convert_to_python(amr_r.as_av(x, *args, **kwargs))
|
@@ -0,0 +1,7 @@
|
|
1
|
+
AMR/__init__.py,sha256=FAb5YyHWyZpoSDTPyERsyeb0DGEawvuxnajKYSDFsqU,7771
|
2
|
+
AMR/datasets.py,sha256=Jy39LLD1mP-MMPX59mjKQdmKeFz192kMQD3ty4tIFic,2609
|
3
|
+
AMR/functions.py,sha256=sW7BDJlBNqMibLcNvZ121uebLGAu1b65sSbaPQnsZmU,46947
|
4
|
+
amr-2.1.1.9158.dist-info/METADATA,sha256=DzWv0MQqMfuzeY7QY2tHAmrAPgR_W4l10BjNoE7gTkw,9624
|
5
|
+
amr-2.1.1.9158.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
|
6
|
+
amr-2.1.1.9158.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
+
amr-2.1.1.9158.dist-info/RECORD,,
|
AMR-2.1.1.9156.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
AMR/__init__.py,sha256=UqpCQUNl3dYMu_pH3GQhpU079R0-nb50jBL4bu61NVs,7731
|
2
|
-
AMR/datasets.py,sha256=Jy39LLD1mP-MMPX59mjKQdmKeFz192kMQD3ty4tIFic,2609
|
3
|
-
AMR/functions.py,sha256=jawUqe5TJA_PiQLjKxZwNU4gp1-jzX905zx4oNLF1m8,46736
|
4
|
-
AMR-2.1.1.9156.dist-info/METADATA,sha256=CaMK5kmOAmLcbl_6oC_jZ81UskTRL1PszFiB5zpPg7U,9624
|
5
|
-
AMR-2.1.1.9156.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
6
|
-
AMR-2.1.1.9156.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
-
AMR-2.1.1.9156.dist-info/RECORD,,
|
File without changes
|