Skip to content

Commit 2db3522

Browse files
committed
ready for v3.2.3
1 parent 6fe4b55 commit 2db3522

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
History
22
-------
33

4+
+ **3.2.3 (2024-10-15)**
5+
+ Allow some numerical imprecision in the PMF probability sums. This allows for very large arrays of probabilities and use of Pandas and Numpy to define probabilities.
6+
47
+ **3.2.2 (2024-07-05)**
58
+ Allow custom exit node classes.
69

ciw/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.2"
1+
__version__ = "3.2.3"

0 commit comments

Comments
 (0)