Skip to content

Commit

Permalink
v1.6.1a1
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Oct 13, 2024
1 parent 64eb072 commit 85a85d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## v1.6.1

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

## v1.6.0 - 20 September 2024

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.1a0'
__version__ = '1.6.1a1'

from typing import Final

Expand Down

0 comments on commit 85a85d1

Please sign in to comment.