Incremented two versions because I messed up the last version number.
* `commonize_denominator` visible at top level.
0.25.6
* Rename `from_cumulative_quantities` to `from_cumulative` and allow die inputs. * Mark `multiset_function` experimental again and note more caveats in the docstring.
0.25.5
* Add missing variants of `nearest` and `quantities` methods. * Add optional `outcomes` argument to `quantities` and `probabilities` methods.
0.25.4
* `map` and similar functions will attempt to guess `star`. * Changed `positive_only` parameter to `expression.all_counts` to `filter`. * Changed implementation of bound generators to unbind expressions rather than dynamically splitting. * Retired `apply_sorted` and variants. * Add `outcome_function` decorator similar to `apply`. * Add `map_counts` expression. * `Reroll` in tuple outcomes and joint evaluations causes the whole thing to be rerolled.
0.25.3
* Tuple outcomes can now be compared with single outcomes. * Add `.keep, .highest, lowest, .middle` variants of `apply_sorted`. * Recommend `multiset_function` be used as a decorator, add `update_wrapper`. * Add `keep_outcomes, drop_outcomes` methods to expressions. * Add `any` evaluation to expresions.
0.25.2
Comparisons on dice with tuple outcomes are now performed elementwise.