Skip to content

Commit

Permalink
Increment version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fleverest committed Jan 20, 2023
1 parent 62cbe66 commit 8ffa4e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Authors@R: c(
person("Damjan", "Vukcevic", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7780-9586"))
)
Version: 1.1.1
Version: 1.1.2
Depends: R (>= 4.0.0)
SystemRequirements: C++17
License: GPL-3
Expand Down
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# elections.dtree 1.1.1
# elections.dtree 1.1.2

* Improved the `sample_posterior` multithreading so that the remainder is spread
out among the worker threads instead of the entire workload being run on the
head process.
* Fixed an issue where sampling from a tree with the `n_ballots` parameter set
to a value fewer than the number of observed ballots replacement raises an
error.

## 1.1.1

Fixed a bug in the `dirichlet_tree$sample_posterior` method where specifying
`n_threads=x` would result in `x+1` threads spawning.
Expand Down

0 comments on commit 8ffa4e5

Please sign in to comment.