Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Mar 29, 2021
1 parent f5292c5 commit 109478f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This is the last release before the Covasim 3.0 launch (vaccines and variants).
- **Graphs:** People, contacts, and contacts layers now have a new method, ``to_graph()``, that will return a ``networkx`` graph (requires ``networkx`` to be installed, of course). For example, ``nx.draw(cv.Sim(pop_size=100).run().people.to_graph())`` will draw all connections between 100 default people. See ``cv.Sim.people.to_graph()`` for full documentation.
- A bug was fixed with ``cv.TransTree.animate()`` failing in some cases.
- ``cv.date_formatter()`` now takes ``interval``, ``start``, and ``end`` arguments.
- Temporarily pinned ``line_profiler`` to version 3.1 due to `this issue <https://github.com/pyutils/line_profiler/issues/49>`__.
- *Regression information*: Parameters can be restored by using the ``version`` argument when creating a sim. Specifically, the parameters for the following distributions (all lognormal) have been changed as follows::

exp2inf: μ = 4.6 → 4.5, σ = 4.8 → 1.5
Expand Down

0 comments on commit 109478f

Please sign in to comment.