Skip to content

Commit

Permalink
ready for v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed Oct 15, 2024
1 parent 6fe4b55 commit 2db3522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
History
-------

+ **3.2.3 (2024-10-15)**
+ 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.

+ **3.2.2 (2024-07-05)**
+ Allow custom exit node classes.

Expand Down
2 changes: 1 addition & 1 deletion ciw/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.2"
__version__ = "3.2.3"

0 comments on commit 2db3522

Please sign in to comment.