Skip to content

Commit

Permalink
news/version
Browse files Browse the repository at this point in the history
  • Loading branch information
austin3dickey committed Oct 18, 2023
1 parent aabf0e3 commit 3572702
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: conbenchcoms
Title: An API wrapper for conbench communications
Version: 0.0.5
Version: 0.0.6
Authors@R: c(
person("Jonathan", "Keane", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-7087-9776")),
person("Sam", "Albers", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9270-7884")),
person("Edward", "Visel", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-2811-6254")),
person("Austin", "Dickey", , "[email protected]", role = c("aut", "ctb")),
person(given = "Voltron Data",
role = c("cph", "fnd"))
)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# conbenchcoms 0.0.6
* Remove `batch_id`, `limit`, `days`, `simplifyVector`, and `flatten` arguments from `benchmark_results`
* Add `earliest_timestamp` and `latest_timestamp` arguments to `benchmark_results`
* `benchmark_results` now always returns a `tibble`
* The `run_id` argument of `benchmark_results` can now only take 1 ID
* `benchmark_results` now is able to accept any combination of filters instead of requiring 1 at a time
* `benchmark_results` now paginates until *all* matching data is returned, which works only with Conbench servers of at least version [6c1b93](https://github.com/conbench/conbench/commit/6c1b93)

# conbenchcoms 0.0.5
* display more verbose errors when the Conbench API returns an error

Expand Down

0 comments on commit 3572702

Please sign in to comment.