AMR 2.1.1.9156__py3-none-any.whl → 2.1.1.9159__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 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))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: AMR
3
- Version: 2.1.1.9156
3
+ Version: 2.1.1.9159
4
4
  Summary: A Python wrapper for the AMR R package
5
5
  Home-page: https://github.com/msberends/AMR
6
6
  Author: Matthijs Berends
@@ -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.9159.dist-info/METADATA,sha256=AhgmYHXsom5P9cCr-qFKQPTOYhe_h89o_iYDcwRoqCo,9624
5
+ amr-2.1.1.9159.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
6
+ amr-2.1.1.9159.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
+ amr-2.1.1.9159.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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,,