We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2354d26 commit 12f099aCopy full SHA for 12f099a
2 files changed
CHANGES.rst
@@ -1,6 +1,12 @@
1
History
2
-------
3
4
+v.2.1.1 (2020-05-27)
5
+~~~~~~~~~~~~~~~~~~~~
6
+- State Trackers slightly more efficent, they do not record any state changes that result in the same state as before.
7
+- Add the NodePopulationSubset tracker.
8
+- Distribution objects can now see the Simulation object, for true state dependent distributions.
9
+
10
v2.1.0 (2020-04-23)
11
~~~~~~~~~~~~~~~~~~~
12
- State Trackers now track history
ciw/version.py
@@ -1 +1 @@
-__version__ = "2.1.0"
+__version__ = "2.1.1"
0 commit comments