AMR 3.0.0.9021__py3-none-any.whl → 3.0.0.9022__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
@@ -25,12 +25,6 @@ from .functions import add_custom_microorganisms
25
25
  from .functions import clear_custom_microorganisms
26
26
  from .functions import age
27
27
  from .functions import age_groups
28
- from .functions import all_mic
29
- from .functions import all_mic_predictors
30
- from .functions import all_sir
31
- from .functions import all_sir_predictors
32
- from .functions import step_mic_log2
33
- from .functions import step_sir_numeric
34
28
  from .functions import antibiogram
35
29
  from .functions import wisca
36
30
  from .functions import retrieve_wisca_parameters
AMR/functions.py CHANGED
@@ -135,30 +135,6 @@ def age_groups(x, *args, **kwargs):
135
135
  """Please see our website of the R package for the full manual: https://amr-for-r.org"""
136
136
  return amr_r.age_groups(x, *args, **kwargs)
137
137
  @r_to_python
138
- def all_mic(*args, **kwargs):
139
- """Please see our website of the R package for the full manual: https://amr-for-r.org"""
140
- return amr_r.all_mic(*args, **kwargs)
141
- @r_to_python
142
- def all_mic_predictors(*args, **kwargs):
143
- """Please see our website of the R package for the full manual: https://amr-for-r.org"""
144
- return amr_r.all_mic_predictors(*args, **kwargs)
145
- @r_to_python
146
- def all_sir(*args, **kwargs):
147
- """Please see our website of the R package for the full manual: https://amr-for-r.org"""
148
- return amr_r.all_sir(*args, **kwargs)
149
- @r_to_python
150
- def all_sir_predictors(*args, **kwargs):
151
- """Please see our website of the R package for the full manual: https://amr-for-r.org"""
152
- return amr_r.all_sir_predictors(*args, **kwargs)
153
- @r_to_python
154
- def step_mic_log2(recipe, *args, **kwargs):
155
- """Please see our website of the R package for the full manual: https://amr-for-r.org"""
156
- return amr_r.step_mic_log2(recipe, *args, **kwargs)
157
- @r_to_python
158
- def step_sir_numeric(recipe, *args, **kwargs):
159
- """Please see our website of the R package for the full manual: https://amr-for-r.org"""
160
- return amr_r.step_sir_numeric(recipe, *args, **kwargs)
161
- @r_to_python
162
138
  def antibiogram(x, *args, **kwargs):
163
139
  """Please see our website of the R package for the full manual: https://amr-for-r.org"""
164
140
  return amr_r.antibiogram(x, *args, **kwargs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: AMR
3
- Version: 3.0.0.9021
3
+ Version: 3.0.0.9022
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=s_gVz0y9RYsQZ1JvOfkOfq8aaQOBh3cqkPAAYQIqylI,7766
2
+ AMR/datasets.py,sha256=y_Iy1fLnl7KyTXg2QuiXyizQ3f0ivVOPHpPxmafttn8,2572
3
+ AMR/functions.py,sha256=UyoAzZTzCb1AwO8N9FQ46396sVquTjfjLmpltSKehLA,44126
4
+ amr-3.0.0.9022.dist-info/METADATA,sha256=XYps52eXYdfCzCgMbcGcTmTbqbd5PCoS6zUPwTyeFQY,10095
5
+ amr-3.0.0.9022.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ amr-3.0.0.9022.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
+ amr-3.0.0.9022.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- AMR/__init__.py,sha256=ZNl9ZnfkNuZCBu7bcKs7y9_fp6-AOzuvJ8wNqzlPgTk,7989
2
- AMR/datasets.py,sha256=y_Iy1fLnl7KyTXg2QuiXyizQ3f0ivVOPHpPxmafttn8,2572
3
- AMR/functions.py,sha256=kVhO81MiXDvV9c0264W_RJAS9783XQQhTyRQh3RAd8Q,45300
4
- amr-3.0.0.9021.dist-info/METADATA,sha256=IkrEBHUNXKg1o9FjsZhQTpyH3-T3b_OIJJW-LFFqfBk,10095
5
- amr-3.0.0.9021.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- amr-3.0.0.9021.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
- amr-3.0.0.9021.dist-info/RECORD,,