We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb575da commit cd544c8Copy full SHA for cd544c8
CHANGES.rst
@@ -1,6 +1,9 @@
1
History
2
-------
3
4
++ **3.2.6 (2025-06-13)**
5
+ + Add the `include_incomplete` keyword tot he `get_all_records` method to allow for collection of incomplete data records.
6
+
7
+ **3.2.5 (2025-03-25)**
8
+ Fixes bug in PoissonIntervals distribution where if the last rate is zero or so small there is no samples, the cycle begins again too early.
9
ciw/version.py
@@ -1 +1 @@
-__version__ = "3.2.5"
+__version__ = "3.2.6"
0 commit comments