Skip to content

Commit 1dc94c2

Browse files
committed
ready for v3.1.2
1 parent 4035cd1 commit 1dc94c2

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.1.2 (2024-04-08)**
5+
+ Fix bug when using Mixture distribution.
6+
47
+ **3.1.1 (2024-04-04)**
58
+ Add a MixtureDistrubution that probabilistically chooses from a number of other distributions to sample from.
69
+ Baulking functions now take the simulation, current node, and current individual.

ciw/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.1"
1+
__version__ = "3.1.2"

0 commit comments

Comments
 (0)