Skip to content

Commit

Permalink
## v1.6.2 - 23 December 2024
Browse files Browse the repository at this point in the history
* Deprecate `depth=None` in favor of `depth='inf'`.
* Add experimental `format_inverse()` option that formats probabilities as "1 in N".
  • Loading branch information
HighDiceRoller committed Dec 23, 2024
1 parent 122c86a commit 5bda00c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.6.2 - 23 December 2024

* Deprecate `depth=None` in favor of `depth='inf'`.
* Add experimental `format_inverse()` option that formats probabilities as "1 in N".

## v1.6.1 - 17 November 2024

* Add `pointwise_max`, `pointwise_min` arguments to take pointwise maximum or minimum of CDFs.
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.1'
__version__ = '1.6.2'

from typing import Final

Expand Down

0 comments on commit 5bda00c

Please sign in to comment.