Skip to content
Snippets Groups Projects
Commit d06d4e7d authored by Rob Moss's avatar Rob Moss
Browse files

Release epifx 0.7.1

parent 6b2e67a0
Branches
Tags 0.7.1
No related merge requests found
Pipeline #24387 failed
0.7.1 (2022-05-30)
------------------
* Enhancement: ``epifx-forecast`` requires at least one scenario file.
Previously, ``epifx-forecast`` would run no simulations and return successfully if no scenario files were provided.
This is unlikely to be useful behaviour, and it now complains that a required argument is missing.
* Enhancement: ``epifx-forecast`` notifies the user when an estimation pass has no associated forecast dates, in case the user intended to run one or more forecast simulations.
* Enhancement: ``epifx-forecast`` logs the scenario identifier before running each scenario instance.
* Documentation: replace the "Getting Started" guide with separate sections for all of the individual parts that ``epifx`` adds to the base ``pypfilt`` package.
* Documentation: add an example for each summary table.
0.7.0 (2022-04-20)
------------------
......
......@@ -79,7 +79,7 @@ copyright = u'2014-22, Rob Moss'
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
[metadata]
name = epifx
version = 0.7.0
version = 0.7.1
url = https://bitbucket.org/robmoss/epidemic-forecasting-for-python/
project_urls =
Documentation = https://epifx.readthedocs.io/en/latest/
......
"""Define the package version in a submodule to allow relative imports."""
__version__ = u'0.7.0'
__version__ = u'0.7.1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment