diff --git a/DESCRIPTION b/DESCRIPTION index 07331519..5307cacf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 0.9.0.9027 +Version: 1.0.0 Date: 2020-02-17 Title: Antimicrobial Resistance Analysis Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 96b6fc70..f73c876a 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ -# AMR 0.9.0.9027 -## Last updated: 17-Feb-2020 +# AMR 1.0.0 + +This software is now out of beta and considered stable. Nonetheless, this package will be developed continually. ### New * Support for the newest [EUCAST Clinical Breakpoint Tables v.10.0](http://www.eucast.org/clinical_breakpoints/), valid from 1 January 2020. This affects translation of MIC and disk zones using `as.rsi()` and inferred resistance and susceptibility using `eucast_rules()`.