diff --git a/DESCRIPTION b/DESCRIPTION index 214de48..b7d7b89 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bench Title: High Precision Timing of R Expressions -Version: 1.1.3.9000 +Version: 1.1.4 Authors@R: c( person("Jim", "Hester", role = "aut"), person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre")), diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 078a78b..bf92f29 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -2,10 +2,6 @@ The CRAN version of bench is very stable. The dev version has the half finished continuous benchmarking code, which should either be extended or removed, see future directions for discussion. -## Known outstanding issues - -I don't think there are any major known issues, possibly https://github.com/r-lib/bench/issues/112 if we are able to reproduce the problem, though I suspect it is due to either byte code compilation or CPU pipelining or related issues that we cannot fix. - ## Future directions Continuous benchmarking - feature development of this was largely derailed by COVID-19, I originally proposed it as a topic for a talk at UseR!2020, but when that conference went to virtual only it became less of a priority. diff --git a/NEWS.md b/NEWS.md index 95718cb..7cb82b5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,12 @@ -# bench (development version) +# bench 1.1.4 + +* `press()` gains a new `.quiet` argument to silence progress messages (#145). * The `.grid` argument of `press()` now subsets data.frames and tibbles consistently (#142). -* `press()` gains a new `.quiet` argument to silence progress messages (#145). - -* Fixed an issue in `bench_time_trans()` and `bench_bytes_trans()` where pretty - breaks were not being applied correctly (#140, @plietar, @simonpcouch). +* `bench_time_trans()` and `bench_bytes_trans()` once again apply pretty + breaks correctly (#140, @plietar, @simonpcouch). * R >=4.0.0 is now required, which is aligned with tidyverse standards. diff --git a/cran-comments.md b/cran-comments.md index e2968c8..3b17552 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,2 +1 @@ -This is a patch release to address `-Wstrict-prototypes` warnings. There are no expected revdep failures.