Skip to content

Commit

Permalink
Merge pull request #1434 from amath-idm/rc3.1.5
Browse files Browse the repository at this point in the history
Summarize pandas update
  • Loading branch information
cliffckerr authored Dec 15, 2023
2 parents 040ee02 + a7f44d2 commit 51bd5cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ All notable changes to the codebase are documented in this file. Changes that ma
Coming soon
~~~~~~~~~~~

These are the major improvements we are currently working on. If there is a specific bugfix or feature you would like to see, please `create an issue <https://github.com/InstituteforDiseaseModeling/covasim/issues/new/choose>`_.

- Default Omicron parameters (planned for v3.1.4)
- Additional nuance in how immunity is modeled (planned for v3.1.4)
- Multi-region and geographical support
- Economics and costing analysis

Covasim is currently in maintenance phase, and only one major further update is planned (updating how immunity is modeled). If there is a specific bugfix or feature you would like to see, please `create an issue <https://github.com/InstituteforDiseaseModeling/covasim/issues/new/choose>`_.


~~~~~~~~~~~~~~~~~~~~~~~
Latest versions (3.1.x)
~~~~~~~~~~~~~~~~~~~~~~~


Version 3.1.5 (2023-12-15)
--------------------------
- Fixed a deprecation in `pandas` that prevented displaying the summary table of interventions and analyzers.
- *GitHub info*: PR `1433 <https://github.com/amath-idm/covasim/pull/1433>`_


Version 3.1.4 (2022-10-22)
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions covasim/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__all__ = ['__version__', '__versiondate__', '__license__']

__version__ = '3.1.4'
__versiondate__ = '2022-10-22'
__version__ = '3.1.5'
__versiondate__ = '2023-12-15'
__license__ = f'Covasim {__version__} ({__versiondate__}) — © 2020-2022 by IDM'

0 comments on commit 51bd5cd

Please sign in to comment.