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

Release pypfilt 0.8.2

parent af251a87
Branches
Tags 0.8.2
No related merge requests found
Pipeline #93962 passed
Copyright (c) 2014-2023, Rob Moss
Copyright (c) 2014-2024, Rob Moss
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
0.X.Y (YYYY-MM-DD)
0.8.2 (2024-04-03)
------------------
* Enhancement: ``pypfilt.cache.load_state()`` now issues a ``UserWarning`` when non-finite values are found in a cached state, or in the simulation context.
......@@ -6,6 +6,12 @@
Observations and lookup table values should be finite, and non-finite values are not equal to themselves, so they also interfere with the caching system.
Note that this **does not change** the value returned by ``pypfilt.cache.load_state()``.
* Enhancement: add a new convenience function ``pypfilt.examples.lorenz.save_lorenz63_scenario_files()`` to save all of the example Lorenz-63 scenario files in the working directory.
* Documentation: demonstrate how to evaluate forecast performance with ``pypfilt.crps.simulated_obs_crps()``.
* Documentation: demonstrate how to use cache files to reuse particle state vectors.
0.8.1 (2023-10-13)
------------------
......
......@@ -56,7 +56,7 @@ master_doc = 'index'
# General information about the project.
project = 'pypfilt'
copyright = '2014-23, Rob Moss'
copyright = '2014-24, Rob Moss'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
......@@ -65,7 +65,7 @@ copyright = '2014-23, Rob Moss'
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.1'
release = '0.8.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pypfilt"
version = "0.8.1"
version = "0.8.2"
description = "Bootstrap particle filter for epidemic forecasting"
readme = "README.rst"
requires-python = ">= 3.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment