Skip to content

Commit

Permalink
v1.6.1a0
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Oct 12, 2024
1 parent ee28e13 commit 8b66276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.6.1

* Add `pointwise_highest`, `pointwise_lowest` arguments to take pointwise maximum or minimum of CDFs.

## v1.6.0 - 20 September 2024

* Breaking change: outcomes with zero quantities are removed when constructing `Die` and `Deck`.
Expand Down
2 changes: 1 addition & 1 deletion src/icepool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

__docformat__ = 'google'

__version__ = '1.6.0'
__version__ = '1.6.1a0'

from typing import Final

Expand Down

0 comments on commit 8b66276

Please sign in to comment.