AMR 2.1.1.9117__py3-none-any.whl → 2.1.1.9120__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
@@ -117,8 +117,6 @@ from .functions import is_new_episode
117
117
  from .functions import ggplot_pca
118
118
  from .functions import ggplot_sir
119
119
  from .functions import geom_sir
120
- from .functions import theme_sir
121
- from .functions import labels_sir_count
122
120
  from .functions import guess_ab_col
123
121
  from .functions import italicise_taxonomy
124
122
  from .functions import italicize_taxonomy
@@ -181,6 +179,8 @@ from .functions import mo_info
181
179
  from .functions import mo_url
182
180
  from .functions import mo_property
183
181
  from .functions import pca
182
+ from .functions import theme_sir
183
+ from .functions import labels_sir_count
184
184
  from .functions import resistance
185
185
  from .functions import susceptibility
186
186
  from .functions import sir_confidence_interval
AMR/functions.py CHANGED
@@ -381,12 +381,6 @@ def ggplot_sir(*args, **kwargs):
381
381
  def geom_sir(*args, **kwargs):
382
382
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
383
383
  return convert_to_python(amr_r.geom_sir(*args, **kwargs))
384
- def theme_sir(*args, **kwargs):
385
- """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
386
- return convert_to_python(amr_r.theme_sir(*args, **kwargs))
387
- def labels_sir_count(*args, **kwargs):
388
- """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
389
- return convert_to_python(amr_r.labels_sir_count(*args, **kwargs))
390
384
  def guess_ab_col(*args, **kwargs):
391
385
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
392
386
  return convert_to_python(amr_r.guess_ab_col(*args, **kwargs))
@@ -573,6 +567,12 @@ def mo_property(*args, **kwargs):
573
567
  def pca(*args, **kwargs):
574
568
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
575
569
  return convert_to_python(amr_r.pca(*args, **kwargs))
570
+ def theme_sir(*args, **kwargs):
571
+ """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
572
+ return convert_to_python(amr_r.theme_sir(*args, **kwargs))
573
+ def labels_sir_count(*args, **kwargs):
574
+ """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
575
+ return convert_to_python(amr_r.labels_sir_count(*args, **kwargs))
576
576
  def resistance(*args, **kwargs):
577
577
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
578
578
  return convert_to_python(amr_r.resistance(*args, **kwargs))
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AMR
3
- Version: 2.1.1.9117
3
+ Version: 2.1.1.9120
4
4
  Summary: A Python wrapper for the AMR R package
5
5
  Home-page: https://github.com/msberends/AMR
6
- Author: Dr. Matthijs Berends
6
+ Author: Matthijs Berends
7
7
  Author-email: m.s.berends@umcg.nl
8
8
  License: GPL 2
9
9
  Project-URL: Bug Tracker, https://github.com/msberends/AMR/issues
@@ -0,0 +1,7 @@
1
+ AMR/__init__.py,sha256=8hgiVqjC1kzed13FQAb9cyqY2B-bL7WHKTXihX5ozl4,7365
2
+ AMR/datasets.py,sha256=IDeqfVGjzvhMhKZRlS6Pc3xIO4HBlRDvPdQjDQ8qVTc,2426
3
+ AMR/functions.py,sha256=uLnaLRCx0A_32en5NIpC9QpONXoldttVrvY6CmShcaA,43898
4
+ AMR-2.1.1.9120.dist-info/METADATA,sha256=-gYaUPk_ABzUv3YcU3VjmRXyAMKRqn_v8h_DhvEXabE,9390
5
+ AMR-2.1.1.9120.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
+ AMR-2.1.1.9120.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
+ AMR-2.1.1.9120.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- AMR/__init__.py,sha256=BIRuOFootq2w62-qt1O1RxoOknTe9RoL8dR5XfOu3cI,7365
2
- AMR/datasets.py,sha256=IDeqfVGjzvhMhKZRlS6Pc3xIO4HBlRDvPdQjDQ8qVTc,2426
3
- AMR/functions.py,sha256=ioPBIGGsSO6K1RP9nDbCXHJLeY6KjZoP16HzysASKns,43898
4
- AMR-2.1.1.9117.dist-info/METADATA,sha256=LX_FmZBRO-DMexGcP5xZImpG6xDJZyI61Jn0nt2cRtg,9394
5
- AMR-2.1.1.9117.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
- AMR-2.1.1.9117.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
- AMR-2.1.1.9117.dist-info/RECORD,,