Skip to content

Commit

Permalink
Merge pull request #154 from DavisVaughan/rc/1-1-4
Browse files Browse the repository at this point in the history
RC 1.1.4
  • Loading branch information
DavisVaughan authored Jan 16, 2025
2 parents 2fb0d6b + 181ce23 commit 45c72b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
Expand Down
4 changes: 0 additions & 4 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 0 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
This is a patch release to address `-Wstrict-prototypes` warnings.
There are no expected revdep failures.

0 comments on commit 45c72b2

Please sign in to comment.