Skip to content

Commit 12f099a

Browse files
committed
ready for v2.1.1
1 parent 2354d26 commit 12f099a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
-------
33

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+
410
v2.1.0 (2020-04-23)
511
~~~~~~~~~~~~~~~~~~~
612
- State Trackers now track history

ciw/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)