1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-29 11:36:20 +02:00

(v3.0.1.9070) Fix #293, update EUCAST rules for PEF

This commit is contained in:
2026-06-26 08:56:59 +02:00
parent 4fac683fac
commit 637ada920b
8 changed files with 31 additions and 1553 deletions

View File

@@ -1,4 +1,4 @@
# AMR 3.0.1.9069
# AMR 3.0.1.9070
Planned as v3.1.0, end of June 2026.
@@ -50,7 +50,7 @@ Planned as v3.1.0, end of June 2026.
* `antimicrobials$group` is now a `list`, so that drugs belonging to multiple groups are fully represented; use `ab_group(all_groups = TRUE)` to retrieve all groups for a drug (#246)
* Improved console messages with clickable links throughout, powered by `cli` if it is installed (#191, #265)
* `as.disk()`: input validation is now more strict, rejecting values that are not recognisable as a numeric disk zone diameter
* `as.sir()` gains an `enforce_method` argument (`"auto"`, `"mic"`, or `"disk"`) to force the interpretation method when S3 class information is lost, e.g. when called from Python (#291)
# AMR 3.0.1