mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 15:01:51 +02:00
(v1.1.0.9019) mo_source fix
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">AMR (for R)</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.1.0.9018</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.1.0.9019</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -229,13 +229,13 @@
|
||||
<small>Source: <a href='https://gitlab.com/msberends/AMR/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
|
||||
</div>
|
||||
|
||||
<div id="amr-1-1-0-9018" class="section level1">
|
||||
<h1 class="page-header" data-toc-text="1.1.0.9018">
|
||||
<a href="#amr-1-1-0-9018" class="anchor"></a>AMR 1.1.0.9018<small> Unreleased </small>
|
||||
<div id="amr-1-1-0-9019" class="section level1">
|
||||
<h1 class="page-header" data-toc-text="1.1.0.9019">
|
||||
<a href="#amr-1-1-0-9019" class="anchor"></a>AMR 1.1.0.9019<small> Unreleased </small>
|
||||
</h1>
|
||||
<div id="last-updated-22-may-2020" class="section level2">
|
||||
<div id="last-updated-25-may-2020" class="section level2">
|
||||
<h2 class="hasAnchor">
|
||||
<a href="#last-updated-22-may-2020" class="anchor"></a><small>Last updated: 22-May-2020</small>
|
||||
<a href="#last-updated-25-may-2020" class="anchor"></a><small>Last updated: 25-May-2020</small>
|
||||
</h2>
|
||||
<div id="breaking" class="section level3">
|
||||
<h3 class="hasAnchor">
|
||||
@ -269,7 +269,8 @@ Negative effects of this change are:
|
||||
<li>Improvements for algorithm in <code><a href="../reference/as.ab.html">as.ab()</a></code>, so that e.g. <code><a href="../reference/as.ab.html">as.ab("ampi sul")</a></code> and <code><a href="../reference/ab_property.html">ab_name("ampi sul")</a></code> work</li>
|
||||
<li>Functions <code><a href="../reference/ab_property.html">ab_atc()</a></code> and <code><a href="../reference/ab_property.html">ab_group()</a></code> now return <code>NA</code> if no antimicrobial agent could be found</li>
|
||||
<li>Small fix for some text input that could not be coerced as valid MIC values</li>
|
||||
<li>Fixed interpretation of generic CLSI interpretation rules (thanks to Anthony Underwood)</li>
|
||||
<li>Fix for interpretation of generic CLSI interpretation rules (thanks to Anthony Underwood)</li>
|
||||
<li>Fix for <code><a href="../reference/mo_source.html">set_mo_source()</a></code> to make sure that column <code>mo</code> will always be the second column</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="other" class="section level3">
|
||||
|
Reference in New Issue
Block a user